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