Uses of Enum Class
org.benf.cfr.reader.bytecode.analysis.parse.expression.BoolOp
Packages that use BoolOp
-
Uses of BoolOp in org.benf.cfr.reader.bytecode.analysis.parse.expression
Fields in org.benf.cfr.reader.bytecode.analysis.parse.expression declared as BoolOpMethods in org.benf.cfr.reader.bytecode.analysis.parse.expression that return BoolOpModifier and TypeMethodDescriptionBoolOp.getDemorgan()
BooleanOperation.getOp()
static BoolOp
Returns the enum constant of this class with the specified name.static BoolOp[]
BoolOp.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.benf.cfr.reader.bytecode.analysis.parse.expression with parameters of type BoolOpModifier and TypeMethodDescriptionstatic ConditionalExpression
BooleanOperation.makeRightDeep
(List<ConditionalExpression> c, BoolOp op) Constructors in org.benf.cfr.reader.bytecode.analysis.parse.expression with parameters of type BoolOpModifierConstructorDescriptionBooleanOperation
(BytecodeLoc loc, ConditionalExpression lhs, ConditionalExpression rhs, BoolOp op)