Uses of Class
unsw.cse.framescript.Generic

Uses of Generic in unsw.cse.framescript
 

Subclasses of Generic in unsw.cse.framescript
 class MobGeneric
          An extension of Generic that is used to turn Mica types into generic frames in FrameScript.
 

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

Methods in unsw.cse.framescript with parameters of type Generic
 void Generic.addParent(Generic parent)
          Adds a parent to the frame.
 void Instance.addParent(Generic parent)
          Adds a parent to the frame.