
public class BaseGen extends Object
| Constructor and Description |
|---|
BaseGen() |
| Modifier and Type | Method and Description |
|---|---|
void |
writeEol(Writer out)
Output eol
|
void |
writeheader(Definition def,
Writer out)
Output class head, for example license
|
void |
writeIndent(Writer out,
int indent)
Output space
|
public void writeEol(Writer out) throws IOException
out - WriterIOException - ioExceptionpublic void writeIndent(Writer out, int indent) throws IOException
out - Writerindent - space numberIOException - ioExceptionpublic void writeheader(Definition def, Writer out) throws IOException
def - definitionout - WriterIOException - ioExceptionCopyright © 2013 IronJacamar (http://www.ironjacamar.org)