SourceInfo.Builder |
SourceInfo.Builder.addAllExtensions(java.lang.Iterable<? extends SourceInfo.Extension> values) |
A list of tags for extensions that were used while parsing or type checking
the source expression.
|
SourceInfo.Builder |
SourceInfo.Builder.addAllLineOffsets(java.lang.Iterable<? extends java.lang.Integer> values) |
Monotonically increasing list of code point offsets where newlines
`\n` appear.
|
SourceInfo.Builder |
SourceInfo.Builder.addExtensions(int index,
SourceInfo.Extension value) |
A list of tags for extensions that were used while parsing or type checking
the source expression.
|
SourceInfo.Builder |
SourceInfo.Builder.addExtensions(int index,
SourceInfo.Extension.Builder builderForValue) |
A list of tags for extensions that were used while parsing or type checking
the source expression.
|
SourceInfo.Builder |
SourceInfo.Builder.addExtensions(SourceInfo.Extension value) |
A list of tags for extensions that were used while parsing or type checking
the source expression.
|
SourceInfo.Builder |
SourceInfo.Builder.addExtensions(SourceInfo.Extension.Builder builderForValue) |
A list of tags for extensions that were used while parsing or type checking
the source expression.
|
SourceInfo.Builder |
SourceInfo.Builder.addLineOffsets(int value) |
Monotonically increasing list of code point offsets where newlines
`\n` appear.
|
SourceInfo.Builder |
SourceInfo.Builder.clear() |
|
SourceInfo.Builder |
SourceInfo.Builder.clearExtensions() |
A list of tags for extensions that were used while parsing or type checking
the source expression.
|
SourceInfo.Builder |
SourceInfo.Builder.clearLineOffsets() |
Monotonically increasing list of code point offsets where newlines
`\n` appear.
|
SourceInfo.Builder |
SourceInfo.Builder.clearLocation() |
The location name.
|
SourceInfo.Builder |
SourceInfo.Builder.clearMacroCalls() |
|
SourceInfo.Builder |
SourceInfo.Builder.clearPositions() |
|
SourceInfo.Builder |
SourceInfo.Builder.clearSyntaxVersion() |
The syntax version of the source, e.g.
|
SourceInfo.Builder |
CheckedExpr.Builder.getSourceInfoBuilder() |
The source info derived from input that generated the parsed `expr` and
any optimizations made during the type-checking pass.
|
SourceInfo.Builder |
ParsedExpr.Builder.getSourceInfoBuilder() |
The source info derived from input that generated the parsed `expr`.
|
SourceInfo.Builder |
SourceInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
SourceInfo.Builder |
SourceInfo.Builder.mergeFrom(com.google.protobuf.Message other) |
|
SourceInfo.Builder |
SourceInfo.Builder.mergeFrom(SourceInfo other) |
|
static SourceInfo.Builder |
SourceInfo.newBuilder() |
|
static SourceInfo.Builder |
SourceInfo.newBuilder(SourceInfo prototype) |
|
SourceInfo.Builder |
SourceInfo.newBuilderForType() |
|
protected SourceInfo.Builder |
SourceInfo.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
|
SourceInfo.Builder |
SourceInfo.Builder.putAllMacroCalls(java.util.Map<java.lang.Long,Expr> values) |
A map from the parse node id where a macro replacement was made to the
call `Expr` that resulted in a macro expansion.
|
SourceInfo.Builder |
SourceInfo.Builder.putAllPositions(java.util.Map<java.lang.Long,java.lang.Integer> values) |
A map from the parse node id (e.g.
|
SourceInfo.Builder |
SourceInfo.Builder.putMacroCalls(long key,
Expr value) |
A map from the parse node id where a macro replacement was made to the
call `Expr` that resulted in a macro expansion.
|
SourceInfo.Builder |
SourceInfo.Builder.putPositions(long key,
int value) |
A map from the parse node id (e.g.
|
SourceInfo.Builder |
SourceInfo.Builder.removeExtensions(int index) |
A list of tags for extensions that were used while parsing or type checking
the source expression.
|
SourceInfo.Builder |
SourceInfo.Builder.removeMacroCalls(long key) |
A map from the parse node id where a macro replacement was made to the
call `Expr` that resulted in a macro expansion.
|
SourceInfo.Builder |
SourceInfo.Builder.removePositions(long key) |
A map from the parse node id (e.g.
|
SourceInfo.Builder |
SourceInfo.Builder.setExtensions(int index,
SourceInfo.Extension value) |
A list of tags for extensions that were used while parsing or type checking
the source expression.
|
SourceInfo.Builder |
SourceInfo.Builder.setExtensions(int index,
SourceInfo.Extension.Builder builderForValue) |
A list of tags for extensions that were used while parsing or type checking
the source expression.
|
SourceInfo.Builder |
SourceInfo.Builder.setLineOffsets(int index,
int value) |
Monotonically increasing list of code point offsets where newlines
`\n` appear.
|
SourceInfo.Builder |
SourceInfo.Builder.setLocation(java.lang.String value) |
The location name.
|
SourceInfo.Builder |
SourceInfo.Builder.setLocationBytes(com.google.protobuf.ByteString value) |
The location name.
|
SourceInfo.Builder |
SourceInfo.Builder.setSyntaxVersion(java.lang.String value) |
The syntax version of the source, e.g.
|
SourceInfo.Builder |
SourceInfo.Builder.setSyntaxVersionBytes(com.google.protobuf.ByteString value) |
The syntax version of the source, e.g.
|
SourceInfo.Builder |
SourceInfo.toBuilder() |
|