| Package | Description |
|---|---|
| com.google.protobuf |
| Modifier and Type | Field and Description |
|---|---|
static TextFormatParseLocation |
TextFormatParseLocation.EMPTY
The empty location.
|
| Modifier and Type | Method and Description |
|---|---|
TextFormatParseLocation |
TextFormatParseInfoTree.getLocation(Descriptors.FieldDescriptor fieldDescriptor,
int index)
Get the location in the source of a field's value.
|
| Modifier and Type | Method and Description |
|---|---|
List<TextFormatParseLocation> |
TextFormatParseInfoTree.getLocations(Descriptors.FieldDescriptor fieldDescriptor)
Retrieve all the locations of a field.
|
| Modifier and Type | Method and Description |
|---|---|
TextFormatParseInfoTree.Builder |
TextFormatParseInfoTree.Builder.setLocation(Descriptors.FieldDescriptor fieldDescriptor,
TextFormatParseLocation location)
Record the starting location of a single value for a field.
|
Copyright © 2008–2020. All rights reserved.