org.apache.bcel.generic
Class IFEQ
java.lang.Object
   org.apache.bcel.generic.Instruction
org.apache.bcel.generic.Instruction
       org.apache.bcel.generic.BranchInstruction
org.apache.bcel.generic.BranchInstruction
           org.apache.bcel.generic.IfInstruction
org.apache.bcel.generic.IfInstruction
               org.apache.bcel.generic.IFEQ
org.apache.bcel.generic.IFEQ
- All Implemented Interfaces: 
- Serializable, Cloneable, InstructionTargeter, StackConsumer
- public class IFEQ 
- extends IfInstruction
IFEQ - Branch if int comparison with zero succeeds
 
Stack: ..., value -> ...
- Version:
- $Id: IFEQ.java 386056 2006-03-15 11:31:56Z tcurdt $
- See Also:
- Serialized Form
 
 
 
 
 
| Methods inherited from class org.apache.bcel.generic.BranchInstruction | 
| containsTarget, dump, getIndex, getTarget, getTargetOffset, getTargetOffset, initFromFile, setTarget, toString, updatePosition, updateTarget | 
 
| Methods inherited from class org.apache.bcel.generic.Instruction | 
| consumeStack, copy, equals, getComparator, getLength, getName, getOpcode, produceStack, readInstruction, setComparator, toString, toString | 
 
 
 
IFEQ
public IFEQ(InstructionHandle target)
negate
public IfInstruction negate()
- 
- Specified by:
- negatein class- IfInstruction
 
- 
- Returns:
- negation of instruction, e.g. IFEQ.negate() == IFNE
 
accept
public void accept(Visitor v)
- Call corresponding visitor method(s). The order is:
 Call visitor methods of implemented interfaces first, then
 call methods according to the class hierarchy in descending order,
 i.e., the most specific visitXXX() call comes last.
 
- 
- Specified by:
- acceptin class- Instruction
 
- 
- Parameters:
- v- Visitor object
 
Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.