org.apache.bcel.generic
public class IF_ICMPEQ extends IfInstruction
Stack: ..., value1, value2 -> ...
Version: $Id: IF_ICMPEQ.java 152690 2001-10-29 19:59:54Z jvanzyl $
| Constructor Summary | |
|---|---|
| IF_ICMPEQ(InstructionHandle target) | |
| Method Summary | |
|---|---|
| void | accept(Visitor v)
Call corresponding visitor method(s). |
| IfInstruction | negate() |
Parameters: v Visitor object
Returns: negation of instruction