All Packages Class Hierarchy This Package Previous Next Index
Class de.fub.bytecode.generic.IFEQ
java.lang.Object
|
+----de.fub.bytecode.generic.Instruction
|
+----de.fub.bytecode.generic.BranchInstruction
|
+----de.fub.bytecode.generic.IfInstruction
|
+----de.fub.bytecode.generic.IFEQ
- public class IFEQ
- extends IfInstruction
IFEQ - Branch if int comparison with zero succeeds
Stack: ..., value -> ...
- Version:
- $Id: IFEQ.java,v 1.6 1999/05/04 13:13:41 dahm Exp $
- Author:
- M. Dahm
-
IFEQ(InstructionHandle)
-
-
negate()
-
IFEQ
public IFEQ(InstructionHandle target)
negate
public IfInstruction negate()
- Returns:
- negation of instruction, e.g. IFEQ.negate() == IFNE
- Overrides:
- negate in class IfInstruction
All Packages Class Hierarchy This Package Previous Next Index