public class SubstringByRegex extends TextExpression
| Constructor and Description |
|---|
SubstringByRegex(Expression sourceString,
Expression regexp) |
| Modifier and Type | Method and Description |
|---|---|
Operator |
getOperator() |
DataType |
getReturnedDataType()
Validates the returned data type of the Expression.
|
allowedLeftDataTypes, allowedRightDataTypesequals, getLeftArgument, getRightArgument, hashCode, setLeftArgument, setRightArgument, toString, validateclone, getAppliableOperatorspublic SubstringByRegex(Expression sourceString, Expression regexp)
public Operator getOperator()
getOperator in class CompositeExpressionpublic DataType getReturnedDataType() throws NotEvaluableDataTypeException
ExpressiongetReturnedDataType in class ExpressionNotEvaluableDataTypeExceptionCopyright © 2014. All Rights Reserved.