org.apache.bcel.generic
Class IfInstruction
- Cloneable, InstructionTargeter, Serializable, StackConsumer
public abstract class IfInstruction
Super class for the IFxxx family of instructions.
Version:
- M. Dahm
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 IfInstruction negate()
- negation of instruction, e.g. IFEQ.negate() == IFNE