Uses of Class
xyz.cofe.trambda.bc.cls.CBegin
-
Packages that use CBegin Package Description xyz.cofe.trambda Сериализация байт-кода лямбдыxyz.cofe.trambda.bc.cls Представление байт-кода класса -
-
Uses of CBegin in xyz.cofe.trambda
Fields in xyz.cofe.trambda declared as CBegin Modifier and Type Field Description protected CBeginLambdaNode. clazzБайт-код класса содержащего лямбдуFields in xyz.cofe.trambda with type parameters of type CBegin Modifier and Type Field Description Map<Class<?>,Map<String,CBegin>>LambdaDump. classByteCodeCacheкеш байт кодаprotected xyz.cofe.fn.Fn1<CBegin,ClassLoader>LambdaDump.Restore. classLoaderprotected ThreadLocal<CBegin>ClassDump. currentClassxyz.cofe.fn.Fn1<CBegin,ClassLoader>LambdaDump.Restore. defaultClassLoaderMethods in xyz.cofe.trambda that return CBegin Modifier and Type Method Description protected CBeginLambdaDump. classByteCode(Class<?> baseClass, String clazz)получение байт кода классаCBeginLambdaDump.Restore. classByteCode()Генерирует класс, вызываетLambdaDump.Restore.classByteCode(Consumer)CBeginLambdaDump.Restore. classByteCode(Consumer<xyz.cofe.fn.Tuple2<CBegin,CMethod>> rootConsumer)Генерирует класс (байт-код).CBeginLambdaNode. getClazz()Возвращает байт-код класса содержащего лямбдуMethods in xyz.cofe.trambda that return types with arguments of type CBegin Modifier and Type Method Description xyz.cofe.fn.Fn1<CBegin,ClassLoader>LambdaDump.Restore. classLoader()Возвращает функцию создания ClassLoader для классаprotected Optional<CBegin>ClassDump. currentClass()Methods in xyz.cofe.trambda with parameters of type CBegin Modifier and Type Method Description protected voidClassDump. currentClass(CBegin begin)voidLambdaNode. setClazz(CBegin clazz)Указывает байт-код класса содержащего лямбдуMethod parameters in xyz.cofe.trambda with type arguments of type CBegin Modifier and Type Method Description CBeginLambdaDump.Restore. classByteCode(Consumer<xyz.cofe.fn.Tuple2<CBegin,CMethod>> rootConsumer)Генерирует класс (байт-код).LambdaDump.RestoreLambdaDump.Restore. classLoader(xyz.cofe.fn.Fn1<CBegin,ClassLoader> cl)Указывает функцию создания ClassLoader для классаprotected voidClassDump. currentClass(Consumer<CBegin> c) -
Uses of CBegin in xyz.cofe.trambda.bc.cls
Fields in xyz.cofe.trambda.bc.cls declared as CBegin Modifier and Type Field Description CBeginCBegin.JavaNamed. cBeginMethods in xyz.cofe.trambda.bc.cls that return CBegin Modifier and Type Method Description CBeginCBegin. clone()Создает полную копию классаCBeginCBegin. configure(Consumer<CBegin> conf)Конфигурация экземпляраCBeginCBegin. order(ClsByteCode c, int order)Указывает порядок определения полей/методов/..static CBeginCBegin. parseByteCode(byte[] byteCode)Парсинг байт-кодаstatic CBeginCBegin. parseByteCode(Class<?> clazz)Парсинг байт-кода класса.static CBeginCBegin. parseByteCode(URL url)Парсинг байт-кодаMethod parameters in xyz.cofe.trambda.bc.cls with type arguments of type CBegin Modifier and Type Method Description CBeginCBegin. configure(Consumer<CBegin> conf)Конфигурация экземпляраConstructors in xyz.cofe.trambda.bc.cls with parameters of type CBegin Constructor Description CBegin(CBegin sample)Конструктор копированияJavaNamed(CBegin cBegin)
-