org.apache.bcel.generic

Class IfInstruction

public abstract class IfInstruction extends BranchInstruction implements StackConsumer

Super class for the IFxxx family of instructions.

Version: $Id: IfInstruction.java 152690 2001-10-29 19:59:54Z jvanzyl $

Author: M. Dahm

Constructor Summary
protected IfInstruction(short opcode, InstructionHandle target)
Method Summary
abstract IfInstructionnegate()

Constructor Detail

IfInstruction

protected IfInstruction(short opcode, InstructionHandle target)

Parameters: instruction Target instruction to branch to

Method Detail

negate

public abstract IfInstruction negate()

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