public abstract class COSARExpr
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
m_bIsConstant
This member variable is set to true if the expression's
value is constant.
|
Constructor and Description |
---|
COSARExpr() |
Modifier and Type | Method and Description |
---|---|
COSARAttr |
eval(java.util.HashMap symbols)
This function is used to evaluate the expression.
|
boolean |
isConstant() |
protected boolean m_bIsConstant
public COSARAttr eval(java.util.HashMap symbols) throws java.lang.Exception
java.lang.Exception
public final boolean isConstant()