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 and 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 and Description |
---|---|
protected FieldOrMethod |
FieldOrMethod.copy_(ConstantPool _constant_pool) |
Constructor and Description |
---|
FieldOrMethod(FieldOrMethod c)
Initialize from another object.
|
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.