Uses of Interface
io.dialob.compiler.spi.AliasesProvider
-
Packages that use AliasesProvider Package Description io.dialob.compiler.spi io.dialob.program -
-
Uses of AliasesProvider in io.dialob.compiler.spi
Methods in io.dialob.compiler.spi with parameters of type AliasesProvider Modifier and Type Method Description booleanExpressionCompiler. compile(ItemId itemId, String expression, AliasesProvider aliasesProvider, Consumer<Expression> consumer, io.dialob.api.form.FormValidationError.Type type, Optional<Integer> index) -
Uses of AliasesProvider in io.dialob.program
Classes in io.dialob.program that implement AliasesProvider Modifier and Type Class Description classAbstractItemBuilder<T extends AbstractItemBuilder<T,P>,P extends ExpressionCompiler & BuilderParent>classGroupBuilderclassQuestionBuilderclassSurveyGroupBuilderclassValidationBuilderclassValueSetBuilderclassValueSetEntryBuilderclassVariableBuilderMethods in io.dialob.program with parameters of type AliasesProvider Modifier and Type Method Description booleanProgramBuilder. compile(ItemId itemId, String expression, AliasesProvider aliasesProvider, Consumer<Expression> expressionConsumer, io.dialob.api.form.FormValidationError.Type type, Optional<Integer> index)booleanQuestionBuilder. compile(ItemId itemId, String expression, AliasesProvider aliasesProvider, Consumer<Expression> expressionConsumer, io.dialob.api.form.FormValidationError.Type type, Optional<Integer> index)booleanValueSetBuilder. compile(@NotNull ItemId itemId, @NotNull String expression, @NotNull AliasesProvider aliasesProvider, @NotNull Consumer<Expression> consumer, io.dialob.api.form.FormValidationError.Type type, Optional<Integer> index)
-