Uses of Class
gnu.bytecode.CpoolUtf8

Packages that use CpoolUtf8
gnu.bytecode Contains classes to generate, read, write, and print Java bytecode in the form of .class files. 
 

Uses of CpoolUtf8 in gnu.bytecode
 

Methods in gnu.bytecode that return CpoolUtf8
 CpoolUtf8 ConstantPool.addUtf8(java.lang.String s)
           
 CpoolUtf8 CpoolNameAndType.getName()
           
 CpoolUtf8 CpoolClass.getName()
           
 CpoolUtf8 CpoolString.getString()
           
 CpoolUtf8 CpoolNameAndType.getType()
           
 

Methods in gnu.bytecode with parameters of type CpoolUtf8
 CpoolClass ConstantPool.addClass(CpoolUtf8 name)
           
 CpoolNameAndType ConstantPool.addNameAndType(CpoolUtf8 name, CpoolUtf8 type)
           
 CpoolString ConstantPool.addString(CpoolUtf8 str)