|
Class Summary |
| CONSTANT_Classref |
This is the utf8 class that represents an entry in the constant pool |
| CONSTANT_Double |
This is the class that will represent a CONSTANT_Double value in
the constant pool. |
| CONSTANT_Fieldref |
This is the Fieldref class that represents an entry in the constant pool |
| CONSTANT_Float |
This is the class that will represent a CONSTANT_Float value in
the constant pool. |
| CONSTANT_Integer |
This is the class that will represent a CONSTANT_Long value in
the constant pool. |
| CONSTANT_InterfaceMethodref |
This is the class that represents a reference to an interface method
in the constant pool. |
| CONSTANT_Long |
This is the class that will represent a CONSTANT_Long value in
the constant pool. |
| CONSTANT_Methodref |
This is the utf8 class that represents an entry in the constant pool |
| CONSTANT_NameAndType |
This is the Name and Type ass that represents an entry in the constant pool |
| CONSTANT_String |
This is the utf8 class that represents an entry in the constant pool |
| CONSTANT_Utf8 |
This is the utf8 class that represents an entry in the constant pool |
| ConstantPool |
This class represents the constant pool of a java class file |
| ConstantPoolEntry |
This is an abstract class that will represent an entry in the constant pool |