Stack: ..., value -> ...
Access | Constructor and Description |
---|---|
pack-priv | |
public |
Modifier and Type | Method and Description |
---|---|
public void | accept(final Visitor
Visitor object v)Implements abstract com. |
public IfInstruction | Returns: negation of instruction, e.g. IFEQ.negate() == IFNEImplements abstract com. |
IFEQ | back to summary |
---|---|
pack-priv IFEQ() Empty constructor needed for Instruction.readInstruction. Not to be used otherwise. |
IFEQ | back to summary |
---|---|
public IFEQ(final InstructionHandle target) |
accept | back to summary |
---|---|
public void accept(final Visitor v) Implements abstract com. Call corresponding visitor method(s). The order is: Call visitor methods of implemented interfaces first, then call methods according to the class hierarchy in descending order, i.e., the most specific visitXXX() call comes last. |
negate | back to summary |
---|---|
public IfInstruction negate() Implements abstract com.
|