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