rero.bridges.subs
Class SubroutineEnvironment
java.lang.Object
rero.bridges.subs.SubroutineEnvironment
public class SubroutineEnvironment
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
func
public HashMap func
SubroutineEnvironment
public SubroutineEnvironment()
scriptUnloaded
public void scriptUnloaded(ScriptInstance si)
getNextSafeSubroutine
protected BasicSubroutine getNextSafeSubroutine(BasicSubroutine function)
scriptLoaded
public void scriptLoaded(ScriptInstance si)
bindFunction
public void bindFunction(ScriptInstance si,
String type,
String name,
Block code)