org.jactr.io.compiler
Class DefaultCompiler
java.lang.Object
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
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultCompiler
public DefaultCompiler()
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)