Uses of Class
gnu.bytecode.CpoolUtf8
-
Packages that use CpoolUtf8 Package Description 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 Modifier and Type Method Description CpoolUtf8
ConstantPool. addUtf8(String s)
CpoolUtf8
CpoolClass. getName()
CpoolUtf8
CpoolNameAndType. getName()
CpoolUtf8
CpoolString. getString()
CpoolUtf8
CpoolNameAndType. getType()
Methods in gnu.bytecode with parameters of type CpoolUtf8 Modifier and Type Method Description CpoolClass
ConstantPool. addClass(CpoolUtf8 name)
CpoolNameAndType
ConstantPool. addNameAndType(CpoolUtf8 name, CpoolUtf8 type)
CpoolString
ConstantPool. addString(CpoolUtf8 str)
-