| Modifier and Type | Method and Description |
|---|---|
TextLocator.Position.Builder |
TextLocator.Position.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TextLocator.Position.Builder |
TextLocator.Position.Builder.clear() |
TextLocator.Position.Builder |
TextLocator.Position.Builder.clearColumn()
The column within the line, starting with 1, where the byte is
positioned.
|
TextLocator.Position.Builder |
TextLocator.Position.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
TextLocator.Position.Builder |
TextLocator.Position.Builder.clearLine()
The line, starting with 1, where the byte is positioned.
|
TextLocator.Position.Builder |
TextLocator.Position.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
TextLocator.Position.Builder |
TextLocator.Position.Builder.clone() |
TextLocator.Position.Builder |
TextLocator.Builder.getEndPositionBuilder()
The position of the last byte within the text.
|
TextLocator.Position.Builder |
TextLocator.Builder.getStartPositionBuilder()
The position of the first byte within the text.
|
TextLocator.Position.Builder |
TextLocator.Position.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TextLocator.Position.Builder |
TextLocator.Position.Builder.mergeFrom(com.google.protobuf.Message other) |
TextLocator.Position.Builder |
TextLocator.Position.Builder.mergeFrom(TextLocator.Position other) |
TextLocator.Position.Builder |
TextLocator.Position.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static TextLocator.Position.Builder |
TextLocator.Position.newBuilder() |
static TextLocator.Position.Builder |
TextLocator.Position.newBuilder(TextLocator.Position prototype) |
TextLocator.Position.Builder |
TextLocator.Position.newBuilderForType() |
protected TextLocator.Position.Builder |
TextLocator.Position.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
TextLocator.Position.Builder |
TextLocator.Position.Builder.setColumn(int value)
The column within the line, starting with 1, where the byte is
positioned.
|
TextLocator.Position.Builder |
TextLocator.Position.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TextLocator.Position.Builder |
TextLocator.Position.Builder.setLine(int value)
The line, starting with 1, where the byte is positioned.
|
TextLocator.Position.Builder |
TextLocator.Position.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
TextLocator.Position.Builder |
TextLocator.Position.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
TextLocator.Position.Builder |
TextLocator.Position.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
TextLocator.Builder |
TextLocator.Builder.setEndPosition(TextLocator.Position.Builder builderForValue)
The position of the last byte within the text.
|
TextLocator.Builder |
TextLocator.Builder.setStartPosition(TextLocator.Position.Builder builderForValue)
The position of the first byte within the text.
|
Copyright © 2024 Google LLC. All rights reserved.