Uses of Enum Class
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
Fields 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 CompOp
private static CompOp
ArithmeticOperation.rewriteXCMPCompOp
(CompOp from, int on) static CompOp
Returns the enum constant of this class with the specified name.static CompOp[]
CompOp.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 CompOpModifier and TypeMethodDescriptionprivate static boolean
ArithmeticOperation.canNegateAroundNaN
(CompOp from, int on) private static ComparisonOperation.BooleanComparisonType
ComparisonOperation.isBooleanComparison
(Expression a, Expression b, CompOp op) private static boolean
ArithmeticOperation.returnsTrueForNaN
(CompOp from, int on, boolean nanG) private static CompOp
ArithmeticOperation.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)