Uses of Class
com.google.protobuf.TextFormatParseInfoTree
Packages that use TextFormatParseInfoTree
-
Uses of TextFormatParseInfoTree in com.google.protobuf
Fields in com.google.protobuf with type parameters of type TextFormatParseInfoTreeModifier and TypeFieldDescription(package private) Map<Descriptors.FieldDescriptor,List<TextFormatParseInfoTree>> TextFormatParseInfoTree.subtreesFromFieldMethods in com.google.protobuf that return TextFormatParseInfoTreeModifier and TypeMethodDescriptionTextFormatParseInfoTree.Builder.build()Build theTextFormatParseInfoTree.TextFormatParseInfoTree.getNestedTree(Descriptors.FieldDescriptor fieldDescriptor, int index) Returns the parse info tree for the given field, which must be a message type.Methods in com.google.protobuf that return types with arguments of type TextFormatParseInfoTreeModifier and TypeMethodDescriptionTextFormatParseInfoTree.getNestedTrees(Descriptors.FieldDescriptor fieldDescriptor) Retrieve a list of all the location information trees for a sub message field.