Class DDRLOperatorFactory
java.lang.Object
io.dialob.session.engine.program.expr.DDRLOperatorFactory
- All Implemented Interfaces:
OperatorFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateOperator(ValueType nodeValueType, String operator, List<Expression> arguments) protected ExpressionvalidateRegexExpression(Expression patternExpr)
-
Constructor Details
-
DDRLOperatorFactory
public DDRLOperatorFactory()
-
-
Method Details
-
createOperator
@NonNull public Expression createOperator(@NonNull ValueType nodeValueType, @NonNull String operator, @NonNull List<Expression> arguments) - Specified by:
createOperatorin interfaceOperatorFactory
-
validateRegexExpression
-