Uses of Class
gnu.bytecode.CpoolRef
-
Packages that use CpoolRef Package Description gnu.bytecode Contains classes to generate, read, write, and print Java bytecode in the form of.classfiles. -
-
Uses of CpoolRef in gnu.bytecode
Methods in gnu.bytecode that return CpoolRef Modifier and Type Method Description CpoolRefConstantPool. addFieldRef(Field field)CpoolRefConstantPool. addMethodRef(Method method)CpoolRefConstantPool. addRef(int tag, CpoolClass clas, CpoolNameAndType nameAndType)Methods in gnu.bytecode with parameters of type CpoolRef Modifier and Type Method Description CpoolMethodHandleConstantPool. addMethodHandle(int kind, CpoolRef reference)
-