Uses of Class
org.vesalainen.bcc.MethodCompiler
-
Packages that use MethodCompiler Package Description org.vesalainen.bcc -
-
Uses of MethodCompiler in org.vesalainen.bcc
Fields in org.vesalainen.bcc declared as MethodCompiler Modifier and Type Field Description private MethodCompilerByteCodeVerifier. mcprivate MethodCompilerMethodInfo. mcMethods in org.vesalainen.bcc that return MethodCompiler Modifier and Type Method Description MethodCompilerMethodInfo. getMc()Methods in org.vesalainen.bcc with parameters of type MethodCompiler Modifier and Type Method Description voidFragmentCompiler. compile(MethodCompiler c)voidSubClass. createStaticInitializer(MethodCompiler mc)voidSubClass. defineMethod(MethodCompiler mc, int modifier, java.lang.String methodName, java.lang.Class<?> returnType, java.lang.Class<?>... parameters)voidSubClass. defineMethod(MethodCompiler mc, int modifier, java.lang.String methodName, java.lang.Class<?> returnType, java.lang.Class<?>[] exceptionTypes, java.lang.Class<?>... parameters)voidSubClass. defineMethod(MethodCompiler mc, javax.lang.model.element.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, java.lang.Class<?>... parameters)voidSubClass. overrideMethod(MethodCompiler mc, int modifier, java.lang.String methodName, java.lang.Class<?>... parameters)voidSubClass. overrideMethod(MethodCompiler mc, javax.lang.model.element.ExecutableElement method, java.util.Set<javax.lang.model.element.Modifier> modifiers)voidSubClass. overrideMethod(MethodCompiler mc, javax.lang.model.element.ExecutableElement method, javax.lang.model.element.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 MethodCompiler Constructor Description ByteCodeVerifier(byte[] code, ExceptionTable[] exceptionTable, ClassFile classFile, MethodCompiler mc)
-