Uses of Class
gnu.bytecode.CpoolMethodHandle
-
Packages that use CpoolMethodHandle Package Description gnu.bytecode Contains classes to generate, read, write, and print Java bytecode in the form of.class
files. -
-
Uses of CpoolMethodHandle in gnu.bytecode
Methods in gnu.bytecode that return CpoolMethodHandle Modifier and Type Method Description CpoolMethodHandle
ConstantPool. addMethodHandle(int kind, CpoolRef reference)
CpoolMethodHandle
ConstantPool. addMethodHandle(Method method)
-