Uses of Interface
dev.cel.expr.SourceInfoOrBuilder
-
Packages that use SourceInfoOrBuilder Package Description dev.cel.expr -
-
Uses of SourceInfoOrBuilder in dev.cel.expr
Classes in dev.cel.expr that implement SourceInfoOrBuilder Modifier and Type Class Description classSourceInfoSource information collected at parse time.static classSourceInfo.BuilderSource information collected at parse time.Fields in dev.cel.expr with type parameters of type SourceInfoOrBuilder Modifier and Type Field Description 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 SourceInfoOrBuilder Modifier and Type Method Description SourceInfoOrBuilderCheckedExpr.Builder. getSourceInfoOrBuilder()The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.SourceInfoOrBuilderCheckedExpr. getSourceInfoOrBuilder()The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.SourceInfoOrBuilderCheckedExprOrBuilder. getSourceInfoOrBuilder()The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.SourceInfoOrBuilderParsedExpr.Builder. getSourceInfoOrBuilder()The source info derived from input that generated the parsed `expr`.SourceInfoOrBuilderParsedExpr. getSourceInfoOrBuilder()The source info derived from input that generated the parsed `expr`.SourceInfoOrBuilderParsedExprOrBuilder. getSourceInfoOrBuilder()The source info derived from input that generated the parsed `expr`.Methods in dev.cel.expr that return types with arguments of type SourceInfoOrBuilder Modifier and Type Method Description 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`.
-