Uses of Class
gnu.bytecode.CpoolNameAndType
-
Packages that use CpoolNameAndType Package Description gnu.bytecode Contains classes to generate, read, write, and print Java bytecode in the form of.class
files. -
-
Uses of CpoolNameAndType in gnu.bytecode
Methods in gnu.bytecode that return CpoolNameAndType Modifier and Type Method Description CpoolNameAndType
ConstantPool. addNameAndType(CpoolUtf8 name, CpoolUtf8 type)
CpoolNameAndType
ConstantPool. addNameAndType(Field field)
CpoolNameAndType
ConstantPool. addNameAndType(Method method)
CpoolNameAndType
CpoolRef. getNameAndType()
Methods in gnu.bytecode with parameters of type CpoolNameAndType Modifier and Type Method Description CpoolRef
ConstantPool. addRef(int tag, CpoolClass clas, CpoolNameAndType nameAndType)
-