org.apache.bcel.generic
public abstract class IfInstruction extends BranchInstruction implements StackConsumer
Version: $Id: IfInstruction.java 152690 2001-10-29 19:59:54Z jvanzyl $
| Constructor Summary | |
|---|---|
| protected | IfInstruction(short opcode, InstructionHandle target) |
| Method Summary | |
|---|---|
| abstract IfInstruction | negate() |
Parameters: instruction Target instruction to branch to
Returns: negation of instruction, e.g. IFEQ.negate() == IFNE