org.apache.bcel.generic
Class IfInstruction
- Cloneable, InstructionTargeter, Serializable, StackConsumer
public abstract class IfInstruction
Super class for the IFxxx family of instructions.
$Id: IfInstruction.java,v 1.1.1.1 2001/10/29 20:00:18 jvanzyl Exp $
containsTarget, dump, getIndex, getTarget, getTargetOffset, getTargetOffset, initFromFile, setTarget, toString, updatePosition, updateTarget |
accept, consumeStack, copy, dump, equals, getComparator, getLength, getName, getOpcode, initFromFile, produceStack, readInstruction, setComparator, toString, toString, toString |
negate
public abstract IfInstruction negate()
- negation of instruction, e.g. IFEQ.negate() == IFNE