public class COSARExprHex2Dec extends COSARExpr
Modifier and Type | Field and Description |
---|---|
protected COSARExpr |
m_op
These members represent the operands.
|
protected COSARAttrInt |
m_value |
m_bIsConstant
Constructor and Description |
---|
COSARExprHex2Dec(COSARExpr op) |
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 COSARAttrInt m_value
protected COSARExpr m_op
public COSARExprHex2Dec(COSARExpr op) 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