Uses of Class
org.vesalainen.bcc.MethodCompiler
Packages that use MethodCompiler
-
Uses of MethodCompiler in org.vesalainen.bcc
Fields in org.vesalainen.bcc declared as MethodCompilerModifier and TypeFieldDescriptionprivate MethodCompilerByteCodeVerifier.mcprivate MethodCompilerMethodInfo.mcMethods in org.vesalainen.bcc that return MethodCompilerMethods in org.vesalainen.bcc with parameters of type MethodCompilerModifier and TypeMethodDescriptionvoidFragmentCompiler.compile(MethodCompiler c) voidSubClass.createStaticInitializer(MethodCompiler mc) voidSubClass.defineMethod(MethodCompiler mc, int modifier, String methodName, Class<?> returnType, Class<?>... parameters) voidSubClass.defineMethod(MethodCompiler mc, int modifier, String methodName, Class<?> returnType, Class<?>[] exceptionTypes, Class<?>... parameters) voidSubClass.defineMethod(MethodCompiler mc, ExecutableElement method) private voidSubClass.defineMethod(MethodCompiler mc, SubClass.Method method) voidFieldInitializer.ArrayInit.init(MethodCompiler c) voidFieldInitializer.DoubleInit.init(MethodCompiler c) voidFieldInitializer.FloatInit.init(MethodCompiler c) abstract voidFieldInitializer.init(MethodCompiler c) voidFieldInitializer.IntInit.init(MethodCompiler c) voidFieldInitializer.LongInit.init(MethodCompiler c) voidFieldInitializer.ObjectInit.init(MethodCompiler c) voidFieldInitializer.StringInit.init(MethodCompiler c) voidSubClass.overrideConstructor(MethodCompiler mc, int modifier, Class<?>... parameters) voidSubClass.overrideMethod(MethodCompiler mc, int modifier, String methodName, Class<?>... parameters) voidSubClass.overrideMethod(MethodCompiler mc, ExecutableElement method, Set<Modifier> modifiers) voidSubClass.overrideMethod(MethodCompiler mc, ExecutableElement method, Modifier... modifiers) voidByteCodeDump.print(MethodCompiler mc) voidByteCodeDump.print(MethodCompiler mc, LineNumberTable lineNumberTable) voidMethodInfo.setMc(MethodCompiler mc) Constructors in org.vesalainen.bcc with parameters of type MethodCompilerModifierConstructorDescriptionByteCodeVerifier(byte[] code, ExceptionTable[] exceptionTable, ClassFile classFile, MethodCompiler mc)