java.io.Serializable, java.lang.Cloneable, InstructionTargeter, StackConsumerIF_ACMPEQ, IF_ACMPNE, IF_ICMPEQ, IF_ICMPGE, IF_ICMPGT, IF_ICMPLE, IF_ICMPLT, IF_ICMPNE, IFEQ, IFGE, IFGT, IFLE, IFLT, IFNE, IFNONNULL, IFNULLpublic abstract class IfInstruction extends BranchInstruction implements StackConsumer
index, position, targetlength, opcode| Modifier | Constructor | Description |
|---|---|---|
protected |
IfInstruction(short opcode,
InstructionHandle target) |
| Modifier and Type | Method | Description |
|---|---|---|
abstract IfInstruction |
negate() |
containsTarget, dump, getIndex, getTarget, getTargetOffset, getTargetOffset, initFromFile, setTarget, toString, updatePosition, updateTargetaccept, consumeStack, copy, equals, getComparator, getLength, getName, getOpcode, produceStack, readInstruction, setComparator, toString, toStringclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitconsumeStackprotected IfInstruction(short opcode,
InstructionHandle target)
opcode - opcode of instructiontarget - Target instruction to branch topublic abstract IfInstruction negate()