public static interface TextLocator.PositionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn()
The column within the line, starting with 1, where the byte is
positioned.
|
int |
getLine()
The line, starting with 1, where the byte is positioned.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getLine()
The line, starting with 1, where the byte is positioned.
int32 line = 1;int getColumn()
The column within the line, starting with 1, where the byte is positioned. This is a byte index even though the text is UTF-8.
int32 column = 2;Copyright © 2024 Google LLC. All rights reserved.