Uses of Interface
io.resys.hdes.client.api.ast.AstFlow.FlowAstAutocomplete
Packages that use AstFlow.FlowAstAutocomplete
-
Uses of AstFlow.FlowAstAutocomplete in io.resys.hdes.client.api.ast
Classes in io.resys.hdes.client.api.ast that implement AstFlow.FlowAstAutocompleteModifier and TypeClassDescriptionfinal classImmutable implementation ofAstFlow.FlowAstAutocomplete.Methods in io.resys.hdes.client.api.ast that return types with arguments of type AstFlow.FlowAstAutocompleteModifier and TypeMethodDescriptionAstFlow.getAutocomplete()com.google.common.collect.ImmutableList<AstFlow.FlowAstAutocomplete>ImmutableAstFlow.getAutocomplete()Methods in io.resys.hdes.client.api.ast with parameters of type AstFlow.FlowAstAutocompleteModifier and TypeMethodDescriptionfinal ImmutableAstFlow.BuilderImmutableAstFlow.Builder.addAutocomplete(AstFlow.FlowAstAutocomplete element) Adds one element toautocompletelist.final ImmutableAstFlow.BuilderImmutableAstFlow.Builder.addAutocomplete(AstFlow.FlowAstAutocomplete... elements) Adds elements toautocompletelist.static ImmutableFlowAstAutocompleteImmutableFlowAstAutocomplete.copyOf(AstFlow.FlowAstAutocomplete instance) Creates an immutable copy of aAstFlow.FlowAstAutocompletevalue.ImmutableFlowAstAutocomplete.Builder.from(AstFlow.FlowAstAutocomplete instance) Fill a builder with attribute values from the providedFlowAstAutocompleteinstance.final ImmutableAstFlowImmutableAstFlow.withAutocomplete(AstFlow.FlowAstAutocomplete... elements) Copy the current immutable object with elements that replace the content ofautocomplete.Method parameters in io.resys.hdes.client.api.ast with type arguments of type AstFlow.FlowAstAutocompleteModifier and TypeMethodDescriptionfinal ImmutableAstFlow.BuilderImmutableAstFlow.Builder.addAllAutocomplete(Iterable<? extends AstFlow.FlowAstAutocomplete> elements) Adds elements toautocompletelist.final ImmutableAstFlow.BuilderImmutableAstFlow.Builder.autocomplete(Iterable<? extends AstFlow.FlowAstAutocomplete> elements) Sets or replaces all elements forautocompletelist.final ImmutableAstFlowImmutableAstFlow.withAutocomplete(Iterable<? extends AstFlow.FlowAstAutocomplete> elements) Copy the current immutable object with elements that replace the content ofautocomplete. -
Uses of AstFlow.FlowAstAutocomplete in io.resys.hdes.client.spi.flow.ast
Methods in io.resys.hdes.client.spi.flow.ast that return AstFlow.FlowAstAutocomplete