Uses of Class
org.benf.cfr.reader.bytecode.analysis.parse.expression.CompOp
-
Packages that use CompOp Package Description org.benf.cfr.reader.bytecode.analysis.parse.expression -
-
Uses of CompOp in org.benf.cfr.reader.bytecode.analysis.parse.expression
Fields in org.benf.cfr.reader.bytecode.analysis.parse.expression declared as CompOp Modifier and Type Field Description private CompOpComparisonOperation. opMethods in org.benf.cfr.reader.bytecode.analysis.parse.expression that return CompOp Modifier and Type Method Description CompOpCompOp. getInverted()CompOpComparisonOperation. getOp()static CompOpCompOp. getOpFor(JVMInstr instr)private static CompOpArithmeticOperation. rewriteXCMPCompOp(CompOp from, int on)static CompOpCompOp. valueOf(java.lang.String name)Returns 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 CompOp Modifier and Type Method Description private 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 CompOp Constructor Description ComparisonOperation(BytecodeLoc loc, Expression lhs, Expression rhs, CompOp op)ComparisonOperation(BytecodeLoc loc, Expression lhs, Expression rhs, CompOp op, boolean canNegate)
-