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 |
ConstantClass
This class is derived from the abstract
Constant
and represents a reference to a (external) class. |
class |
ConstantDouble
This class is derived from the abstract
Constant
and represents a reference to a Double object. |
class |
ConstantFloat
This class is derived from the abstract
Constant
and represents a reference to a float object. |
class |
ConstantInteger
This class is derived from the abstract
Constant
and represents a reference to an int object. |
class |
ConstantLong
This class is derived from the abstract
Constant
and represents a reference to a long object. |
class |
ConstantString
This class is derived from the abstract
Constant
and represents a reference to a String object. |
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.