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 |
ConstantDynamic
This class is derived from the abstract
Constant
and represents a reference to a dynamically computed constant. |
class |
ConstantFieldref
This class represents a constant pool reference to a field.
|
class |
ConstantInterfaceMethodref
This class represents a constant pool reference to an interface method.
|
class |
ConstantInvokeDynamic
This class is derived from the abstract
Constant
and represents a reference to a invoke dynamic. |
class |
ConstantMethodref
This class represents a constant pool reference to a method.
|
Constructor and Description |
---|
ConstantCP(ConstantCP c)
Initialize from another object.
|
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.