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