org.apache.bcel.generic
public class IFEQ extends IfInstruction
Stack: ..., value -> ...
Version: $Id: IFEQ.java 386056 2006-03-15 11:31:56Z tcurdt $
Constructor Summary | |
---|---|
IFEQ()
Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). | |
IFEQ(InstructionHandle target) |
Method Summary | |
---|---|
void | accept(Visitor v)
Call corresponding visitor method(s). |
IfInstruction | negate() |
Parameters: v Visitor object
Returns: negation of instruction, e.g. IFEQ.negate() == IFNE