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