uchicago.src.codegen
Class CompUnitParser

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

public class CompUnitParser
extends java.lang.Object


Constructor Summary
CompUnitParser(java.lang.String fileName)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 CompUnitGenerator parse()
          Parses the document tree and creates the CompUnitGenerator.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompUnitParser

public CompUnitParser(java.lang.String fileName)
               throws java.io.IOException
Throws:
java.io.IOException
Method Detail

parse

public CompUnitGenerator parse()
Parses the document tree and creates the CompUnitGenerator.


main

public static void main(java.lang.String[] args)