public abstract class Generator
extends java.lang.Object
Base class for code generators.
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
GEN_CLASS |
Constructor and Description |
---|
Generator() |
Modifier and Type | Method and Description |
---|---|
abstract void |
generate() |
protected static final java.lang.String GEN_CLASS