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

Packages that use FieldInstruction
org.apache.bcel.generic   
org.apache.bcel.verifier.structurals   
 

Uses of FieldInstruction in org.apache.bcel.generic
 

Subclasses of FieldInstruction in org.apache.bcel.generic
 class GETFIELD
          GETFIELD - Fetch field from object
 class GETSTATIC
          GETSTATIC - Fetch static field from class
 class PUTFIELD
          PUTFIELD - Put field in object
 class PUTSTATIC
          PUTSTATIC - Put static field in class
 

Methods in org.apache.bcel.generic that return FieldInstruction
 FieldInstruction InstructionFactory.createFieldAccess(java.lang.String class_name, java.lang.String name, Type type, short kind)
          Create a field instruction.
 

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

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

Methods in org.apache.bcel.verifier.structurals with parameters of type FieldInstruction
 void InstConstraintVisitor.visitFieldInstruction(FieldInstruction o)
          Ensures the general preconditions of a FieldInstruction instance.