Uses of Class
xyz.cofe.trambda.bc.MethodDef
-
Packages that use MethodDef Package Description xyz.cofe.trambda Сериализация байт-кода лямбдыxyz.cofe.trambda.bc Представление байт-кода в виде сущностейxyz.cofe.trambda.sec Проверка байт кода на безопасность выполнения -
-
Uses of MethodDef in xyz.cofe.trambda
Fields in xyz.cofe.trambda with type parameters of type MethodDef Modifier and Type Field Description protected Map<Fn<ENV,? extends Object>,MethodDef>AsmQuery. fn2mdefКэш серилизованных лямбд - байт-кодprotected Map<String,MethodDef>AsmQuery. methodsКэш сериализованых лямбд - байт-кодprotected Map<String,MethodDef>MethodRestore. targetMethodDefMethods in xyz.cofe.trambda that return MethodDef Modifier and Type Method Description MethodDefMethodRestore. getMethodDef()Methods in xyz.cofe.trambda with parameters of type MethodDef Modifier and Type Method Description protected <RES> RESAsmQuery. call(Fn<ENV,RES> fn, SerializedLambda sl, MethodDef mdef)Реализация вызова лямбдыMethodRestoreMethodRestore. methodDef(MethodDef mdef)voidMethodRestore. setMethodDef(MethodDef mdef) -
Uses of MethodDef in xyz.cofe.trambda.bc
Methods in xyz.cofe.trambda.bc that return types with arguments of type MethodDef Modifier and Type Method Description List<MethodDef>MethodDef. getRefs()Возвращает список связанных методов.Method parameters in xyz.cofe.trambda.bc with type arguments of type MethodDef Modifier and Type Method Description voidMethodDef. setRefs(List<MethodDef> refs)Указывает список связанных методов -
Uses of MethodDef in xyz.cofe.trambda.sec
Methods in xyz.cofe.trambda.sec that return types with arguments of type MethodDef Modifier and Type Method Description static SecurityFilters.Builder<String,MethodDef>SecurityFilters. create()static SecurityFilters<String,MethodDef>SecurityFilters. create(Consumer<SecurityFilters.Builder<String,MethodDef>> conf)static List<SecurAccess<?,MethodDef>>SecurAccess. inspect(MethodDef mdef)Methods in xyz.cofe.trambda.sec with parameters of type MethodDef Modifier and Type Method Description static List<SecurAccess<?,MethodDef>>SecurAccess. inspect(MethodDef mdef)static List<Invoke<?>>Invoke. inspectCall(MethodDef mdef)static List<FieldAccess>FieldAccess. inspectField(MethodDef mdef)Method parameters in xyz.cofe.trambda.sec with type arguments of type MethodDef Modifier and Type Method Description static SecurityFilters<String,MethodDef>SecurityFilters. create(Consumer<SecurityFilters.Builder<String,MethodDef>> conf)Constructors in xyz.cofe.trambda.sec with parameters of type MethodDef Constructor Description FieldAccess(MethodDef methodDef, FieldInsn fieldInsn)Invoke(INSTR instr, MethodDef mdef)InvokeDynamicCall(InvokeDynamicInsn invokeDynamicInsn, MethodDef mdef)InvokeMethod(MethodInsn methodInsn, MethodDef mdef)
-