Uses of Class
org.apache.bcel.classfile.FieldOrMethod
- 
Packages that use FieldOrMethod Package Description org.apache.bcel.classfile This package contains the 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.classfile Modifier and Type Class Description classFieldThis class represents the field info structure, i.e., the representation for a variable in the class.classMethodThis class represents the method info structure, i.e., the representation for a method in the class.Methods in org.apache.bcel.classfile that return FieldOrMethod Modifier and Type Method Description protected FieldOrMethodFieldOrMethod. copy_(ConstantPool _constant_pool)Constructors in org.apache.bcel.classfile with parameters of type FieldOrMethod Constructor Description FieldOrMethod(FieldOrMethod c)Initialize from another object. 
 -