public class COSARExprInt extends COSARExpr
| Modifier and Type | Field and Description |
|---|---|
protected COSARAttrInt |
m_value |
m_bIsConstant| Constructor and Description |
|---|
COSARExprInt(int value) |
| Modifier and Type | Method and Description |
|---|---|
COSARAttr |
eval(java.util.HashMap symbols)
This function is used to evaluate the expression.
|
java.lang.String |
toString() |
isConstantprotected COSARAttrInt m_value
public COSARExprInt(int value)
throws java.lang.Exception
java.lang.Exceptionpublic COSARAttr eval(java.util.HashMap symbols)
COSARExprpublic java.lang.String toString()
toString in class java.lang.Object