static byte[] |
Wrapper._byteCode(ClassGenerator cgen,
java.lang.ClassLoader cl,
java.util.Properties options) |
Generate byte codes for the ClassGenerator.
|
static Type |
Type._classGenerator(ClassGenerator cg) |
|
static void |
Wrapper._displayAST(ClassGenerator cg,
java.io.PrintStream ps) |
Dump the contents of the AST for the current Class defined
by Wrapper calls.
|
private static java.lang.Class<?> |
Wrapper._generate(ClassGenerator cg,
java.lang.Class<?> anchorClass,
java.util.Properties props,
java.io.PrintStream ps) |
Generate a class for the current ClassGenerator.
|
private static java.lang.Class<?> |
Wrapper._generate(ClassGenerator cg,
java.lang.ClassLoader cl,
java.security.ProtectionDomain pd,
java.util.Properties props,
java.io.PrintStream ps) |
Generate a class for the current ClassGenerator.
|
static void |
Wrapper._sourceCode(ClassGenerator cg,
java.io.PrintStream ps,
java.util.Properties options) |
Generate the Java source code for the ClassGenerator.
|
static void |
Wrapper._sourceCode(ClassGenerator cg,
java.util.Properties options) |
Generate source code into a specified output directory.
|