Package | Description |
---|---|
org.benf.cfr.reader.bytecode.analysis.parse.expression |
Modifier and Type | Method and Description |
---|---|
CompOp |
CompOp.getInverted() |
CompOp |
ComparisonOperation.getOp() |
static CompOp |
CompOp.getOpFor(JVMInstr instr) |
static CompOp |
CompOp.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompOp[] |
CompOp.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ComparisonOperation(BytecodeLoc loc,
Expression lhs,
Expression rhs,
CompOp op) |
ComparisonOperation(BytecodeLoc loc,
Expression lhs,
Expression rhs,
CompOp op,
boolean canNegate) |
Copyright © 2011-2021. All Rights Reserved.