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. methodМетод представляющий лямбдуMethods 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. methodsСписок методов классаMethods 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)Конструктор копирования
-