public class COSARExprID extends COSARExpr
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
m_id |
m_bIsConstant
Constructor and Description |
---|
COSARExprID(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
COSARAttr |
eval(java.util.HashMap symbols)
This function is used to evaluate the expression.
|
java.lang.String |
toString() |
isConstant
public COSARExprID(java.lang.String id) throws java.lang.Exception
java.lang.Exception
public COSARAttr eval(java.util.HashMap symbols) throws java.lang.Exception
COSARExpr
public java.lang.String toString()
toString
in class java.lang.Object