Class CBCGJava
java.lang.Object
com.io7m.cedarbridge.codegen.java.internal.CBCGJava
- All Implemented Interfaces:
CBSPICodeGeneratorType
A Java code generator.
-
Constructor Summary
ConstructorsConstructorDescriptionCBCGJava(CBSPICodeGeneratorConfiguration inConfiguration) A Java code generator. -
Method Summary
Modifier and TypeMethodDescriptionexecute(CBPackageType pack) Execute code generation for the given package.
-
Constructor Details
-
CBCGJava
A Java code generator.- Parameters:
inConfiguration- The code generator configuration
-
-
Method Details
-
execute
Description copied from interface:CBSPICodeGeneratorTypeExecute code generation for the given package.- Specified by:
executein interfaceCBSPICodeGeneratorType- Parameters:
pack- The package- Returns:
- The result of generation
- Throws:
CBSPICodeGeneratorException- On errors
-