Package io.dialob.rule.parser.api
Interface RuleExpressionCompiler
-
public interface RuleExpressionCompiler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancompile(String expression, VariableFinder variableFinder, RuleExpressionCompilerCallback compilationResultListener)Deprecated.@NotNull UnaryOperator<String>createIdRenamer(String oldId, String newId)
-
-
-
Method Detail
-
compile
@Deprecated boolean compile(String expression, VariableFinder variableFinder, RuleExpressionCompilerCallback compilationResultListener)
Deprecated.- Parameters:
expression-compilationResultListener-- Returns:
- true is expression compilation was ok.
-
createIdRenamer
@NotNull @NotNull UnaryOperator<String> createIdRenamer(String oldId, String newId)
-
-