public class IF_ICMPEQ extends IfInstruction
Stack: ..., value1, value2 -> ...
index, position, target
length, opcode
Constructor and Description |
---|
IF_ICMPEQ(InstructionHandle target) |
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor v)
Call corresponding visitor method(s).
|
IfInstruction |
negate() |
containsTarget, dump, getIndex, getPosition, getTarget, getTargetOffset, getTargetOffset, initFromFile, setIndex, setPosition, setTarget, toString, updatePosition, updateTarget
consumeStack, copy, equals, getComparator, getLength, getName, getOpcode, hashCode, isValidByte, isValidShort, produceStack, readInstruction, setComparator, toString, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
consumeStack
public IF_ICMPEQ(InstructionHandle target)
public IfInstruction negate()
negate
in class IfInstruction
public void accept(Visitor v)
accept
in class Instruction
v
- Visitor objectCopyright © 2004–2019 The Apache Software Foundation. All rights reserved.