All Packages Class Hierarchy This Package Previous Next Index
Class espresso.classfile.classgen.IF_ICMPLE
java.lang.Object
|
+----espresso.classfile.classgen.Instruction
|
+----espresso.classfile.classgen.BranchInstruction
|
+----espresso.classfile.classgen.IF_ICMPLE
- public class IF_ICMPLE
- extends BranchInstruction
IF_ICMPLE - Branch if int comparison succeeds
Stack: ..., value1, value2 -> ...
-
IF_ICMPLE()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction().
-
IF_ICMPLE(InstructionHandle)
-
IF_ICMPLE
IF_ICMPLE()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
IF_ICMPLE
public IF_ICMPLE(InstructionHandle target)
All Packages Class Hierarchy This Package Previous Next Index