Interface CBSPICodeGeneratorType
- All Known Implementing Classes:
CBCGJava
public interface CBSPICodeGeneratorType
A code generator.
-
Method Summary
Modifier and TypeMethodDescriptionexecute(CBPackageType pack) Execute code generation for the given package.
-
Method Details
-
execute
Execute code generation for the given package.- Parameters:
pack- The package- Returns:
- The result of generation
- Throws:
CBSPICodeGeneratorException- On errors
-