| Package | Description |
|---|---|
| com.vladium.jcd.cls | |
| com.vladium.jcd.cls.attribute | |
| com.vladium.jcd.cls.constant |
| Class and Description |
|---|
| CONSTANT_Class_info
The CONSTANT_Class_info structure is used to represent a class or an interface.
|
| CONSTANT_info
An abstract base for all other CONSTANT_XXX_info structures.
|
| Class and Description |
|---|
| CONSTANT_literal_info
Abstract base for all CONSTANT_XXX_info structures representing literal values
in the constant pool.
|
| CONSTANT_Utf8_info
The CONSTANT_Utf8_info structure is used to represent constant string values.
|
| Class and Description |
|---|
| CONSTANT_Class_info
The CONSTANT_Class_info structure is used to represent a class or an interface.
|
| CONSTANT_Double_info
The
CONSTANT_Long_info and CONSTANT_Double_info represent eight-byte
numeric (long and double) constants. |
| CONSTANT_Fieldref_info
This structure is used in the constant pool to represent dynamic references
to fields.
|
| CONSTANT_Float_info
The CONSTANT_Integer_info and CONSTANT_Float_info structures represent
four-byte numeric (int and float) constants.
|
| CONSTANT_info
An abstract base for all other CONSTANT_XXX_info structures.
|
| CONSTANT_Integer_info
The CONSTANT_Integer_info and CONSTANT_Float_info structures represent
four-byte numeric (int and float) constants.
|
| CONSTANT_InterfaceMethodref_info
This structure is used in the constant pool to represent dynamic references
to interface methods.
|
| CONSTANT_literal_info
Abstract base for all CONSTANT_XXX_info structures representing literal values
in the constant pool.
|
| CONSTANT_Long_info
The CONSTANT_Long_info and
CONSTANT_Double_info represent eight-byte
numeric (long and double) constants. |
| CONSTANT_Methodref_info
This structure is used in the constant pool to represent dynamic references
to class methods.
|
| CONSTANT_NameAndType_info
The CONSTANT_NameAndType_info structure is used to represent a field or method,
without indicating which class or interface type it belongs to.
|
| CONSTANT_ref_info
Abstract base for all CONSTANT_XXXref_info structures.
|
| CONSTANT_String_info
The CONSTANT_String_info structure is used to represent constant objects of
the type java.lang.String.
|
| CONSTANT_Utf8_info
The CONSTANT_Utf8_info structure is used to represent constant string values.
|
| ICONSTANTVisitor |