Uses of Class
gnu.bytecode.CpoolNameAndType
Packages that use CpoolNameAndType
Package
Description
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 CpoolNameAndTypeModifier and TypeMethodDescriptionConstantPool.addNameAndType
(CpoolUtf8 name, CpoolUtf8 type) ConstantPool.addNameAndType
(Field field) ConstantPool.addNameAndType
(Method method) final CpoolNameAndType
CpoolRef.getNameAndType()
Methods in gnu.bytecode with parameters of type CpoolNameAndTypeModifier and TypeMethodDescriptionConstantPool.addRef
(int tag, CpoolClass clas, CpoolNameAndType nameAndType)