|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoscript.OscriptInterpreter
oscript.Main
An interactive oscript interpreter. This basically creates an instance
of OscriptInterpreter
and then enters a read-eval-print
loop, or reads and evalates a file.
Nested Class Summary |
Nested classes inherited from class oscript.OscriptInterpreter |
OscriptInterpreter.CacheEntry |
Field Summary |
Fields inherited from class oscript.OscriptInterpreter |
CACHE_VERSION, DEFAULT_ARRAY_SORT_COMPARISION_FXN, EMPTY_EXPR_LIST_EVALUATOR, et |
Constructor Summary | |
Main()
|
Method Summary | |
static void |
main(java.lang.String[] args)
|
Methods inherited from class oscript.OscriptInterpreter |
__declareInScope, __eval, __eval, addParser, addScriptPath, createNodeEvaluator, eval, eval, eval, eval, getGlobalScope, getScriptPath, getVersionString, loadClassFromCache, mountJarFile, parse, parse, removeParser, removeScriptPath, resolve, setErr, setIn, setOut, useCompiler |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Main()
Method Detail |
public static void main(java.lang.String[] args) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |