Uses of Class
org.benf.cfr.reader.bytecode.analysis.parse.expression.BoolOp
-
Packages that use BoolOp Package Description org.benf.cfr.reader.bytecode.analysis.parse.expression -
-
Uses of BoolOp in org.benf.cfr.reader.bytecode.analysis.parse.expression
Fields in org.benf.cfr.reader.bytecode.analysis.parse.expression declared as BoolOp Modifier and Type Field Description private BoolOp
BooleanOperation. op
Methods in org.benf.cfr.reader.bytecode.analysis.parse.expression that return BoolOp Modifier and Type Method 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.Methods in org.benf.cfr.reader.bytecode.analysis.parse.expression with parameters of type BoolOp Modifier and Type Method Description static ConditionalExpression
BooleanOperation. makeRightDeep(java.util.List<ConditionalExpression> c, BoolOp op)
Constructors in org.benf.cfr.reader.bytecode.analysis.parse.expression with parameters of type BoolOp Constructor Description BooleanOperation(BytecodeLoc loc, ConditionalExpression lhs, ConditionalExpression rhs, BoolOp op)
-