Package editor.shipit
Class Compiler
- java.lang.Object
-
- editor.shipit.Compiler
-
public class Compiler extends Object
-
-
Constructor Summary
Constructors Constructor Description Compiler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancompile(IType type, ICompileConsumer consumer, MessagesPanel messages)booleancompileTree(FileTree tree, ICompileConsumer consumer, IProgressCallback progress, MessagesPanel messagesPanel)intgetErrors()intgetFailures()intgetWarnings()protected voidparseImpl(IGosuClass gsClass)
-
-
-
Method Detail
-
compileTree
public boolean compileTree(FileTree tree, ICompileConsumer consumer, IProgressCallback progress, MessagesPanel messagesPanel)
-
getWarnings
public int getWarnings()
-
getErrors
public int getErrors()
-
getFailures
public int getFailures()
-
compile
public boolean compile(IType type, ICompileConsumer consumer, MessagesPanel messages)
-
parseImpl
protected void parseImpl(IGosuClass gsClass)
-
-