kawa
public class repl extends Procedure0or1
| Field Summary | |
|---|---|
| static String[] | commandLineArgArray |
| static FVector | commandLineArguments |
| static String | compilationTopname |
| static String | homeDirectory |
| Constructor Summary | |
|---|---|
| repl(Language language) | |
| Method Summary | |
|---|---|
| Object | apply0() |
| Object | apply1(Object env) |
| static void | compileFiles(String[] args, int iArg, int maxArg) |
| static void | exitDecrement() Work around an AWT bug, where AWT threads are non-daemon.
|
| static void | exitIncrement() See exitDecrement. |
| static void | getLanguage() |
| static void | getLanguageFromFilenameExtension(String name) |
| static void | main(String[] args) |
| static void | printOption(PrintStream out, String option, String doc) |
| static void | printOptions(PrintStream out) |
| static int | processArgs(String[] args, int iArg, int maxArg) |
| static void | setArgs(String[] args, int arg_start) |