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.class
files. -
-
Uses of CpoolRef in gnu.bytecode
Methods in gnu.bytecode that return CpoolRef Modifier and Type Method Description CpoolRef
ConstantPool. addFieldRef(Field field)
CpoolRef
ConstantPool. addMethodRef(Method method)
CpoolRef
ConstantPool. addRef(int tag, CpoolClass clas, CpoolNameAndType nameAndType)
Methods in gnu.bytecode with parameters of type CpoolRef Modifier and Type Method Description CpoolMethodHandle
ConstantPool. addMethodHandle(int kind, CpoolRef reference)
-