Uses of Enum
org.benf.cfr.reader.bytecode.analysis.parse.expression.CompOp
Packages that use CompOp
-
Uses of CompOp in org.benf.cfr.reader.bytecode.analysis.parse.expression
Subclasses with type arguments of type CompOp in org.benf.cfr.reader.bytecode.analysis.parse.expressionMethods in org.benf.cfr.reader.bytecode.analysis.parse.expression that return CompOpModifier and TypeMethodDescriptionCompOp.getInverted()ComparisonOperation.getOp()static CompOpstatic CompOpReturns the enum constant of this type with the specified name.static CompOp[]CompOp.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.benf.cfr.reader.bytecode.analysis.parse.expression with parameters of type CompOpModifierConstructorDescriptionComparisonOperation(BytecodeLoc loc, Expression lhs, Expression rhs, CompOp op) ComparisonOperation(BytecodeLoc loc, Expression lhs, Expression rhs, CompOp op, boolean canNegate)