Uses of Interface
io.dialob.rule.parser.api.VariableFinder
-
Packages that use VariableFinder Package Description io.dialob.rule.parser io.dialob.rule.parser.api io.dialob.rule.parser.node -
-
Uses of VariableFinder in io.dialob.rule.parser
Methods in io.dialob.rule.parser with parameters of type VariableFinder Modifier and Type Method Description static @NotNull ExpressionExpression. createExpression(VariableFinder variableFinder, Map<NodeBase,String> asyncFunctionVariables, @NotNull String expression) -
Uses of VariableFinder in io.dialob.rule.parser.api
Methods in io.dialob.rule.parser.api with parameters of type VariableFinder Modifier and Type Method Description booleanRuleExpressionCompiler. compile(String expression, VariableFinder variableFinder, RuleExpressionCompilerCallback compilationResultListener)Deprecated.booleanVariableExpressionCompiler. compile(String namespace, String expression, VariableFinder variableFinder, VariableExpressionCompilerCallback compilationResultListener) -
Uses of VariableFinder in io.dialob.rule.parser.node
Fields in io.dialob.rule.parser.node declared as VariableFinder Modifier and Type Field Description static VariableFinderASTBuilderWalker. DUMMY_VARIABLE_FINDERConstructors in io.dialob.rule.parser.node with parameters of type VariableFinder Constructor Description ASTBuilderWalker(@NotNull VariableFinder variableFinder, Map<NodeBase,String> asyncFunctionVariables)
-