Uses of Class
serp.bytecode.CmpInstruction
Packages that use CmpInstruction
-
Uses of CmpInstruction in serp.bytecode
Methods in serp.bytecode that return CmpInstructionModifier and TypeMethodDescriptionCode.dcmpg()Compare the top two stack values; thedcmpgopcode.Code.dcmpl()Compare the top two stack values; thedcmplopcode.Code.fcmpg()Compare the top two stack values; thefcmpgopcode.Code.fcmpl()Compare the top two stack values; thefcmplopcode.Code.lcmp()Compare the top two stack values; thelcmpopcode.CmpInstruction.setNaNValue(int nan) Set the number that will be placed on the stack if this instruction is of type float or double and one of the operands is NaN.Code.xcmp()Compare the top two stack values. -
Uses of CmpInstruction in serp.bytecode.visitor
Methods in serp.bytecode.visitor with parameters of type CmpInstructionModifier and TypeMethodDescriptionvoidBCVisitor.enterCmpInstruction(CmpInstruction obj) voidBCVisitor.exitCmpInstruction(CmpInstruction obj)