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.expressionFields in org.benf.cfr.reader.bytecode.analysis.parse.expression declared as CompOpMethods in org.benf.cfr.reader.bytecode.analysis.parse.expression that return CompOpModifier and TypeMethodDescriptionCompOp.getInverted()ComparisonOperation.getOp()static CompOpprivate static CompOpArithmeticOperation.rewriteXCMPCompOp(CompOp from, int on) static 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.Methods in org.benf.cfr.reader.bytecode.analysis.parse.expression with parameters of type CompOpModifier and TypeMethodDescriptionprivate static booleanArithmeticOperation.canNegateAroundNaN(CompOp from, int on) private static ComparisonOperation.BooleanComparisonTypeComparisonOperation.isBooleanComparison(Expression a, Expression b, CompOp op) private static booleanArithmeticOperation.returnsTrueForNaN(CompOp from, int on, boolean nanG) private static CompOpArithmeticOperation.rewriteXCMPCompOp(CompOp from, int on) 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)