org.jactr.io.compiler
Class DefaultCompiler

java.lang.Object
  extended by org.jactr.io.compiler.DefaultCompiler

public class DefaultCompiler
extends java.lang.Object

Author:
developer TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
DefaultCompiler()
           
 
Method Summary
 void addCompiler(IUnitCompiler compiler)
           
 boolean compile(org.antlr.runtime.tree.CommonTree modelTree, java.util.Collection<java.lang.Exception> warnings, java.util.Collection<java.lang.Exception> errors)
           
 java.util.Collection<IUnitCompiler> getCompilers()
           
 void removeCompiler(IUnitCompiler compiler)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultCompiler

public DefaultCompiler()
Method Detail

addCompiler

public void addCompiler(IUnitCompiler compiler)

getCompilers

public java.util.Collection<IUnitCompiler> getCompilers()

removeCompiler

public void removeCompiler(IUnitCompiler compiler)

compile

public boolean compile(org.antlr.runtime.tree.CommonTree modelTree,
                       java.util.Collection<java.lang.Exception> warnings,
                       java.util.Collection<java.lang.Exception> errors)