This member variable is set to true if the expression's
value is constant.
Constructor Detail
COSARExpr
public COSARExpr()
Method Detail
eval
public COSARAttr eval(java.util.HashMap symbols)
throws java.lang.Exception
This function is used to evaluate the expression.
A symbol table is passed to help in retrieving the
value of referenced symbols. The HashMap should
contain values stored as COSARAttr objects, keyed
by their associated symbol's name.