org.teatrove.tea.compiler
Class CodeGenerator
java.lang.Object
org.teatrove.tea.compiler.CodeGenerator
- Direct Known Subclasses:
- JavaClassGenerator, TreePrinter
public abstract class CodeGenerator
- extends Object
- Author:
- Brian S O'Neill
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CodeGenerator
public CodeGenerator(Template tree)
getParseTree
public Template getParseTree()
writeTo
public abstract void writeTo(OutputStream out)
throws IOException
- Throws:
IOException
Copyright © 1997-2012 TeaTrove.org. All Rights Reserved.