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