java.io.Serializable
, java.lang.Cloneable
, InstructionTargeter
, StackConsumer
public class IFGE extends IfInstruction
Stack: ..., value -> ...
index, position, target
length, opcode
Constructor | Description |
---|---|
IFGE(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, updateTarget
consumeStack, copy, equals, getComparator, getLength, getName, getOpcode, produceStack, readInstruction, setComparator, toString, toString
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
consumeStack
public IFGE(InstructionHandle target)
public IfInstruction negate()
negate
in class IfInstruction
public void accept(Visitor v)
accept
in class Instruction
v
- Visitor object