Package com.nt.udc.io
Class COSARExprAnd
java.lang.Object
com.nt.udc.io.COSARExpr
com.nt.udc.io.COSARExprAnd
This class represents an AND operation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected COSARExpr
This member represents the left operand.protected COSARExpr
This member represents the right operand.Fields 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_left
This member represents the left operand. -
m_right
This member represents the right operand.
-
-
Constructor Details
-
COSARExprAnd
- 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
-