java.io.Serializable, java.lang.Cloneable, InstructionTargeter, StackConsumerpublic class IFNULL extends IfInstruction
Stack: ..., reference -> ...
index, position, targetlength, opcode| Constructor | Description |
|---|---|
IFNULL(InstructionHandle target) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
accept(Visitor v) |
Call corresponding visitor method(s).
|
IfInstruction |
negate() |
containsTarget, dump, getIndex, getTarget, getTargetOffset, getTargetOffset, initFromFile, setTarget, toString, updatePosition, updateTargetconsumeStack, copy, equals, getComparator, getLength, getName, getOpcode, produceStack, readInstruction, setComparator, toString, toStringclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitconsumeStackpublic IFNULL(InstructionHandle target)
public IfInstruction negate()
negate in class IfInstructionpublic void accept(Visitor v)
accept in class Instructionv - Visitor object