public class CodeGeneratorPipeline extends java.util.ArrayList<CodeGenerator> implements CodeGenerator
| Constructor and Description |
|---|
CodeGeneratorPipeline() |
| Modifier and Type | Method and Description |
|---|---|
void |
generate(JCodeSB out)
Generate code to given output.
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizepublic void generate(JCodeSB out)
CodeGeneratorgenerate in interface CodeGeneratorout - code generation output.