Uses of Class
org.apache.bcel.generic.FieldOrMethod
Packages that use FieldOrMethod
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.
-
Uses of FieldOrMethod in org.apache.bcel.generic
Subclasses of FieldOrMethod in org.apache.bcel.genericModifier and TypeClassDescriptionclass
Super class for the GET/PUTxxx family of instructions.class
GETFIELD - Fetch field from objectclass
GETSTATIC - Fetch static field from classclass
Super class for the INVOKExxx family of instructions.final class
INVOKEINTERFACE - Invoke interface methodclass
INVOKESPECIAL - Invoke instance method; special handling for superclass, private and instance initialization method invocationsclass
INVOKESTATIC - Invoke a class (static) methodclass
INVOKEVIRTUAL - Invoke instance method; dispatch based on classclass
PUTFIELD - Put field in objectclass
PUTSTATIC - Put static field in classMethods in org.apache.bcel.generic with parameters of type FieldOrMethodModifier and TypeMethodDescriptionvoid
EmptyVisitor.visitFieldOrMethod
(FieldOrMethod obj) void
Visitor.visitFieldOrMethod
(FieldOrMethod obj)