rasmus.interpreter.parser
Class ScriptInstance

java.lang.Object
  extended by rasmus.interpreter.parser.ScriptInstance
All Implemented Interfaces:
Closeable, ExecutableInstance

public class ScriptInstance
extends java.lang.Object
implements ExecutableInstance


Constructor Summary
ScriptInstance(NameSpace namespace, CompiledScript compiledscript)
           
 
Method Summary
 void close()
           
 Variable getReturnVariable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptInstance

public ScriptInstance(NameSpace namespace,
                      CompiledScript compiledscript)
Method Detail

getReturnVariable

public Variable getReturnVariable()
Specified by:
getReturnVariable in interface ExecutableInstance

close

public void close()
Specified by:
close in interface Closeable