com.inxar.syntacs.translator.lr
Class BurnerController

java.lang.Object
  |
  +--com.inxar.syntacs.translator.lr.BurnerController

public class BurnerController
extends Object

The BurnerController is centrally responsible for overseeing and coordinating various Burner instances. It is the thing that does the work of creating each CompilationUnit and top-level PackageClass and handing it off it to a Burner to get burned.


Constructor Summary
BurnerController()
           
 
Method Summary
 void burn()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BurnerController

public BurnerController()
Method Detail

burn

public void burn()