class |
ConstBasicMemberRef |
The abstract base class used to represent the various type of
references to members (fields/methods) within the constant pool.
|
class |
ConstClass |
Class representing a class reference in the constant pool
|
class |
ConstDouble |
Class representing a double constant in the constant pool of a class file
|
class |
ConstFieldRef |
ConstFieldRef represents a reference to a field of some class
in the constant pool of a class file.
|
class |
ConstFloat |
Class representing a float constant in the constant pool of a class file
|
class |
ConstInteger |
Class representing an integer constant in the constant pool of a class file
|
class |
ConstInterfaceMethodRef |
Class representing a reference to an interface method of some class
in the constant pool of a class file.
|
class |
ConstLong |
Class representing a long constant in the constant pool of a class file
|
class |
ConstMethodRef |
Class representing a reference to a method of some class in the
constant pool of a class file
|
class |
ConstNameAndType |
Class representing a name and an associated type in the constant pool
of a class file
|
class |
ConstString |
Class representing a class specification in the constant pool
|
class |
ConstUnicode |
Class representing a unicode string value in the constant pool
|
class |
ConstUtf8 |
Class representing a utf8 string value in the constant pool
|
class |
ConstValue |
An abstract class serving as a common type for constants which
can be the target of ConstantValue attributes
|