public class COSARExprAnd extends COSARExpr
| Modifier and Type | Field and Description |
|---|---|
protected COSARExpr |
m_left
This member represents the left operand.
|
protected COSARExpr |
m_right
This member represents the right operand.
|
m_bIsConstant| Constructor and Description |
|---|
COSARExprAnd(COSARExpr left,
COSARExpr right) |
| 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_left
protected COSARExpr m_right
public COSARAttr eval(java.util.HashMap symbols) throws java.lang.Exception
COSARExprpublic java.lang.String toString()
toString in class java.lang.Object