rero.bridges.subs
Class BasicSubroutine

java.lang.Object
  extended by SleepClosure
      extended by rero.bridges.subs.BasicSubroutine

public class BasicSubroutine
extends SleepClosure

The actual implementation of each subroutine declared with the sub keyword.

See Also:
DefaultEnvironment

Constructor Summary
BasicSubroutine(ScriptInstance si, Block _code, Stack _unload)
           
 
Method Summary
 Stack getUnloadStack()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicSubroutine

public BasicSubroutine(ScriptInstance si,
                       Block _code,
                       Stack _unload)
Method Detail

getUnloadStack

public Stack getUnloadStack()