Google

bcel API: Uses of Class org.apache.bcel.classfile.FieldOrMethod

Uses of Class
org.apache.bcel.classfile.FieldOrMethod

Packages that use FieldOrMethod
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
 class Field
          This class represents the field info structure, i.e., the representation for a variable in the class.
 class Method
          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 FieldOrMethod
protected  FieldOrMethod FieldOrMethod.copy_(ConstantPool constant_pool)
           
 

Constructors in org.apache.bcel.classfile with parameters of type FieldOrMethod
FieldOrMethod(FieldOrMethod c)
          Initialize from another object.