Package io.dialob.session.engine.program
Class DialobRuleExpressionCompiler
java.lang.Object
io.dialob.session.engine.program.DialobRuleExpressionCompiler
- All Implemented Interfaces:
RuleExpressionCompiler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancompile(String expression, VariableFinder variableFinder, RuleExpressionCompilerCallback compilationResultListener) createIdRenamer(String oldId, String newId)
-
Constructor Details
-
DialobRuleExpressionCompiler
public DialobRuleExpressionCompiler()
-
-
Method Details
-
compile
public boolean compile(@NonNull String expression, @NonNull VariableFinder variableFinder, @NonNull RuleExpressionCompilerCallback compilationResultListener) - Specified by:
compilein interfaceRuleExpressionCompiler
-
createIdRenamer
- Specified by:
createIdRenamerin interfaceRuleExpressionCompiler
-