Package kawa.lang
Class CompileFile
java.lang.Object
kawa.lang.CompileFile
Procedure to read and compile and entire file.
Creates a .zip archive containing the resulting classes.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final Compilation
read
(gnu.kawa.io.InPort port, SourceMessages messages) static final Compilation
read
(String name, SourceMessages messages)
-
Constructor Details
-
CompileFile
public CompileFile()
-
-
Method Details
-
read
public static final Compilation read(String name, SourceMessages messages) throws IOException, SyntaxException - Throws:
IOException
SyntaxException
-
read
public static final Compilation read(gnu.kawa.io.InPort port, SourceMessages messages) throws IOException, SyntaxException - Throws:
IOException
SyntaxException
-