Uses of Class
unsw.cse.framescript.Compound

Uses of Compound in unsw.cse.framescript
 

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

Constructors in unsw.cse.framescript with parameters of type Compound
Expr(Compound spec, Term expr)
          Creates a function from a specification and body.