Modifier and Type | Field and Description |
---|---|
private int | |
private int | |
private final String |
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
pack-priv int | classFileSize()
Implements abstract org. |
pack-priv Object | getKey()
Overrides org. |
pack-priv void | |
pack-priv void | |
pack-priv int | |
pack-priv int | |
public String |
asCode | back to summary |
---|---|
private int asCode |
asString | back to summary |
---|---|
private int asString |
value | back to summary |
---|---|
private final String value |
CONSTANT_Utf8_info | back to summary |
---|---|
pack-priv CONSTANT_Utf8_info(String value) |
classFileSize | back to summary |
---|---|
pack-priv int classFileSize() Implements abstract org. We assume here that the String is ASCII, thus this might return a size smaller than actual size. |
getKey | back to summary |
---|---|
pack-priv Object getKey() Overrides org. Doc from org. Return the key used to key this object in a hashtable |
put | back to summary |
---|---|
pack-priv void put(ClassFormatOutput out) throws IOException Overrides org. |
setAlternative | back to summary |
---|---|
pack-priv void setAlternative(int index) |
setAsCode | back to summary |
---|---|
pack-priv int setAsCode() |
setAsString | back to summary |
---|---|
pack-priv int setAsString() |
toString | back to summary |
---|---|
public String toString() Overrides java. Doc from java. Returns a string representation of the object.
|