Uses of Class
xyz.cofe.trambda.bc.bm.MHandle
-
Packages that use MHandle Package Description xyz.cofe.trambda Сериализация байт-кода лямбдыxyz.cofe.trambda.bc.bm Представление параметров для Bootstrap методовxyz.cofe.trambda.bc.mth Представление байт-кода методов -
-
Uses of MHandle in xyz.cofe.trambda
Fields in xyz.cofe.trambda with type parameters of type MHandle Modifier and Type Field Description protected Map<MHandle,LambdaNode>LambdaDump. refs -
Uses of MHandle in xyz.cofe.trambda.bc.bm
Methods in xyz.cofe.trambda.bc.bm that return MHandle Modifier and Type Method Description MHandleMHandle. clone()MHandleHandleArg. getHandle()Methods in xyz.cofe.trambda.bc.bm with parameters of type MHandle Modifier and Type Method Description voidHandleArg. setHandle(MHandle handle)Constructors in xyz.cofe.trambda.bc.bm with parameters of type MHandle Constructor Description HandleArg(MHandle handle)MHandle(MHandle sample)Конструктор копирования -
Uses of MHandle in xyz.cofe.trambda.bc.mth
Methods in xyz.cofe.trambda.bc.mth that return MHandle Modifier and Type Method Description MHandleMInvokeDynamicInsn. getBootstrapMethodHandle()Methods in xyz.cofe.trambda.bc.mth with parameters of type MHandle Modifier and Type Method Description org.objectweb.asm.HandleMethodWriterCtx. bootstrapArgument(MHandle targetCallArg, org.objectweb.asm.Handle bootstrap)voidMInvokeDynamicInsn. setBootstrapMethodHandle(MHandle bootstrapMethodHandle)
-