org.apache.bcel.generic
public abstract class IfInstruction extends BranchInstruction implements StackConsumer
Version: $Id: IfInstruction.java 386056 2006-03-15 11:31:56Z tcurdt $
| Constructor Summary | |
|---|---|
| IfInstruction()
Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). | |
| protected | IfInstruction(short opcode, InstructionHandle target) |
| Method Summary | |
|---|---|
| abstract IfInstruction | negate() |
Parameters: opcode opcode of instruction target Target instruction to branch to
Returns: negation of instruction, e.g. IFEQ.negate() == IFNE