public class IF_ACMPNE extends IfInstruction
Stack: ..., value1, value2 -> ...
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
index, position, target
length, opcode
Constructor and Description |
---|
IF_ACMPNE()
Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction().
|
IF_ACMPNE(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, updateTarget
consumeStack, copy, equals, getComparator, getLength, getName, getOpcode, hashCode, produceStack, readInstruction, setComparator, toString, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
consumeStack
private static final long serialVersionUID
IF_ACMPNE()
public IF_ACMPNE(InstructionHandle target)
public IfInstruction negate()
negate
in class IfInstruction
public void accept(Visitor v)
accept
in class Instruction
v
- Visitor object