public class COSARExprConcat extends COSARExpr
| Modifier and Type | Field and Description |
|---|---|
protected COSARExpr |
m_op1
These members represent the operands.
|
protected COSARExpr |
m_op2 |
protected COSARAttrString |
m_value |
m_bIsConstant| Constructor and Description |
|---|
COSARExprConcat(COSARExpr op1,
COSARExpr op2) |
| 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 COSARAttrString m_value
protected COSARExpr m_op1
protected COSARExpr m_op2
public COSARAttr eval(java.util.HashMap symbols) throws java.lang.Exception
COSARExprpublic java.lang.String toString()
toString in class java.lang.Object