Package com.nt.udc.io
Class COSARExprID
java.lang.Object
com.nt.udc.io.COSARExpr
com.nt.udc.io.COSARExprID
This class represents an ID.
-
Field Summary
FieldsFields inherited from class com.nt.udc.io.COSARExpr
m_bIsConstant
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.nt.udc.io.COSARExpr
isConstant
-
Field Details
-
m_id
-
-
Constructor Details
-
COSARExprID
- Throws:
Exception
-
-
Method Details
-
eval
Description copied from class:COSARExpr
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. -
toString
-