Class Summary |
FastJavaScriptEngine |
This is a fast script engine for Java programming language - I modified JSR
223 Java Scripting a little for some 100x less overhead for invoking "static" methods. |
FastJavaScriptEngine.JavaCompiledScript |
|
JavaScriptEngineFactory |
This is script engine factory for "Java" script engine. |
ScriptEvaluator<T> |
Creates and compiles the given Java code block, wrapped into a Java method with the given return
type and parameter types, along with a Java class definition that contains the given import
statements. |