Uses of Interface
artofillusion.script.ObjectScript

Packages that use ObjectScript
artofillusion.script   
 

Uses of ObjectScript in artofillusion.script
 

Methods in artofillusion.script that return ObjectScript
 ObjectScript ScriptEngine.createObjectScript(java.lang.String script)
          Compile a script that can be executed as an object script.
 ObjectScript GroovyScriptEngine.createObjectScript(java.lang.String script)
           
 ObjectScript BeanshellScriptEngine.createObjectScript(java.lang.String script)
           
 ObjectScript ScriptedObject.getObjectScript()
          Get the parsed form of the script.
static ObjectScript ScriptRunner.parseObjectScript(java.lang.String language, java.lang.String script)
          Parse an Object script.
 



Copyright © 1999-2011 by Peter Eastman.