Uses of Class
dev.cel.expr.SourceInfo
Packages that use SourceInfo
-
Uses of SourceInfo in dev.cel.expr
Fields in dev.cel.expr declared as SourceInfoModifier and TypeFieldDescriptionprivate static final SourceInfo
SourceInfo.DEFAULT_INSTANCE
private SourceInfo
CheckedExpr.Builder.sourceInfo_
private SourceInfo
CheckedExpr.sourceInfo_
private SourceInfo
ParsedExpr.Builder.sourceInfo_
private SourceInfo
ParsedExpr.sourceInfo_
Fields in dev.cel.expr with type parameters of type SourceInfoModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Parser
<SourceInfo> SourceInfo.PARSER
private com.google.protobuf.SingleFieldBuilder
<SourceInfo, SourceInfo.Builder, SourceInfoOrBuilder> CheckedExpr.Builder.sourceInfoBuilder_
private com.google.protobuf.SingleFieldBuilder
<SourceInfo, SourceInfo.Builder, SourceInfoOrBuilder> ParsedExpr.Builder.sourceInfoBuilder_
Methods in dev.cel.expr that return SourceInfoModifier and TypeMethodDescriptionSourceInfo.Builder.build()
SourceInfo.Builder.buildPartial()
static SourceInfo
SourceInfo.getDefaultInstance()
SourceInfo.Builder.getDefaultInstanceForType()
SourceInfo.getDefaultInstanceForType()
CheckedExpr.Builder.getSourceInfo()
The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.CheckedExpr.getSourceInfo()
The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.CheckedExprOrBuilder.getSourceInfo()
The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.ParsedExpr.Builder.getSourceInfo()
The source info derived from input that generated the parsed `expr`.ParsedExpr.getSourceInfo()
The source info derived from input that generated the parsed `expr`.ParsedExprOrBuilder.getSourceInfo()
The source info derived from input that generated the parsed `expr`.static SourceInfo
SourceInfo.parseDelimitedFrom
(InputStream input) static SourceInfo
SourceInfo.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SourceInfo
SourceInfo.parseFrom
(byte[] data) static SourceInfo
SourceInfo.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SourceInfo
SourceInfo.parseFrom
(com.google.protobuf.ByteString data) static SourceInfo
SourceInfo.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SourceInfo
SourceInfo.parseFrom
(com.google.protobuf.CodedInputStream input) static SourceInfo
SourceInfo.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SourceInfo
SourceInfo.parseFrom
(InputStream input) static SourceInfo
SourceInfo.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SourceInfo
SourceInfo.parseFrom
(ByteBuffer data) static SourceInfo
SourceInfo.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in dev.cel.expr that return types with arguments of type SourceInfoModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<SourceInfo> SourceInfo.getParserForType()
private com.google.protobuf.SingleFieldBuilder
<SourceInfo, SourceInfo.Builder, SourceInfoOrBuilder> CheckedExpr.Builder.getSourceInfoFieldBuilder()
The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.private com.google.protobuf.SingleFieldBuilder
<SourceInfo, SourceInfo.Builder, SourceInfoOrBuilder> ParsedExpr.Builder.getSourceInfoFieldBuilder()
The source info derived from input that generated the parsed `expr`.static com.google.protobuf.Parser
<SourceInfo> SourceInfo.parser()
Methods in dev.cel.expr with parameters of type SourceInfoModifier and TypeMethodDescriptionprivate void
SourceInfo.Builder.buildPartial0
(SourceInfo result) private void
SourceInfo.Builder.buildPartialRepeatedFields
(SourceInfo result) SourceInfo.Builder.mergeFrom
(SourceInfo other) CheckedExpr.Builder.mergeSourceInfo
(SourceInfo value) The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.ParsedExpr.Builder.mergeSourceInfo
(SourceInfo value) The source info derived from input that generated the parsed `expr`.static SourceInfo.Builder
SourceInfo.newBuilder
(SourceInfo prototype) CheckedExpr.Builder.setSourceInfo
(SourceInfo value) The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.ParsedExpr.Builder.setSourceInfo
(SourceInfo value) The source info derived from input that generated the parsed `expr`.