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.classfiles. -
-
Uses of CpoolUtf8 in gnu.bytecode
Methods in gnu.bytecode that return CpoolUtf8 Modifier and Type Method Description CpoolUtf8ConstantPool. addUtf8(String s)CpoolUtf8CpoolClass. getName()CpoolUtf8CpoolNameAndType. getName()CpoolUtf8CpoolString. getString()CpoolUtf8CpoolNameAndType. getType()Methods in gnu.bytecode with parameters of type CpoolUtf8 Modifier and Type Method Description CpoolClassConstantPool. addClass(CpoolUtf8 name)CpoolNameAndTypeConstantPool. addNameAndType(CpoolUtf8 name, CpoolUtf8 type)CpoolStringConstantPool. addString(CpoolUtf8 str)
-