public class COSARExprTest extends COSARExpr
| Modifier and Type | Field and Description |
|---|---|
protected COSARExpr |
m_cond
These members represent the operands.
|
protected COSARExpr |
m_exprFalse |
protected COSARExpr |
m_exprTrue |
protected COSARExpr |
m_result |
m_bIsConstant| Constructor and Description |
|---|
COSARExprTest(COSARExpr cond,
COSARExpr exprTrue,
COSARExpr exprFalse) |
| 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 COSARExpr m_result
protected COSARExpr m_cond
protected COSARExpr m_exprTrue
protected COSARExpr m_exprFalse
public COSARAttr eval(java.util.HashMap symbols) throws java.lang.Exception
COSARExprpublic java.lang.String toString()
toString in class java.lang.Object