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.
|
Modifier and Type | Class | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
protected FieldOrMethod |
FieldOrMethod.copy_(ConstantPool _constant_pool) |
Constructor | Description |
---|---|
FieldOrMethod(FieldOrMethod c) |
Initialize from another object.
|