Package | Description |
---|---|
com.caucho.bytecode |
Modifier and Type | Method and Description |
---|---|
Utf8Constant |
ConstantPool.addUTF8(java.lang.String value)
Adds a UTF-8 constant.
|
Utf8Constant |
ConstantPool.getUtf8(int index)
Returns a utf-8 constant
|
Utf8Constant |
ConstantPool.getUTF8(java.lang.String value)
Gets a UTF-8 constant.
|