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

Packages that use LoadInstruction
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.  
org.apache.bcel.verifier.structurals Provides a PassVerifier class mostly used internally by JustIce, yielding a control flow graph for public use as a nice side effect.  
 

Uses of LoadInstruction in org.apache.bcel.generic
 

Subclasses of LoadInstruction in org.apache.bcel.generic
 class ALOAD
          ALOAD - Load reference from local variable Stack: ...
 class DLOAD
          DLOAD - Load double from local variable Stack ...
 class FLOAD
          FLOAD - Load float from local variable Stack ...
 class ILOAD
          ILOAD - Load int from local variable onto stack Stack: ...
 class LLOAD
          LLOAD - Load long from local variable Stack ...
 

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

Uses of LoadInstruction in org.apache.bcel.verifier.structurals
 

Methods in org.apache.bcel.verifier.structurals with parameters of type LoadInstruction
 void InstConstraintVisitor.visitLoadInstruction(LoadInstruction o)
          Assures the generic preconditions of a LoadInstruction instance.
 



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