Uses of Class
gnu.bytecode.CpoolRef

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

Uses of CpoolRef in gnu.bytecode
 

Methods in gnu.bytecode that return CpoolRef
 CpoolRef ConstantPool.addFieldRef(Field field)
           
 CpoolRef ConstantPool.addMethodRef(Method method)
           
 CpoolRef ConstantPool.addRef(int tag, CpoolClass clas, CpoolNameAndType nameAndType)