Package | Description |
---|---|
com.google.protobuf |
Modifier and Type | Field and Description |
---|---|
static TextFormatParseLocation |
TextFormatParseLocation.EMPTY
The empty location.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<Descriptors.FieldDescriptor,java.util.List<TextFormatParseLocation>> |
TextFormatParseInfoTree.locationsFromField |
private java.util.Map<Descriptors.FieldDescriptor,java.util.List<TextFormatParseLocation>> |
TextFormatParseInfoTree.Builder.locationsFromField |
Modifier and Type | Method and Description |
---|---|
(package private) static TextFormatParseLocation |
TextFormatParseLocation.create(int line,
int column)
Create a location.
|
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 |
---|---|
java.util.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.
|
Constructor and Description |
---|
TextFormatParseInfoTree(java.util.Map<Descriptors.FieldDescriptor,java.util.List<TextFormatParseLocation>> locationsFromField,
java.util.Map<Descriptors.FieldDescriptor,java.util.List<TextFormatParseInfoTree.Builder>> subtreeBuildersFromField)
Construct a
TextFormatParseInfoTree . |