public abstract class IfInstruction extends BranchInstruction implements StackConsumer
index, position, target
length, opcode
Modifier | Constructor and Description |
---|---|
protected |
IfInstruction(short opcode,
InstructionHandle target) |
Modifier and Type | Method and Description |
---|---|
abstract IfInstruction |
negate() |
containsTarget, dump, getIndex, getPosition, getTarget, getTargetOffset, getTargetOffset, initFromFile, setIndex, setPosition, setTarget, toString, updatePosition, updateTarget
accept, consumeStack, copy, equals, getComparator, getLength, getName, getOpcode, hashCode, isValidByte, isValidShort, produceStack, readInstruction, setComparator, toString, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
consumeStack
protected IfInstruction(short opcode, InstructionHandle target)
opcode
- opcode of instructiontarget
- Target instruction to branch topublic abstract IfInstruction negate()
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.