Uses of Class
org.apache.bcel.generic.FieldInstruction
Packages that use FieldInstruction
Package
Description
This package contains the "generic" part of the
Byte Code Engineering
Library, i.e., classes to dynamically modify class objects and
byte code instructions.
Provides a PassVerifier class mostly used internally by JustIce, yielding a control flow graph for public use as
a nice side effect.
-
Uses of FieldInstruction in org.apache.bcel.generic
Subclasses of FieldInstruction in org.apache.bcel.genericModifier and TypeClassDescriptionclassGETFIELD - Fetch field from objectclassGETSTATIC - Fetch static field from classclassPUTFIELD - Put field in objectclassPUTSTATIC - Put static field in classMethods in org.apache.bcel.generic that return FieldInstructionModifier and TypeMethodDescriptionInstructionFactory.createFieldAccess(String class_name, String name, Type type, short kind) Create a field instruction.Methods in org.apache.bcel.generic with parameters of type FieldInstructionModifier and TypeMethodDescriptionvoidEmptyVisitor.visitFieldInstruction(FieldInstruction obj) voidVisitor.visitFieldInstruction(FieldInstruction obj) -
Uses of FieldInstruction in org.apache.bcel.verifier.structurals
Methods in org.apache.bcel.verifier.structurals with parameters of type FieldInstructionModifier and TypeMethodDescriptionvoidInstConstraintVisitor.visitFieldInstruction(FieldInstruction o) Ensures the general preconditions of a FieldInstruction instance.