Uses of Class
io.resys.hdes.client.api.ast.ImmutableAstTagValue.Builder
Packages that use ImmutableAstTagValue.Builder
-
Uses of ImmutableAstTagValue.Builder in io.resys.hdes.client.api.ast
Methods in io.resys.hdes.client.api.ast that return ImmutableAstTagValue.BuilderModifier and TypeMethodDescriptionImmutableAstTagValue.Builder.addAllCommands(Iterable<? extends AstCommand> elements) Adds elements tocommandslist.ImmutableAstTagValue.Builder.addCommands(AstCommand element) Adds one element tocommandslist.ImmutableAstTagValue.Builder.addCommands(AstCommand... elements) Adds elements tocommandslist.ImmutableAstTagValue.Builder.bodyType(AstBody.AstBodyType bodyType) Initializes the value for thebodyTypeattribute.static ImmutableAstTagValue.BuilderImmutableAstTagValue.builder()Creates a builder forImmutableAstTagValue.ImmutableAstTagValue.Builder.commands(Iterable<? extends AstCommand> elements) Sets or replaces all elements forcommandslist.ImmutableAstTagValue.Builder.from(AstTag.AstTagValue instance) Fill a builder with attribute values from the providedAstTagValueinstance.Initializes the value for thehashattribute.Initializes the value for theidattribute.