Uses of Class
org.apache.bcel.classfile.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
Modifier 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.Modifier and TypeMethodDescriptionprotected FieldOrMethod
FieldOrMethod.copy_
(ConstantPool constantPool) ModifierConstructorDescriptionprotected
Initialize from another object.