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