Uses of Class
unsw.cse.framescript.Variable

Uses of Variable in unsw.cse.framescript
 

Fields in unsw.cse.framescript declared as Variable
static Variable Variable.current_object
           
static Variable Variable.current_slot
           
static Variable Variable.newValue
           
static Variable Variable.oldValue
           
 

Methods in unsw.cse.framescript that return Variable
static Variable Variable.newCommonVariable(Atom name)
          Adds a new variable to the list of common variables.
 Variable XMLSerialiser.parseVariableNode(org.w3c.dom.Node n)
          Parses an XML node for a Variable.