Uses of Class
unsw.cse.framescript.ExprList

Uses of ExprList in unsw.cse.framescript
 

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

Constructors in unsw.cse.framescript with parameters of type ExprList
ExprList(Term t, ExprList l)
          Creates an expression list where a given expression is followed by a list of expressions.