Uses of Class
xyz.cofe.trambda.bc.cls.CMethod
-
Packages that use CMethod Package Description xyz.cofe.trambda Сериализация байт-кода лямбдыxyz.cofe.trambda.bc.cls Представление байт-кода класса -
-
Uses of CMethod in xyz.cofe.trambda
Fields in xyz.cofe.trambda declared as CMethod Modifier and Type Field Description protected CMethodLambdaNode. methodMethods in xyz.cofe.trambda that return CMethod Modifier and Type Method Description CMethodLambdaNode. getMethod()Methods in xyz.cofe.trambda with parameters of type CMethod Modifier and Type Method Description voidLambdaNode. setMethod(CMethod method)Method parameters in xyz.cofe.trambda with type arguments of type CMethod Modifier and Type Method Description CBeginLambdaDump.Restore. classByteCode(Consumer<xyz.cofe.fn.Tuple2<CBegin,CMethod>> rootConsumer)Генерирует классClass<?>LambdaDump.Restore. restoreClass(Consumer<CMethod> rootMethodConsumer) -
Uses of CMethod in xyz.cofe.trambda.bc.cls
Fields in xyz.cofe.trambda.bc.cls with type parameters of type CMethod Modifier and Type Field Description protected List<CMethod>CBegin. methodsMethods in xyz.cofe.trambda.bc.cls that return CMethod Modifier and Type Method Description CMethodCMethod. clone()CMethodCMethod. configure(Consumer<CMethod> conf)Methods in xyz.cofe.trambda.bc.cls that return types with arguments of type CMethod Modifier and Type Method Description List<CMethod>CBegin. getMethods()Method parameters in xyz.cofe.trambda.bc.cls with type arguments of type CMethod Modifier and Type Method Description CMethodCMethod. configure(Consumer<CMethod> conf)voidCBegin. setMethods(List<CMethod> methods)Constructors in xyz.cofe.trambda.bc.cls with parameters of type CMethod Constructor Description CMethod(CMethod sample)
-