Uses of Class
org.apache.bcel.classfile.FieldOrMethod
Packages that use FieldOrMethod
Package
Description
Classes that describe the structure of a Java class file and a class file parser.
-
Uses of FieldOrMethod in org.apache.bcel.classfile
Subclasses of FieldOrMethod in org.apache.bcel.classfileModifier and TypeClassDescriptionfinal class
This class represents the field info structure, i.e., the representation for a variable in the class.final class
This class represents the method info structure, i.e., the representation for a method in the class.Methods in org.apache.bcel.classfile that return FieldOrMethodModifier and TypeMethodDescriptionprotected FieldOrMethod
FieldOrMethod.copy_
(ConstantPool constantPool) Constructors in org.apache.bcel.classfile with parameters of type FieldOrMethodModifierConstructorDescriptionprotected
Initialize from another object.