Uses of Class
unsw.cse.framescript.Frame

Uses of Frame in unsw.cse.framescript
 

Subclasses of Frame in unsw.cse.framescript
 class Generic
          The class that implements generic frames in FrameScript.
 class Instance
          This class implements instance frames in FrameScript.
 class MobGeneric
          An extension of Generic that is used to turn Mica types into generic frames in FrameScript.
 class MobInstance
           
 class Script
          This class provides FrameScript with rule based scripts.
 

Methods in unsw.cse.framescript that return Frame
protected  Frame Subr.check_frame(Instance currentObject, Term[] args, int n, StackFrame frame)
          Convenience routine to check frame arguments for built-in functions.
static Frame Utils.check_frame(java.lang.String functionName, Instance currentObject, Term[] arg, int n, StackFrame frame)
          Convenience routine to check frame arguments for built-in functions.