Package | Description |
---|---|
ch.wlkl.wsh |
Modifier and Type | Class and Description |
---|---|
class |
War |
Modifier and Type | Method and Description |
---|---|
static Run |
Env.compile(char type) |
Run |
TestAll.compile(char type,
java.lang.String... srces) |
Run |
Compiler.compileInstance(char type)
return an instance of a newly compiled subclass of
Run |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends Run> |
Compiler.compileClass(char type,
java.lang.String name)
compile a subclass of Run
|
java.lang.Class<? extends Run> |
Compiler.compileClassCatch(char type,
java.lang.String name)
return
Compiler.compileClass(char, String) or null if an exception is catched |
static JavaCmpLoad<Run> |
Env.loader() |
Modifier and Type | Method and Description |
---|---|
void |
TestAll.run(Run r) |
void |
Tester.testRun(Run r) |