public final class CONSTANT_Utf8_info extends ConstantPoolEntry
Modifier and Type | Field and Description |
---|---|
private int |
asCode |
private int |
asString |
private java.lang.String |
value |
doubleSlot, index, tag
Constructor and Description |
---|
CONSTANT_Utf8_info(java.lang.String value) |
Modifier and Type | Method and 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, setIndex
private final java.lang.String value
private int asString
private int asCode
java.lang.Object getKey()
ConstantPoolEntry
getKey
in class ConstantPoolEntry
int classFileSize()
classFileSize
in class ConstantPoolEntry
public java.lang.String toString()
toString
in class java.lang.Object
int setAsCode()
int setAsString()
void setAlternative(int index)
void put(ClassFormatOutput out) throws java.io.IOException
put
in class ConstantPoolEntry
java.io.IOException
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.