Uses of Class
org.apache.bcel.generic.IfInstruction

Packages that use IfInstruction
org.apache.bcel.generic This package contains the "generic" part of the Byte Code Engineering Library, i.e., classes to dynamically modify class objects and byte code instructions.  
 

Uses of IfInstruction in org.apache.bcel.generic
 

Subclasses of IfInstruction in org.apache.bcel.generic
 class IF_ACMPEQ
          IF_ACMPEQ - Branch if reference comparison succeeds Stack: ..., value1, value2 -> ...
 class IF_ACMPNE
          IF_ACMPNE - Branch if reference comparison doesn't succeed Stack: ..., value1, value2 -> ...
 class IF_ICMPEQ
          IF_ICMPEQ - Branch if int comparison succeeds Stack: ..., value1, value2 -> ...
 class IF_ICMPGE
          IF_ICMPGE - Branch if int comparison succeeds Stack: ..., value1, value2 -> ...
 class IF_ICMPGT
          IF_ICMPGT - Branch if int comparison succeeds Stack: ..., value1, value2 -> ...
 class IF_ICMPLE
          IF_ICMPLE - Branch if int comparison succeeds Stack: ..., value1, value2 -> ...
 class IF_ICMPLT
          IF_ICMPLT - Branch if int comparison succeeds Stack: ..., value1, value2 -> ...
 class IF_ICMPNE
          IF_ICMPNE - Branch if int comparison doesn't succeed Stack: ..., value1, value2 -> ...
 class IFEQ
          IFEQ - Branch if int comparison with zero succeeds Stack: ..., value -> ...
 class IFGE
          IFGE - Branch if int comparison with zero succeeds Stack: ..., value -> ...
 class IFGT
          IFGT - Branch if int comparison with zero succeeds Stack: ..., value -> ...
 class IFLE
          IFLE - Branch if int comparison with zero succeeds Stack: ..., value -> ...
 class IFLT
          IFLT - Branch if int comparison with zero succeeds Stack: ..., value -> ...
 class IFNE
          IFNE - Branch if int comparison with zero succeeds Stack: ..., value -> ...
 class IFNONNULL
          IFNONNULL - Branch if reference is not null Stack: ..., reference -> ...
 class IFNULL
          IFNULL - Branch if reference is not null Stack: ..., reference -> ...
 

Methods in org.apache.bcel.generic that return IfInstruction
 IfInstruction IF_ICMPNE.negate()
           
 IfInstruction IF_ICMPLT.negate()
           
 IfInstruction IF_ICMPLE.negate()
           
 IfInstruction IF_ICMPGT.negate()
           
 IfInstruction IF_ICMPGE.negate()
           
 IfInstruction IF_ICMPEQ.negate()
           
 IfInstruction IF_ACMPNE.negate()
           
 IfInstruction IF_ACMPEQ.negate()
           
 IfInstruction IFNULL.negate()
           
 IfInstruction IFNONNULL.negate()
           
 IfInstruction IFNE.negate()
           
 IfInstruction IFLT.negate()
           
 IfInstruction IFLE.negate()
           
abstract  IfInstruction IfInstruction.negate()
           
 IfInstruction IFGT.negate()
           
 IfInstruction IFGE.negate()
           
 IfInstruction IFEQ.negate()
           
 

Methods in org.apache.bcel.generic with parameters of type IfInstruction
 void Visitor.visitIfInstruction(IfInstruction obj)
           
 void EmptyVisitor.visitIfInstruction(IfInstruction obj)
           
 



Copyright © 2002-2003 Apache Software Foundation. All Rights Reserved.