Uses of Interface
io.resys.hdes.client.api.ast.AstBody.AstCommandRange
Packages that use AstBody.AstCommandRange
-
Uses of AstBody.AstCommandRange in io.resys.hdes.client.api.ast
Classes in io.resys.hdes.client.api.ast that implement AstBody.AstCommandRangeModifier and TypeClassDescriptionfinal classImmutable implementation ofAstBody.AstCommandRange.Methods in io.resys.hdes.client.api.ast that return AstBody.AstCommandRangeModifier and TypeMethodDescriptionAstBody.AstCommandMessage.getRange()ImmutableAstCommandMessage.getRange()Methods in io.resys.hdes.client.api.ast that return types with arguments of type AstBody.AstCommandRangeModifier and TypeMethodDescriptionAstFlow.FlowAstAutocomplete.getRange()com.google.common.collect.ImmutableList<AstBody.AstCommandRange>ImmutableFlowAstAutocomplete.getRange()Methods in io.resys.hdes.client.api.ast with parameters of type AstBody.AstCommandRangeModifier and TypeMethodDescriptionImmutableFlowAstAutocomplete.Builder.addRange(AstBody.AstCommandRange element) Adds one element torangelist.ImmutableFlowAstAutocomplete.Builder.addRange(AstBody.AstCommandRange... elements) Adds elements torangelist.static ImmutableAstCommandRangeImmutableAstCommandRange.copyOf(AstBody.AstCommandRange instance) Creates an immutable copy of aAstBody.AstCommandRangevalue.ImmutableAstCommandRange.Builder.from(AstBody.AstCommandRange instance) Fill a builder with attribute values from the providedAstCommandRangeinstance.ImmutableAstCommandMessage.Builder.range(AstBody.AstCommandRange range) Initializes the value for therangeattribute.ImmutableAstCommandMessage.withRange(AstBody.AstCommandRange value) Copy the current immutable object by setting a value for therangeattribute.ImmutableFlowAstAutocomplete.withRange(AstBody.AstCommandRange... elements) Copy the current immutable object with elements that replace the content ofrange.Method parameters in io.resys.hdes.client.api.ast with type arguments of type AstBody.AstCommandRangeModifier and TypeMethodDescriptionImmutableFlowAstAutocomplete.Builder.addAllRange(Iterable<? extends AstBody.AstCommandRange> elements) Adds elements torangelist.ImmutableFlowAstAutocomplete.Builder.range(Iterable<? extends AstBody.AstCommandRange> elements) Sets or replaces all elements forrangelist.ImmutableFlowAstAutocomplete.withRange(Iterable<? extends AstBody.AstCommandRange> elements) Copy the current immutable object with elements that replace the content ofrange. -
Uses of AstBody.AstCommandRange in io.resys.hdes.client.spi.flow.ast
Methods in io.resys.hdes.client.spi.flow.ast with parameters of type AstBody.AstCommandRangeModifier and TypeMethodDescriptionAstFlowNodesFactory.AcBuilder.addRange(AstBody.AstCommandRange range) Method parameters in io.resys.hdes.client.spi.flow.ast with type arguments of type AstBody.AstCommandRangeModifier and TypeMethodDescriptionAstFlowNodesFactory.AcBuilder.addRange(Collection<AstBody.AstCommandRange> range)