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. clazzFields 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()Генерирует класс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()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)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)
-