Uses of Class
org.apache.bcel.generic.FieldInstruction
Packages that use FieldInstruction
Package
Description
Generic part of the Apache Byte Code Engineering Library (BCEL), classes to dynamically modify class objects
and byte code instructions.
Utility classes for the Apache Byte Code Engineering Library (BCEL), namely:
Collection classes for JavaClass objects
A converter for class files to HTML
A tool to find instructions patterns via regular expressions
A class to find classes as defined in the CLASSPATH
A class loader that allows to create classes at run time
PassVerifier classes used internally by JustIce.
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 TypeClassDescriptionclass
GETFIELD - Fetch field from objectclass
GETSTATIC - Fetch static field from classclass
PUTFIELD - Put field in objectclass
PUTSTATIC - Put static field in classMethods in org.apache.bcel.generic that return FieldInstructionModifier and TypeMethodDescriptionInstructionFactory.createFieldAccess
(String className, String name, Type type, short kind) Create a field instruction.Methods in org.apache.bcel.generic with parameters of type FieldInstructionModifier and TypeMethodDescriptionvoid
EmptyVisitor.visitFieldInstruction
(FieldInstruction obj) void
Visitor.visitFieldInstruction
(FieldInstruction obj) -
Uses of FieldInstruction in org.apache.bcel.util
Methods in org.apache.bcel.util with parameters of type FieldInstruction -
Uses of FieldInstruction in org.apache.bcel.verifier.statics
Methods in org.apache.bcel.verifier.statics with parameters of type FieldInstructionModifier and TypeMethodDescriptionprivate ObjectType
Pass3aVerifier.InstOperandConstraintVisitor.getObjectType
(FieldInstruction o) void
Pass3aVerifier.InstOperandConstraintVisitor.visitFieldInstruction
(FieldInstruction o) Checks if the constraints of operands of the said instruction(s) are satisfied. -
Uses of FieldInstruction in org.apache.bcel.verifier.structurals
Methods in org.apache.bcel.verifier.structurals with parameters of type FieldInstructionModifier and TypeMethodDescriptionprivate ObjectType
InstConstraintVisitor.getObjectType
(FieldInstruction o) void
InstConstraintVisitor.visitFieldInstruction
(FieldInstruction o) Ensures the general preconditions of a FieldInstruction instance.private Field
InstConstraintVisitor.visitFieldInstructionInternals
(FieldInstruction o)