Package | Description |
---|---|
com.google.protobuf |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Map<Descriptors.FieldDescriptor,java.util.List<TextFormatParseInfoTree>> |
TextFormatParseInfoTree.subtreesFromField |
Modifier and Type | Method and Description |
---|---|
TextFormatParseInfoTree |
TextFormatParseInfoTree.Builder.build()
Build the
TextFormatParseInfoTree . |
TextFormatParseInfoTree |
TextFormatParseInfoTree.getNestedTree(Descriptors.FieldDescriptor fieldDescriptor,
int index)
Returns the parse info tree for the given field, which must be a message type.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<TextFormatParseInfoTree> |
TextFormatParseInfoTree.getNestedTrees(Descriptors.FieldDescriptor fieldDescriptor)
Retrieve a list of all the location information trees for a sub message field.
|