kawa.lang
Class CompileFile

java.lang.Object
  extended by kawa.lang.CompileFile

public class CompileFile
extends java.lang.Object

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

CompileFile

public CompileFile()
Method Detail

read

public static final Compilation read(java.lang.String name,
                                     SourceMessages messages)
                              throws java.io.IOException,
                                     SyntaxException
Throws:
java.io.IOException
SyntaxException

read

public static final Compilation read(InPort port,
                                     SourceMessages messages)
                              throws java.io.IOException,
                                     SyntaxException
Throws:
java.io.IOException
SyntaxException