|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsleep.bridges.SleepClosure
sleep.bridges.BasicSubroutine
public class BasicSubroutine
The actual implementation of each subroutine declared with the sub keyword.
DefaultEnvironment
,
Serialized FormConstructor Summary | |
---|---|
BasicSubroutine(ScriptInstance si,
Block _code,
java.util.Stack _unload)
|
Method Summary | |
---|---|
java.util.Stack |
getUnloadStack()
|
Methods inherited from class sleep.bridges.SleepClosure |
---|
callClosure, evaluate, getAndRemoveMetadata, getOwner, getRunnableCode, getVariables, putMetadata, scalarIterator, setVariables, toString, toStringGeneric |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BasicSubroutine(ScriptInstance si, Block _code, java.util.Stack _unload)
Method Detail |
---|
public java.util.Stack getUnloadStack()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |