Uses of Class
com.caucho.bytecode.Utf8Constant

Packages that use Utf8Constant
com.caucho.bytecode   
 

Uses of Utf8Constant in com.caucho.bytecode
 

Methods in com.caucho.bytecode that return Utf8Constant
 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.