Package | Description |
---|---|
com.vladium.jcd.cls.attribute | |
com.vladium.jcd.cls.constant |
Modifier and Type | Method and Description |
---|---|
CONSTANT_literal_info |
ConstantValueAttribute_info.getValue(ClassDef cls) |
Modifier and Type | Class and Description |
---|---|
class |
CONSTANT_Double_info
The
CONSTANT_Long_info and CONSTANT_Double_info represent eight-byte
numeric (long and double) constants. |
class |
CONSTANT_Float_info
The CONSTANT_Integer_info and CONSTANT_Float_info structures represent
four-byte numeric (int and float) constants.
|
class |
CONSTANT_Integer_info
The CONSTANT_Integer_info and CONSTANT_Float_info structures represent
four-byte numeric (int and float) constants.
|
class |
CONSTANT_Long_info
The CONSTANT_Long_info and
CONSTANT_Double_info represent eight-byte
numeric (long and double) constants. |
class |
CONSTANT_String_info
The CONSTANT_String_info structure is used to represent constant objects of
the type java.lang.String.
|