Package com.nt.udc.io
Class COSARExprSubstr
java.lang.Object
com.nt.udc.io.COSARExpr
com.nt.udc.io.COSARExprSubstr
This class represents the substring operation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected COSARExpr
protected COSARExpr
protected COSARExpr
These members represent the operands.protected COSARAttrString
Fields inherited from class com.nt.udc.io.COSARExpr
m_bIsConstant
-
Constructor Summary
ConstructorsConstructorDescriptionCOSARExprSubstr
(COSARExpr op1, COSARExpr op2) COSARExprSubstr
(COSARExpr op1, COSARExpr op2, COSARExpr op3) -
Method Summary
Methods inherited from class com.nt.udc.io.COSARExpr
isConstant
-
Field Details
-
m_value
-
m_string
These members represent the operands. -
m_startIndex
-
m_endIndex
-
-
Constructor Details
-
Method Details
-
eval
Description copied from class:COSARExpr
This function is used to evaluate the expression. A symbol table is passed to help in retrieving the value of referenced symbols. The HashMap should contain values stored as COSARAttr objects, keyed by their associated symbol's name. -
toString
-