|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Compiler
This is the compiler entity. It is the responsable for manage the other internal entities to make the work properly. Created on 16/06/2004
Method Summary | |
---|---|
void |
compile(java.lang.String sourceFileName,
java.lang.String languageType)
Initialize the compile process for a given source file. |
java.util.List |
getResult()
Its a general form of returning an answer of a compilation. |
Method Detail |
---|
void compile(java.lang.String sourceFileName, java.lang.String languageType) throws CompilerException
sourceFileName
- The file that contains the source to be compiled.languageType
- Have to be one of the provided language types at the
compiler. ( Check types at the implementor of this interface )
CompilerException
- Thrown when happens any problem. It generally
packs a more specific exception.java.util.List getResult()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |