public class COSARExprString extends COSARExpr
Modifier and Type | Field and Description |
---|---|
protected COSARAttrString |
m_value
This member represents the string value.
|
m_bIsConstant
Constructor and Description |
---|
COSARExprString(java.lang.String 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() |
isConstant
protected COSARAttrString m_value
public COSARExprString(java.lang.String value) 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