Uses of Enum
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
Subclasses with type arguments of type BoolOp in org.benf.cfr.reader.bytecode.analysis.parse.expressionFields 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 BoolOpReturns 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.Methods in org.benf.cfr.reader.bytecode.analysis.parse.expression with parameters of type BoolOpModifier and TypeMethodDescriptionstatic ConditionalExpressionBooleanOperation.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)