Uses of Class
io.resys.hdes.client.api.ast.ImmutableAstCommandMessage
Packages that use ImmutableAstCommandMessage
-
Uses of ImmutableAstCommandMessage in io.resys.hdes.client.api.ast
Methods in io.resys.hdes.client.api.ast that return ImmutableAstCommandMessageModifier and TypeMethodDescriptionImmutableAstCommandMessage.Builder.build()Builds a newImmutableAstCommandMessage.static ImmutableAstCommandMessageImmutableAstCommandMessage.copyOf(AstBody.AstCommandMessage instance) Creates an immutable copy of aAstBody.AstCommandMessagevalue.ImmutableAstCommandMessage.withLine(int value) Copy the current immutable object by setting a value for thelineattribute.ImmutableAstCommandMessage.withRange(AstBody.AstCommandRange value) Copy the current immutable object by setting a value for therangeattribute.ImmutableAstCommandMessage.withType(AstBody.CommandMessageType value) Copy the current immutable object by setting a value for thetypeattribute.Copy the current immutable object by setting a value for thevalueattribute.