public interface AmberGenerator
Modifier and Type | Method and Description |
---|---|
void |
compile()
Compiles the pending classes.
|
void |
configure(AbstractEnhancedType type)
Configures the type.
|
void |
generate(AbstractEnhancedType type)
Generates the type.
|
void |
generateJava(JavaClassGenerator javaGen,
AbstractEnhancedType type)
Generates the Java code
|
void configure(AbstractEnhancedType type) throws java.lang.Exception
java.lang.Exception
void generate(AbstractEnhancedType type) throws java.lang.Exception
java.lang.Exception
void generateJava(JavaClassGenerator javaGen, AbstractEnhancedType type) throws java.lang.Exception
java.lang.Exception
void compile() throws java.lang.Exception
java.lang.Exception