Uses of Class
com.google.protobuf.TextFormatParseLocation
Packages that use TextFormatParseLocation
-
Uses of TextFormatParseLocation in com.google.protobuf
Fields in com.google.protobuf declared as TextFormatParseLocationModifier and TypeFieldDescriptionstatic final TextFormatParseLocation
TextFormatParseLocation.EMPTY
The empty location.Methods in com.google.protobuf that return TextFormatParseLocationModifier and TypeMethodDescriptionTextFormatParseInfoTree.getLocation
(Descriptors.FieldDescriptor fieldDescriptor, int index) Get the location in the source of a field's value.Methods in com.google.protobuf that return types with arguments of type TextFormatParseLocationModifier and TypeMethodDescriptionTextFormatParseInfoTree.getLocations
(Descriptors.FieldDescriptor fieldDescriptor) Retrieve all the locations of a field.Methods in com.google.protobuf with parameters of type TextFormatParseLocationModifier and TypeMethodDescriptionTextFormatParseInfoTree.Builder.setLocation
(Descriptors.FieldDescriptor fieldDescriptor, TextFormatParseLocation location) Record the starting location of a single value for a field.