oscript
Class Main

java.lang.Object
  extended byoscript.OscriptInterpreter
      extended byoscript.Main

public class Main
extends OscriptInterpreter

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.

Version:
1.21
Author:
Rob Clark (rob@ti.com)

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

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Throws:
java.io.IOException