Uses of Interface
dev.cel.expr.SourceInfo.ExtensionOrBuilder
-
Packages that use SourceInfo.ExtensionOrBuilder Package Description dev.cel.expr -
-
Uses of SourceInfo.ExtensionOrBuilder in dev.cel.expr
Classes in dev.cel.expr that implement SourceInfo.ExtensionOrBuilder Modifier and Type Class Description static classSourceInfo.ExtensionAn extension that was requested for the source expression.static classSourceInfo.Extension.BuilderAn extension that was requested for the source expression.Fields in dev.cel.expr with type parameters of type SourceInfo.ExtensionOrBuilder Modifier and Type Field Description private com.google.protobuf.RepeatedFieldBuilder<SourceInfo.Extension,SourceInfo.Extension.Builder,SourceInfo.ExtensionOrBuilder>SourceInfo.Builder. extensionsBuilder_Methods in dev.cel.expr that return SourceInfo.ExtensionOrBuilder Modifier and Type Method Description SourceInfo.ExtensionOrBuilderSourceInfo.Builder. getExtensionsOrBuilder(int index)A list of tags for extensions that were used while parsing or type checking the source expression.SourceInfo.ExtensionOrBuilderSourceInfo. getExtensionsOrBuilder(int index)A list of tags for extensions that were used while parsing or type checking the source expression.SourceInfo.ExtensionOrBuilderSourceInfoOrBuilder. getExtensionsOrBuilder(int index)A list of tags for extensions that were used while parsing or type checking the source expression.Methods in dev.cel.expr that return types with arguments of type SourceInfo.ExtensionOrBuilder Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilder<SourceInfo.Extension,SourceInfo.Extension.Builder,SourceInfo.ExtensionOrBuilder>SourceInfo.Builder. getExtensionsFieldBuilder()java.util.List<? extends SourceInfo.ExtensionOrBuilder>SourceInfo.Builder. getExtensionsOrBuilderList()A list of tags for extensions that were used while parsing or type checking the source expression.java.util.List<? extends SourceInfo.ExtensionOrBuilder>SourceInfo. getExtensionsOrBuilderList()A list of tags for extensions that were used while parsing or type checking the source expression.java.util.List<? extends SourceInfo.ExtensionOrBuilder>SourceInfoOrBuilder. getExtensionsOrBuilderList()A list of tags for extensions that were used while parsing or type checking the source expression.
-