|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--anvil.script.compiler.DispatcherFactory
| Field Summary |
| Constructor Summary | |
DispatcherFactory()
|
|
| Method Summary | |
static ClassDispatcher |
create(ClassType cls,
ZoneClassLoader loader)
|
static FunctionDispatcher |
create(CompilableFunction function,
boolean isstatic,
ZoneClassLoader loader)
|
static GeneratorDispatcher |
createGenerator(CompilableFunction function,
ZoneClassLoader loader)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DispatcherFactory()
| Method Detail |
public static FunctionDispatcher create(CompilableFunction function,
boolean isstatic,
ZoneClassLoader loader)
throws java.lang.Throwable
java.lang.Throwable
public static ClassDispatcher create(ClassType cls,
ZoneClassLoader loader)
throws java.lang.Throwable
java.lang.Throwable
public static GeneratorDispatcher createGenerator(CompilableFunction function,
ZoneClassLoader loader)
throws java.lang.Throwable
java.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||