Uses of Class
unsw.cse.framescript.Script

Uses of Script in unsw.cse.framescript
 

Methods in unsw.cse.framescript that return Script
protected  Script Subr.check_script(Instance currentObject, Term[] args, int n, StackFrame frame)
          Convenience routine to check script arguments for built-in functions.
static Script Utils.check_script(java.lang.String functionName, Instance currentObject, Term[] arg, int n, StackFrame frame)
          Convenience routine to check script arguments for built-in functions.
 Script XMLSerialiser.parseScriptNode(org.w3c.dom.Node n)
          Parses an XML node for a Script.
 

Methods in unsw.cse.framescript with parameters of type Script
 void Domain.gotoScript(Script script)
          Changes the current context to the given script.
 void Domain.gotoTopic(Script topic)
          Changes the topic to the given script and changes the current context.
 void XMLSerialiser.parseScriptDaemonNode(Script script, org.w3c.dom.Node n)
          Parses an XML node for a script daemon.
 void Domain.registerTopic(Script topic)
          Registers a script as a topic for the domain.