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 TextFormatParseLocationTextFormatParseLocation.EMPTYThe empty location.Fields in com.google.protobuf with type parameters of type TextFormatParseLocationModifier and TypeFieldDescriptionTextFormatParseInfoTree.Builder.locationsFromFieldTextFormatParseInfoTree.locationsFromFieldMethods in com.google.protobuf that return TextFormatParseLocationModifier and TypeMethodDescription(package private) static TextFormatParseLocationTextFormatParseLocation.create(int line, int column) Create a location.TextFormatParseInfoTree.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.Constructor parameters in com.google.protobuf with type arguments of type TextFormatParseLocationModifierConstructorDescriptionprivateTextFormatParseInfoTree(Map<Descriptors.FieldDescriptor, List<TextFormatParseLocation>> locationsFromField, Map<Descriptors.FieldDescriptor, List<TextFormatParseInfoTree.Builder>> subtreeBuildersFromField) Construct aTextFormatParseInfoTree.