org.apache.bcel.generic

Class IfInstruction

public abstract class IfInstruction extends BranchInstruction implements StackConsumer

Super class for the IFxxx family of instructions.
Constructor Summary
protected IfInstruction(short opcode, InstructionHandle target)
Method Summary
abstract IfInstructionnegate()

Constructor Detail

IfInstruction

protected IfInstruction(short opcode, InstructionHandle target)

Parameters: opcode opcode of instruction target Target instruction to branch to

Method Detail

negate

public abstract IfInstruction negate()

Returns: negation of instruction, e.g. IFEQ.negate() == IFNE