Uses of Class
org.apache.bcel.generic.FieldInstruction
Package
Description
Generic part of the Apache Byte Code Engineering Library (BCEL), classes to dynamically modify class objects
and byte code instructions.
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
Modifier and TypeClassDescriptionclass
GETFIELD - Fetch field from objectclass
GETSTATIC - Fetch static field from classclass
PUTFIELD - Put field in objectclass
PUTSTATIC - Put static field in classModifier and TypeMethodDescriptionInstructionFactory.createFieldAccess
(String className, String name, Type type, short kind) Create a field instruction.Modifier and TypeMethodDescriptionvoid
EmptyVisitor.visitFieldInstruction
(FieldInstruction obj) void
Visitor.visitFieldInstruction
(FieldInstruction obj) -
Uses of FieldInstruction in org.apache.bcel.verifier.structurals
Modifier and TypeMethodDescriptionvoid
InstConstraintVisitor.visitFieldInstruction
(FieldInstruction o) Ensures the general preconditions of a FieldInstruction instance.