public final class CONSTANT_Utf8_info extends ConstantPoolEntry
| Modifier and Type | Field | Description |
|---|---|---|
private int |
asCode |
|
private int |
asString |
|
private java.lang.String |
value |
doubleSlot, index, tag| Constructor | Description |
|---|---|
CONSTANT_Utf8_info(java.lang.String value) |
| Modifier and Type | Method | Description |
|---|---|---|
(package private) int |
classFileSize() |
We assume here that the String is ASCII, thus this
might return a size smaller than actual size.
|
(package private) java.lang.Object |
getKey() |
Return the key used to key this object in a hashtable
|
(package private) void |
put(ClassFormatOutput out) |
|
(package private) void |
setAlternative(int index) |
|
(package private) int |
setAsCode() |
|
(package private) int |
setAsString() |
|
java.lang.String |
toString() |
doubleSlot, getI1, getI2, getIndex, getTag, setIndexprivate final java.lang.String value
private int asString
private int asCode
java.lang.Object getKey()
ConstantPoolEntrygetKey in class ConstantPoolEntryint classFileSize()
classFileSize in class ConstantPoolEntrypublic java.lang.String toString()
toString in class java.lang.Objectint setAsCode()
int setAsString()
void setAlternative(int index)
void put(ClassFormatOutput out) throws java.io.IOException
put in class ConstantPoolEntryjava.io.IOExceptionApache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.