Interface CBCodeGeneratorType
public interface CBCodeGeneratorType
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:
CBCodeGeneratorException- On errors
-