uchicago.src.codegen
Class GeneratorUtilities

java.lang.Object
  extended by uchicago.src.codegen.GeneratorUtilities

public class GeneratorUtilities
extends java.lang.Object


Constructor Summary
GeneratorUtilities()
           
 
Method Summary
static CodeGenerator createCodeGenerator(org.w3c.dom.Node node)
           
static java.lang.StringBuffer getBufferWithIndent(int ident)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneratorUtilities

public GeneratorUtilities()
Method Detail

getBufferWithIndent

public static java.lang.StringBuffer getBufferWithIndent(int ident)

createCodeGenerator

public static CodeGenerator createCodeGenerator(org.w3c.dom.Node node)