Package | Description |
---|---|
org.benf.cfr.reader.bytecode.analysis.parse.expression |
Modifier and Type | Method and Description |
---|---|
BoolOp |
BoolOp.getDemorgan() |
BoolOp |
BooleanOperation.getOp() |
static BoolOp |
BoolOp.valueOf(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(List<ConditionalExpression> c,
BoolOp op) |
Constructor and Description |
---|
BooleanOperation(BytecodeLoc loc,
ConditionalExpression lhs,
ConditionalExpression rhs,
BoolOp op) |
Copyright © 2011-2021. All Rights Reserved.