| Package | Description |
|---|---|
| org.benf.cfr.reader.bytecode.analysis.parse.expression |
| Modifier and Type | Field and Description |
|---|---|
private BoolOp |
BooleanOperation.op |
| Modifier and Type | Method and Description |
|---|---|
BoolOp |
BoolOp.getDemorgan() |
BoolOp |
BooleanOperation.getOp() |
static BoolOp |
BoolOp.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BoolOp[] |
BoolOp.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ConditionalExpression |
BooleanOperation.makeRightDeep(java.util.List<ConditionalExpression> c,
BoolOp op) |
| Constructor and Description |
|---|
BooleanOperation(BytecodeLoc loc,
ConditionalExpression lhs,
ConditionalExpression rhs,
BoolOp op) |