public class SubstringByIndex extends CompositeExpression
| Constructor and Description |
|---|
SubstringByIndex(Expression sourceString,
Expression fromIndex,
Expression toIndex) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Operator |
getOperator() |
DataType |
getReturnedDataType()
Validates the returned data type of the Expression.
|
int |
hashCode() |
String |
toString() |
void |
validate()
Validates correctness of the Expression
|
clone, getAppliableOperatorspublic SubstringByIndex(Expression sourceString, Expression fromIndex, Expression toIndex)
public Operator getOperator()
getOperator in class CompositeExpressionpublic void validate()
throws MalformedExpressionException
Expressionvalidate in class ExpressionMalformedExpressionExceptionpublic DataType getReturnedDataType() throws NotEvaluableDataTypeException
ExpressiongetReturnedDataType in class ExpressionNotEvaluableDataTypeExceptionCopyright © 2014. All Rights Reserved.