Uses of Class
org.apache.bcel.generic.FieldOrMethod
Packages that use FieldOrMethod
Package
Description
Generic part of the Apache Byte Code Engineering Library (BCEL), 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
Class for INVOKEDYNAMIC.class
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)