|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkawa.lang.CompileFile
public class CompileFile
Procedure to read and compile and entire file. Creates a .zip archive containing the resulting classes.
| Constructor Summary | |
|---|---|
CompileFile()
|
|
| Method Summary | |
|---|---|
static Compilation |
read(InPort port,
SourceMessages messages)
|
static Compilation |
read(java.lang.String name,
SourceMessages messages)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CompileFile()
| Method Detail |
|---|
public static final Compilation read(java.lang.String name,
SourceMessages messages)
throws java.io.IOException,
SyntaxException
java.io.IOException
SyntaxException
public static final Compilation read(InPort port,
SourceMessages messages)
throws java.io.IOException,
SyntaxException
java.io.IOException
SyntaxException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||