public class IF_ACMPEQ extends IfInstruction
Stack: ..., value1, value2 -> ...
index, position, targetlength, opcode| Constructor and Description |
|---|
IF_ACMPEQ()
Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction().
|
IF_ACMPEQ(InstructionHandle target) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor v)
Call corresponding visitor method(s).
|
IfInstruction |
negate() |
containsTarget, dispose, dump, getIndex, getTarget, getTargetOffset, getTargetOffset, initFromFile, notifyTarget, setTarget, toString, updatePosition, updateTargetconsumeStack, copy, equals, getComparator, getLength, getName, getOpcode, produceStack, readInstruction, setComparator, toString, toStringclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitconsumeStackIF_ACMPEQ()
public IF_ACMPEQ(InstructionHandle target)
public IfInstruction negate()
negate in class IfInstructionpublic void accept(Visitor v)
accept in class Instructionv - Visitor object