public class IFGT extends IfInstruction
Stack: ..., value -> ...
index, position, target
length, opcode
Constructor and Description |
---|
IFGT()
Empty constructor needed for Instruction.readInstruction.
|
IFGT(InstructionHandle target) |
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor v)
Call corresponding visitor method(s).
|
IfInstruction |
negate() |
containsTarget, dispose, dump, getIndex, getPosition, getTarget, getTargetOffset, getTargetOffset, initFromFile, notifyTarget, setIndex, setPosition, setTarget, toString, updatePosition, updateTarget
consumeStack, copy, equals, getComparator, getLength, getName, getOpcode, hashCode, isValidByte, isValidShort, produceStack, readInstruction, setComparator, setLength, setOpcode, toString, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
consumeStack
IFGT()
public IFGT(InstructionHandle target)
public IfInstruction negate()
negate
in class IfInstruction
public void accept(Visitor v)
accept
in class Instruction
v
- Visitor object