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