Uses of Class
org.apache.bcel.generic.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
Modifier 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 classModifier and TypeMethodDescriptionvoid
EmptyVisitor.visitFieldOrMethod
(FieldOrMethod obj) void
Visitor.visitFieldOrMethod
(FieldOrMethod obj)