DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Location.Builder.addAllLeadingDetachedComments(java.lang.Iterable<java.lang.String> values) |
repeated string leading_detached_comments = 6;
|
DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Location.Builder.addAllPath(java.lang.Iterable<? extends java.lang.Integer> values) |
Identifies which part of the FileDescriptorProto was defined at this
location.
|
DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Location.Builder.addAllSpan(java.lang.Iterable<? extends java.lang.Integer> values) |
Always has exactly three or four elements: start line, start column,
end line (optional, otherwise assumed same as start line), end column.
|
DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Location.Builder.addLeadingDetachedComments(java.lang.String value) |
repeated string leading_detached_comments = 6;
|
DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Location.Builder.addLeadingDetachedCommentsBytes(ByteString value) |
repeated string leading_detached_comments = 6;
|
DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Location.Builder.addPath(int value) |
Identifies which part of the FileDescriptorProto was defined at this
location.
|
DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Location.Builder.addSpan(int value) |
Always has exactly three or four elements: start line, start column,
end line (optional, otherwise assumed same as start line), end column.
|
DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Location.Builder.clearLeadingComments() |
If this SourceCodeInfo represents a complete declaration, these are any
comments appearing before and after the declaration which appear to be
attached to the declaration.
|
DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Location.Builder.clearLeadingDetachedComments() |
repeated string leading_detached_comments = 6;
|
DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Location.Builder.clearPath() |
Identifies which part of the FileDescriptorProto was defined at this
location.
|
DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Location.Builder.clearSpan() |
Always has exactly three or four elements: start line, start column,
end line (optional, otherwise assumed same as start line), end column.
|
DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Location.Builder.clearTrailingComments() |
optional string trailing_comments = 4;
|
static DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Location.newBuilder() |
|
static DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Location.newBuilder(DescriptorProtos.SourceCodeInfo.Location prototype) |
|
DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Location.Builder.setLeadingComments(java.lang.String value) |
If this SourceCodeInfo represents a complete declaration, these are any
comments appearing before and after the declaration which appear to be
attached to the declaration.
|
DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Location.Builder.setLeadingCommentsBytes(ByteString value) |
If this SourceCodeInfo represents a complete declaration, these are any
comments appearing before and after the declaration which appear to be
attached to the declaration.
|
DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Location.Builder.setLeadingDetachedComments(int index,
java.lang.String value) |
repeated string leading_detached_comments = 6;
|
DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Location.Builder.setPath(int index,
int value) |
Identifies which part of the FileDescriptorProto was defined at this
location.
|
DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Location.Builder.setSpan(int index,
int value) |
Always has exactly three or four elements: start line, start column,
end line (optional, otherwise assumed same as start line), end column.
|
DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Location.Builder.setTrailingComments(java.lang.String value) |
optional string trailing_comments = 4;
|
DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Location.Builder.setTrailingCommentsBytes(ByteString value) |
optional string trailing_comments = 4;
|