org.apache.bcel.generic
public abstract class IfInstruction extends BranchInstruction implements StackConsumer
Constructor Summary | |
---|---|
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