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 TypeClassDescriptionclassSuper class for the GET/PUTxxx family of instructions.classGETFIELD - Fetch field from objectclassGETSTATIC - Fetch static field from classclassSuper class for the INVOKExxx family of instructions.final classINVOKEINTERFACE - Invoke interface methodclassINVOKESPECIAL - Invoke instance method; special handling for superclass, private and instance initialization method invocationsclassINVOKESTATIC - Invoke a class (static) methodclassINVOKEVIRTUAL - Invoke instance method; dispatch based on classclassPUTFIELD - Put field in objectclassPUTSTATIC - Put static field in classMethods in org.apache.bcel.generic with parameters of type FieldOrMethodModifier and TypeMethodDescriptionvoidEmptyVisitor.visitFieldOrMethod(FieldOrMethod obj) voidVisitor.visitFieldOrMethod(FieldOrMethod obj)