Public Member Functions | |
TextFormatParseInfoTree | build () |
TextFormatParseInfoTree | build () |
Builder | getBuilderForSubMessageField (final FieldDescriptor fieldDescriptor) |
Builder | getBuilderForSubMessageField (final FieldDescriptor fieldDescriptor) |
Builder | setLocation (final FieldDescriptor fieldDescriptor, TextFormatParseLocation location) |
Builder | setLocation (final FieldDescriptor fieldDescriptor, TextFormatParseLocation location) |
Private Member Functions | |
Builder () | |
Builder () | |
Private Attributes | |
Map< FieldDescriptor, List< TextFormatParseLocation > > | locationsFromField |
Map< FieldDescriptor, List< Builder > > | subtreeBuildersFromField |
Builder for a TextFormatParseInfoTree.
Definition at line 161 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/TextFormatParseInfoTree.java.
|
inlineprivate |
Create a root level {@ParseInfoTree} builder.
Definition at line 170 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/TextFormatParseInfoTree.java.
|
inlineprivate |
Create a root level {@ParseInfoTree} builder.
Definition at line 170 of file protobuf/java/core/src/main/java/com/google/protobuf/TextFormatParseInfoTree.java.
|
inline |
Build the
.
Definition at line 217 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/TextFormatParseInfoTree.java.
|
inline |
Build the
.
Definition at line 217 of file protobuf/java/core/src/main/java/com/google/protobuf/TextFormatParseInfoTree.java.
|
inline |
Set for a sub message.
A new builder is created for a sub message. The builder that is returned is a new builder. The return is not the invoked
.
fieldDescriptor | the field whose value is the submessage |
Definition at line 201 of file protobuf/java/core/src/main/java/com/google/protobuf/TextFormatParseInfoTree.java.
|
inline |
Set for a sub message.
A new builder is created for a sub message. The builder that is returned is a new builder. The return is not the invoked
.
fieldDescriptor | the field whose value is the submessage |
Definition at line 201 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/TextFormatParseInfoTree.java.
|
inline |
Record the starting location of a single value for a field.
fieldDescriptor | the field |
location | source code location information |
Definition at line 181 of file protobuf/java/core/src/main/java/com/google/protobuf/TextFormatParseInfoTree.java.
|
inline |
Record the starting location of a single value for a field.
fieldDescriptor | the field |
location | source code location information |
Definition at line 181 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/TextFormatParseInfoTree.java.
|
private |
Definition at line 163 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/TextFormatParseInfoTree.java.
|
private |
Definition at line 167 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/TextFormatParseInfoTree.java.