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