Interface | Description |
---|---|
ParseTreeCodeGenerator |
An interface to a parse tree.
|
PortCodeGenerator |
An interface for Port Adapters to generate port specific code.
|
Class | Description |
---|---|
CGException |
Create exceptions in code generation.
|
CodeGeneratorAdapter |
Base class for code generator adapter.
|
CodeGeneratorUtilities |
Utilities that are useful for code generators.
|
GenericCodeGenerator |
Base class for code generator.
|
RunnableCodeGenerator |
Code generate a runnable code that does not require compilation.
|