|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Compiler
I am a compiler. I compile stuff.
| Method Summary | |
|---|---|
void |
compile(URL inputFile,
String packageName,
OutputStream outputStream,
String[] sourceRoots)
Writes the compiled form of the input file into the passed output stream. |
String |
compile(URL inputFile,
String packageName,
String[] sourceRoots)
Returns a string of the compiled source of the given input file. |
| Method Detail |
|---|
String compile(URL inputFile,
String packageName,
String[] sourceRoots)
inputFile - packageName -
void compile(URL inputFile,
String packageName,
OutputStream outputStream,
String[] sourceRoots)
throws IOException
inputFile - packageName - outputStream -
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||