org.teatrove.tea.compiler
Class CodeGenerator

java.lang.Object
  extended by org.teatrove.tea.compiler.CodeGenerator
Direct Known Subclasses:
JavaClassGenerator, TreePrinter

public abstract class CodeGenerator
extends Object

Author:
Brian S O'Neill

Constructor Summary
CodeGenerator(Template tree)
           
 
Method Summary
 Template getParseTree()
           
abstract  void writeTo(OutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodeGenerator

public CodeGenerator(Template tree)
Method Detail

getParseTree

public Template getParseTree()

writeTo

public abstract void writeTo(OutputStream out)
                      throws IOException
Throws:
IOException


Copyright © 1997-2012 TeaTrove.org. All Rights Reserved.