Uses of Class
io.resys.hdes.client.api.ast.ImmutableAstCommandRange
Packages that use ImmutableAstCommandRange
-
Uses of ImmutableAstCommandRange in io.resys.hdes.client.api.ast
Methods in io.resys.hdes.client.api.ast that return ImmutableAstCommandRangeModifier and TypeMethodDescriptionImmutableAstCommandRange.Builder.build()Builds a newImmutableAstCommandRange.static ImmutableAstCommandRangeImmutableAstCommandRange.copyOf(AstBody.AstCommandRange instance) Creates an immutable copy of aAstBody.AstCommandRangevalue.final ImmutableAstCommandRangeImmutableAstCommandRange.withColumn(Integer value) Copy the current immutable object by setting a value for thecolumnattribute.final ImmutableAstCommandRangeImmutableAstCommandRange.withEnd(int value) Copy the current immutable object by setting a value for theendattribute.final ImmutableAstCommandRangeImmutableAstCommandRange.withInsert(Boolean value) Copy the current immutable object by setting a value for theinsertattribute.final ImmutableAstCommandRangeImmutableAstCommandRange.withStart(int value) Copy the current immutable object by setting a value for thestartattribute. -
Uses of ImmutableAstCommandRange in io.resys.hdes.client.spi.flow.ast
Methods in io.resys.hdes.client.spi.flow.ast that return ImmutableAstCommandRange