A B C D E F G H I K L M N O P Q R S T U V W _ 
All Classes All Packages

A

ABSTRACT_TYPE - com.google.api.expr.v1alpha1.Type.TypeKindCase
 
ABSTRACT_TYPE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Type
 
accept(EnvVisitor) - Method in class dev.cel.checker.CelCheckerLegacyImpl
 
accept(EnvVisitor) - Method in interface dev.cel.common.internal.EnvVisitable
 
accept(EnvVisitor) - Method in class dev.cel.compiler.CelCompilerImpl
 
accept(EnvVisitor) - Method in class dev.cel.parser.CelParserImpl
 
accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.BoolFalseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.BoolTrueContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.BytesContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.CalcContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.ConditionalAndContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.ConditionalOrContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.ConstantLiteralContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.CreateListContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.CreateMapContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.CreateMessageContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.DoubleContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.EscapedIdentifierContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.ExprContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.ExprListContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.FieldInitializerListContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.GlobalCallContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.IdentContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.IndexContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.IntContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.ListInitContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.LogicalNotContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.MapInitializerListContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.MemberCallContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.MemberExprContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.NegateContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.NestedContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.NullContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.OptExprContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.OptFieldContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.PrimaryExprContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.RelationContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.SelectContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.SimpleIdentifierContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.StartContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.StringContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.UintContext
 
ACCU_INIT - dev.cel.checker.ExprVisitor.ComprehensionArg
 
ACCU_INIT - dev.cel.common.ast.CelExprVisitor.ComprehensionArg
 
ACCU_INIT_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.Comprehension
 
ACCU_VAR_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.Comprehension
 
accuInit() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableComprehension
 
accuVar() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableComprehension
 
add(CelIdentDecl) - Method in class dev.cel.checker.Env
 
add(CelFunctionDecl) - Method in class dev.cel.checker.Env
 
add(Decl) - Method in class dev.cel.checker.Env
Deprecated.
Migrate to the CEL-Java fluent APIs and leverage the publicly available native types (e.g: CelCompilerFactory accepts CelFunctionDecl and CelVarDecl).
add(String, Type) - Method in class dev.cel.checker.Env
Deprecated.
Migrate to the CEL-Java fluent APIs and leverage the publicly available native types (e.g: CelCompilerFactory accepts CelFunctionDecl and CelVarDecl).
add(String, Type, Type...) - Method in class dev.cel.checker.Env.FunctionBuilder
Deprecated.
Add an overload.
add(String, Type, Iterable<Type>) - Method in class dev.cel.checker.Env.FunctionBuilder
Deprecated.
Add an overload.
add(String, List<String>, Type, Type...) - Method in class dev.cel.checker.Env.FunctionBuilder
Deprecated.
Add an overload, with type params.
add(String, List<String>, Type, Iterable<Type>) - Method in class dev.cel.checker.Env.FunctionBuilder
Deprecated.
Add an overload, with type params.
ADD - dev.cel.checker.CelStandardDeclarations.StandardFunction
 
ADD_BYTES - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
 
ADD_DOUBLE - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
 
ADD_DURATION_DURATION - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
 
ADD_DURATION_TIMESTAMP - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
 
ADD_INT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
 
ADD_LIST - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
 
ADD_STRING - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
 
ADD_TIMESTAMP_DURATION - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
 
ADD_UINT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
 
addAffectedComponents(SourceInfo.Extension.Component) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
If set, the listed components must understand the extension for the expression to evaluate correctly.
addAffectedComponentsValue(int) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
If set, the listed components must understand the extension for the expression to evaluate correctly.
addAllAffectedComponents(Iterable<? extends SourceInfo.Extension.Component>) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
If set, the listed components must understand the extension for the expression to evaluate correctly.
addAllAffectedComponentsValue(Iterable<Integer>) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
If set, the listed components must understand the extension for the expression to evaluate correctly.
addAllArgs(Iterable<? extends Expr>) - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
The arguments.
addAllArgTypes(Iterable<? extends Type>) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
Argument types of the function.
addAllElements(Iterable<? extends Expr>) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
The elements part of the list.
addAllEntries(Iterable<? extends Expr.CreateStruct.Entry>) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
The entries in the creation expression.
addAllEntries(Iterable<? extends MapValue.Entry>) - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
The set of map entries.
addAllErrors(Iterable<? extends Status>) - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
The errors in the set.
addAllExprs(Iterable<? extends Long>) - Method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
The ids of the expressions with unknown values.
addAllExprSteps(Iterable<? extends Explain.ExprStep>) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
Deprecated.
List of steps.
addAllExtensions(Iterable<? extends SourceInfo.Extension>) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
A list of tags for extensions that were used while parsing or type checking the source expression.
addAllExtensions(Collection<? extends CelSource.Extension>) - Method in class dev.cel.common.CelMutableSource
 
addAllLineOffsets(Iterable<? extends Integer>) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
Monotonically increasing list of code point offsets where newlines `\n` appear.
addAllMacroCalls(Map<Long, CelMutableExpr>) - Method in class dev.cel.common.CelMutableSource
 
addAllOptionalIndices(Iterable<? extends Integer>) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
The indices within the elements list which are marked as optional elements.
addAllOverloadId(Iterable<String>) - Method in class com.google.api.expr.v1alpha1.Reference.Builder
For references to functions, this is a list of `Overload.overload_id` values which match according to typing rules.
addAllOverloads(Iterable<? extends Decl.FunctionDecl.Overload>) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
Required.
addAllParameterTypes(Iterable<? extends Type>) - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
Parameter types for this abstract type.
addAllParams(Iterable<? extends Type>) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
addAllResults(Iterable<? extends EvalState.Result>) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
An ordered list of results.
addAllTypeParams(Iterable<String>) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
The type param names associated with the function declaration.
addAllValues(Iterable<? extends ExprValue>) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
The unique values referenced in this message.
addAllValues(Iterable<? extends Value>) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
Deprecated.
All of the observed values.
addAllValues(Iterable<? extends Value>) - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
The ordered values in the list.
addArgs(int, Expr) - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
The arguments.
addArgs(int, Expr.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
The arguments.
addArgs(Expr) - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
The arguments.
addArgs(Expr.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
The arguments.
addArgs(CelMutableExpr...) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableCall
 
addArgs(Iterable<CelMutableExpr>) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableCall
 
addArgsBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
The arguments.
addArgsBuilder(int) - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
The arguments.
addArgTypes(int, Type) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
Argument types of the function.
addArgTypes(int, Type.Builder) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
Argument types of the function.
addArgTypes(Type) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
Argument types of the function.
addArgTypes(Type.Builder) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
Argument types of the function.
addArgTypesBuilder() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
Argument types of the function.
addArgTypesBuilder(int) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
Argument types of the function.
addDeclarations(Decl...) - Method in interface dev.cel.checker.CelCheckerBuilder
Add variable and function declarations to the CEL environment.
addDeclarations(Decl...) - Method in class dev.cel.checker.CelCheckerLegacyImpl.Builder
 
addDeclarations(Decl...) - Method in interface dev.cel.compiler.CelCompilerBuilder
Add variable and function declarations to the CEL environment.
addDeclarations(Decl...) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
 
addDeclarations(Iterable<Decl>) - Method in interface dev.cel.checker.CelCheckerBuilder
Add variable and function declarations to the CEL environment.
addDeclarations(Iterable<Decl>) - Method in class dev.cel.checker.CelCheckerLegacyImpl.Builder
 
addDeclarations(Iterable<Decl>) - Method in interface dev.cel.compiler.CelCompilerBuilder
Add variable and function declarations to the CEL environment.
addDeclarations(Iterable<Decl>) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
 
addElements(int, Expr) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
The elements part of the list.
addElements(int, Expr.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
The elements part of the list.
addElements(Expr) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
The elements part of the list.
addElements(Expr.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
The elements part of the list.
addElementsBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
The elements part of the list.
addElementsBuilder(int) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
The elements part of the list.
addEntries(int, Expr.CreateStruct.Entry) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
The entries in the creation expression.
addEntries(int, Expr.CreateStruct.Entry.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
The entries in the creation expression.
addEntries(int, MapValue.Entry) - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
The set of map entries.
addEntries(int, MapValue.Entry.Builder) - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
The set of map entries.
addEntries(Expr.CreateStruct.Entry) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
The entries in the creation expression.
addEntries(Expr.CreateStruct.Entry.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
The entries in the creation expression.
addEntries(MapValue.Entry) - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
The set of map entries.
addEntries(MapValue.Entry.Builder) - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
The set of map entries.
addEntriesBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
The entries in the creation expression.
addEntriesBuilder() - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
The set of map entries.
addEntriesBuilder(int) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
The entries in the creation expression.
addEntriesBuilder(int) - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
The set of map entries.
addErrors(int, Status) - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
The errors in the set.
addErrors(int, Status.Builder) - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
The errors in the set.
addErrors(Status) - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
The errors in the set.
addErrors(Status.Builder) - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
The errors in the set.
addErrorsBuilder() - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
The errors in the set.
addErrorsBuilder(int) - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
The errors in the set.
addExprs(long) - Method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
The ids of the expressions with unknown values.
addExprSteps(int, Explain.ExprStep) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
Deprecated.
List of steps.
addExprSteps(int, Explain.ExprStep.Builder) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
Deprecated.
List of steps.
addExprSteps(Explain.ExprStep) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
Deprecated.
List of steps.
addExprSteps(Explain.ExprStep.Builder) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
Deprecated.
List of steps.
addExprStepsBuilder() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
Deprecated.
List of steps.
addExprStepsBuilder(int) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
Deprecated.
List of steps.
addExtensions(int, SourceInfo.Extension) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
A list of tags for extensions that were used while parsing or type checking the source expression.
addExtensions(int, SourceInfo.Extension.Builder) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
A list of tags for extensions that were used while parsing or type checking the source expression.
addExtensions(SourceInfo.Extension) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
A list of tags for extensions that were used while parsing or type checking the source expression.
addExtensions(SourceInfo.Extension.Builder) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
A list of tags for extensions that were used while parsing or type checking the source expression.
addExtensionsBuilder() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
A list of tags for extensions that were used while parsing or type checking the source expression.
addExtensionsBuilder(int) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
A list of tags for extensions that were used while parsing or type checking the source expression.
addFileTypes(DescriptorProtos.FileDescriptorSet) - Method in interface dev.cel.checker.CelCheckerBuilder
Add all of the Descriptors.FileDescriptors in a FileDescriptorSet to the use for type-checking, and for object creation at interpretation time.
addFileTypes(DescriptorProtos.FileDescriptorSet) - Method in class dev.cel.checker.CelCheckerLegacyImpl.Builder
 
addFileTypes(DescriptorProtos.FileDescriptorSet) - Method in interface dev.cel.compiler.CelCompilerBuilder
Add all of the Descriptors.FileDescriptors in a FileDescriptorSet to the use for type-checking, and for object creation at interpretation time.
addFileTypes(DescriptorProtos.FileDescriptorSet) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
 
addFileTypes(Descriptors.FileDescriptor...) - Method in interface dev.cel.checker.CelCheckerBuilder
Add Descriptors.FileDescriptors to the use for type-checking, and for object creation at interpretation time.
addFileTypes(Descriptors.FileDescriptor...) - Method in class dev.cel.checker.CelCheckerLegacyImpl.Builder
 
addFileTypes(Descriptors.FileDescriptor...) - Method in interface dev.cel.compiler.CelCompilerBuilder
Add Descriptors.FileDescriptors to the use for type-checking, and for object creation at interpretation time.
addFileTypes(Descriptors.FileDescriptor...) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
 
addFileTypes(Iterable<Descriptors.FileDescriptor>) - Method in interface dev.cel.checker.CelCheckerBuilder
Add Descriptors.FileDescriptors to the use for type-checking, and for object creation at interpretation time.
addFileTypes(Iterable<Descriptors.FileDescriptor>) - Method in class dev.cel.checker.CelCheckerLegacyImpl.Builder
 
addFileTypes(Iterable<Descriptors.FileDescriptor>) - Method in interface dev.cel.compiler.CelCompilerBuilder
Add Descriptors.FileDescriptors to the use for type-checking, and for object creation at interpretation time.
addFileTypes(Iterable<Descriptors.FileDescriptor>) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
 
addFunctionDeclarations(CelFunctionDecl...) - Method in interface dev.cel.checker.CelCheckerBuilder
Add function declaration CelFunctionDecl to the CEL environment.
addFunctionDeclarations(CelFunctionDecl...) - Method in class dev.cel.checker.CelCheckerLegacyImpl.Builder
 
addFunctionDeclarations(CelFunctionDecl...) - Method in interface dev.cel.compiler.CelCompilerBuilder
Add function declaration CelFunctionDecl to the CEL environment
addFunctionDeclarations(CelFunctionDecl...) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
 
addFunctionDeclarations(Iterable<CelFunctionDecl>) - Method in interface dev.cel.checker.CelCheckerBuilder
Add function declaration CelFunctionDecl to the CEL environment.
addFunctionDeclarations(Iterable<CelFunctionDecl>) - Method in class dev.cel.checker.CelCheckerLegacyImpl.Builder
 
addFunctionDeclarations(Iterable<CelFunctionDecl>) - Method in interface dev.cel.compiler.CelCompilerBuilder
Add function declaration CelFunctionDecl to the CEL environment
addFunctionDeclarations(Iterable<CelFunctionDecl>) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
 
addLibraries(CelCheckerLibrary...) - Method in interface dev.cel.checker.CelCheckerBuilder
Adds one or more libraries for parsing and type-checking.
addLibraries(CelCheckerLibrary...) - Method in class dev.cel.checker.CelCheckerLegacyImpl.Builder
 
addLibraries(CelCompilerLibrary...) - Method in interface dev.cel.compiler.CelCompilerBuilder
Adds one or more libraries for parsing and type-checking.
addLibraries(CelCompilerLibrary...) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
 
addLibraries(CelParserLibrary...) - Method in interface dev.cel.parser.CelParserBuilder
Adds one or more libraries for parsing
addLibraries(CelParserLibrary...) - Method in class dev.cel.parser.CelParserImpl.Builder
 
addLibraries(Iterable<? extends CelCheckerLibrary>) - Method in interface dev.cel.checker.CelCheckerBuilder
Adds a collection of libraries for parsing and type-checking.
addLibraries(Iterable<? extends CelCheckerLibrary>) - Method in class dev.cel.checker.CelCheckerLegacyImpl.Builder
 
addLibraries(Iterable<? extends CelCompilerLibrary>) - Method in interface dev.cel.compiler.CelCompilerBuilder
Adds a collection of libraries for parsing and type-checking.
addLibraries(Iterable<? extends CelCompilerLibrary>) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
 
addLibraries(Iterable<? extends CelParserLibrary>) - Method in interface dev.cel.parser.CelParserBuilder
Adds a collection of libraries for parsing
addLibraries(Iterable<? extends CelParserLibrary>) - Method in class dev.cel.parser.CelParserImpl.Builder
 
addLineOffsets(int) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
Monotonically increasing list of code point offsets where newlines `\n` appear.
addMacroCalls(long, CelMutableExpr) - Method in class dev.cel.common.CelMutableSource
 
addMacros(CelMacro...) - Method in interface dev.cel.compiler.CelCompilerBuilder
Registers the given macros, replacing any previous macros with the same key.
addMacros(CelMacro...) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
 
addMacros(CelMacro...) - Method in interface dev.cel.parser.CelParserBuilder
Registers the given macros, replacing any previous macros with the same key.
addMacros(CelMacro...) - Method in class dev.cel.parser.CelParserImpl.Builder
 
addMacros(Iterable<CelMacro>) - Method in interface dev.cel.compiler.CelCompilerBuilder
Registers the given macros, replacing any previous macros with the same key.
addMacros(Iterable<CelMacro>) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
 
addMacros(Iterable<CelMacro>) - Method in interface dev.cel.parser.CelParserBuilder
Registers the given macros, replacing any previous macros with the same key.
addMacros(Iterable<CelMacro>) - Method in class dev.cel.parser.CelParserImpl.Builder
 
addMessageTypes(Descriptors.Descriptor...) - Method in interface dev.cel.checker.CelCheckerBuilder
Add message Descriptors.Descriptors to the use for type-checking and object creation at interpretation time.
addMessageTypes(Descriptors.Descriptor...) - Method in class dev.cel.checker.CelCheckerLegacyImpl.Builder
 
addMessageTypes(Descriptors.Descriptor...) - Method in interface dev.cel.compiler.CelCompilerBuilder
Add message Descriptors.Descriptors to the use for type-checking and object creation at interpretation time.
addMessageTypes(Descriptors.Descriptor...) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
 
addMessageTypes(Iterable<Descriptors.Descriptor>) - Method in interface dev.cel.checker.CelCheckerBuilder
Add message Descriptors.Descriptors to the use for type-checking and object creation at interpretation time.
addMessageTypes(Iterable<Descriptors.Descriptor>) - Method in class dev.cel.checker.CelCheckerLegacyImpl.Builder
 
addMessageTypes(Iterable<Descriptors.Descriptor>) - Method in interface dev.cel.compiler.CelCompilerBuilder
Add message Descriptors.Descriptors to the use for type-checking and object creation at interpretation time.
addMessageTypes(Iterable<Descriptors.Descriptor>) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
 
addOptionalIndices(int) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
The indices within the elements list which are marked as optional elements.
addOverloadId(String) - Method in class com.google.api.expr.v1alpha1.Reference.Builder
For references to functions, this is a list of `Overload.overload_id` values which match according to typing rules.
addOverloadIdBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.Reference.Builder
For references to functions, this is a list of `Overload.overload_id` values which match according to typing rules.
addOverloads(int, Decl.FunctionDecl.Overload) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
Required.
addOverloads(int, Decl.FunctionDecl.Overload.Builder) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
Required.
addOverloads(Decl.FunctionDecl.Overload) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
Required.
addOverloads(Decl.FunctionDecl.Overload.Builder) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
Required.
addOverloads(CelOverloadDecl...) - Method in class dev.cel.common.CelFunctionDecl.Builder
Adds one or more function overloads
addOverloads(Iterable<CelOverloadDecl>) - Method in class dev.cel.common.CelFunctionDecl.Builder
Adds a collection of overloads
addOverloadsBuilder() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
Required.
addOverloadsBuilder(int) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
Required.
addParameterTypes(int, Type) - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
Parameter types for this abstract type.
addParameterTypes(int, Type.Builder) - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
Parameter types for this abstract type.
addParameterTypes(Type) - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
Parameter types for this abstract type.
addParameterTypes(Type.Builder) - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
Parameter types for this abstract type.
addParameterTypes(CelType...) - Method in class dev.cel.common.CelOverloadDecl.Builder
Accumulates parameter types into CelOverloadDecl.Builder.parameterTypesBuilder()
addParameterTypes(Iterable<CelType>) - Method in class dev.cel.common.CelOverloadDecl.Builder
Accumulates parameter types into CelOverloadDecl.Builder.parameterTypesBuilder()
addParameterTypesBuilder() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
Parameter types for this abstract type.
addParameterTypesBuilder(int) - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
Parameter types for this abstract type.
addParams(int, Type) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
addParams(int, Type.Builder) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
addParams(Type) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
addParams(Type.Builder) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
addParamsBuilder() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
addParamsBuilder(int) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
addProtoTypeMasks(ProtoTypeMask...) - Method in interface dev.cel.checker.CelCheckerBuilder
Add one or more ProtoTypeMask values.
addProtoTypeMasks(ProtoTypeMask...) - Method in class dev.cel.checker.CelCheckerLegacyImpl.Builder
 
addProtoTypeMasks(ProtoTypeMask...) - Method in interface dev.cel.compiler.CelCompilerBuilder
Add one or more ProtoTypeMask values.
addProtoTypeMasks(ProtoTypeMask...) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
 
addProtoTypeMasks(Iterable<ProtoTypeMask>) - Method in interface dev.cel.checker.CelCheckerBuilder
Add one or more ProtoTypeMask values.
addProtoTypeMasks(Iterable<ProtoTypeMask>) - Method in class dev.cel.checker.CelCheckerLegacyImpl.Builder
 
addProtoTypeMasks(Iterable<ProtoTypeMask>) - Method in interface dev.cel.compiler.CelCompilerBuilder
Add one or more ProtoTypeMask values.
addProtoTypeMasks(Iterable<ProtoTypeMask>) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
 
addResults(int, EvalState.Result) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
An ordered list of results.
addResults(int, EvalState.Result.Builder) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
An ordered list of results.
addResults(EvalState.Result) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
An ordered list of results.
addResults(EvalState.Result.Builder) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
An ordered list of results.
addResultsBuilder() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
An ordered list of results.
addResultsBuilder(int) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
An ordered list of results.
addTypeParams(String) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
The type param names associated with the function declaration.
addTypeParamsBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
The type param names associated with the function declaration.
addValues(int, ExprValue) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
The unique values referenced in this message.
addValues(int, ExprValue.Builder) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
The unique values referenced in this message.
addValues(int, Value) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
Deprecated.
All of the observed values.
addValues(int, Value) - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
The ordered values in the list.
addValues(int, Value.Builder) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
Deprecated.
All of the observed values.
addValues(int, Value.Builder) - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
The ordered values in the list.
addValues(ExprValue) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
The unique values referenced in this message.
addValues(ExprValue.Builder) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
The unique values referenced in this message.
addValues(Value) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
Deprecated.
All of the observed values.
addValues(Value) - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
The ordered values in the list.
addValues(Value.Builder) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
Deprecated.
All of the observed values.
addValues(Value.Builder) - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
The ordered values in the list.
addValuesBuilder() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
The unique values referenced in this message.
addValuesBuilder() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
Deprecated.
All of the observed values.
addValuesBuilder() - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
The ordered values in the list.
addValuesBuilder(int) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
The unique values referenced in this message.
addValuesBuilder(int) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
Deprecated.
All of the observed values.
addValuesBuilder(int) - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
The ordered values in the list.
addVar(String, CelType) - Method in interface dev.cel.compiler.CelCompilerBuilder
Add a variable declaration with a given name and CelType.
addVar(String, CelType) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
 
addVar(String, Type) - Method in interface dev.cel.compiler.CelCompilerBuilder
Add a variable declaration with a given name and proto based Type.
addVar(String, Type) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
 
addVarDeclarations(CelVarDecl...) - Method in interface dev.cel.checker.CelCheckerBuilder
Add variable declaration CelVarDecl to the CEL environment.
addVarDeclarations(CelVarDecl...) - Method in class dev.cel.checker.CelCheckerLegacyImpl.Builder
 
addVarDeclarations(CelVarDecl...) - Method in interface dev.cel.compiler.CelCompilerBuilder
Add variable declaration CelVarDecl to the CEL environment.
addVarDeclarations(CelVarDecl...) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
 
addVarDeclarations(Iterable<CelVarDecl>) - Method in interface dev.cel.checker.CelCheckerBuilder
Add variable declaration CelVarDecl to the CEL environment.
addVarDeclarations(Iterable<CelVarDecl>) - Method in class dev.cel.checker.CelCheckerLegacyImpl.Builder
 
addVarDeclarations(Iterable<CelVarDecl>) - Method in interface dev.cel.compiler.CelCompilerBuilder
Add variable declaration CelVarDecl to the CEL environment.
addVarDeclarations(Iterable<CelVarDecl>) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
 
AFFECTED_COMPONENTS_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.SourceInfo.Extension
 
ALL - dev.cel.parser.CelStandardMacro
Boolean comprehension which asserts that a predicate holds true for all elements in the input range.
ANY - com.google.api.expr.v1alpha1.Type.WellKnownType
Well-known protobuf.Any type.
ANY - Static variable in class dev.cel.checker.Types
 
ANY_MESSAGE - Static variable in class dev.cel.checker.Types
 
ANY_VALUE - Static variable in enum com.google.api.expr.v1alpha1.Type.WellKnownType
Well-known protobuf.Any type.
ARG_TYPES_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Type.FunctionType
 
args - Variable in class cel.parser.internal.CELParser.GlobalCallContext
 
args - Variable in class cel.parser.internal.CELParser.MemberCallContext
 
args() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableCall
 
ARGS_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.Call
 
ast - Variable in class dev.cel.parser.CelUnparserVisitor
 

B

BACKTICK - Static variable in class dev.cel.parser.CelUnparserVisitor
 
BOOL - com.google.api.expr.v1alpha1.Type.PrimitiveType
Boolean type.
BOOL - dev.cel.checker.CelStandardDeclarations.StandardFunction
 
BOOL - dev.cel.checker.CelStandardDeclarations.StandardIdentifier
 
BOOL - Static variable in class dev.cel.checker.Types
 
BOOL_TO_BOOL - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
 
BOOL_TO_STRING - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
 
BOOL_VALUE - com.google.api.expr.v1alpha1.Constant.ConstantKindCase
 
BOOL_VALUE - com.google.api.expr.v1alpha1.Value.KindCase
 
BOOL_VALUE - Static variable in enum com.google.api.expr.v1alpha1.Type.PrimitiveType
Boolean type.
BOOL_VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Constant
 
BOOL_VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Value
 
BOOL_WRAPPER_MESSAGE - Static variable in class dev.cel.checker.Types
 
BoolFalseContext(CELParser.LiteralContext) - Constructor for class cel.parser.internal.CELParser.BoolFalseContext
 
BoolTrueContext(CELParser.LiteralContext) - Constructor for class cel.parser.internal.CELParser.BoolTrueContext
 
build() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
 
build() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
 
build() - Method in class com.google.api.expr.v1alpha1.Decl.Builder
 
build() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
 
build() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
 
build() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
 
build() - Method in class com.google.api.expr.v1alpha1.EnumValue.Builder
 
build() - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
 
build() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
 
build() - Method in class com.google.api.expr.v1alpha1.EvalState.Result.Builder
 
build() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
Deprecated.
 
build() - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep.Builder
Deprecated.
 
build() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
 
build() - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
 
build() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
 
build() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
 
build() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
 
build() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
 
build() - Method in class com.google.api.expr.v1alpha1.Expr.Ident.Builder
 
build() - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
 
build() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
 
build() - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
 
build() - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
 
build() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
 
build() - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
 
build() - Method in class com.google.api.expr.v1alpha1.Reference.Builder
 
build() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
 
build() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
 
build() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version.Builder
 
build() - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
 
build() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
 
build() - Method in class com.google.api.expr.v1alpha1.Type.Builder
 
build() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
 
build() - Method in class com.google.api.expr.v1alpha1.Type.ListType.Builder
 
build() - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
 
build() - Method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
 
build() - Method in class com.google.api.expr.v1alpha1.Value.Builder
 
build() - Method in interface dev.cel.checker.CelCheckerBuilder
Build a new instance of the CelChecker.
build() - Method in class dev.cel.checker.CelCheckerLegacyImpl.Builder
 
build() - Method in class dev.cel.checker.CelIdentDecl.Builder
 
build() - Method in class dev.cel.checker.CelStandardDeclarations.Builder
 
build() - Method in class dev.cel.checker.Env.FunctionBuilder
Deprecated.
Build the function Decl.
build() - Method in class dev.cel.checker.Env.IdentBuilder
Deprecated.
Build the ident Decl.
build() - Method in class dev.cel.common.CelFunctionDecl.Builder
Builds a new instance of CelFunctionDecl
build() - Method in class dev.cel.common.CelIssue.Builder
 
build() - Method in class dev.cel.common.CelOverloadDecl.Builder
Build a new instance of the CelOverloadDecl
build() - Method in interface dev.cel.compiler.CelCompilerBuilder
Build a new instance of the CelCompiler.
build() - Method in class dev.cel.compiler.CelCompilerImpl.Builder
 
build() - Method in interface dev.cel.parser.CelParserBuilder
Build a new instance of the CelParser.
build() - Method in class dev.cel.parser.CelParserImpl.Builder
 
Builder() - Constructor for class dev.cel.checker.CelIdentDecl.Builder
 
Builder() - Constructor for class dev.cel.common.CelFunctionDecl.Builder
 
Builder() - Constructor for class dev.cel.common.CelIssue.Builder
 
Builder() - Constructor for class dev.cel.common.CelOverloadDecl.Builder
 
buildPartial() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
 
buildPartial() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
 
buildPartial() - Method in class com.google.api.expr.v1alpha1.Decl.Builder
 
buildPartial() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
 
buildPartial() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
 
buildPartial() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
 
buildPartial() - Method in class com.google.api.expr.v1alpha1.EnumValue.Builder
 
buildPartial() - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
 
buildPartial() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
 
buildPartial() - Method in class com.google.api.expr.v1alpha1.EvalState.Result.Builder
 
buildPartial() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
Deprecated.
 
buildPartial() - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep.Builder
Deprecated.
 
buildPartial() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
 
buildPartial() - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
 
buildPartial() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
 
buildPartial() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
 
buildPartial() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
 
buildPartial() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
 
buildPartial() - Method in class com.google.api.expr.v1alpha1.Expr.Ident.Builder
 
buildPartial() - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
 
buildPartial() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
 
buildPartial() - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
 
buildPartial() - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
 
buildPartial() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
 
buildPartial() - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
 
buildPartial() - Method in class com.google.api.expr.v1alpha1.Reference.Builder
 
buildPartial() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
 
buildPartial() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
 
buildPartial() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version.Builder
 
buildPartial() - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
 
buildPartial() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
 
buildPartial() - Method in class com.google.api.expr.v1alpha1.Type.Builder
 
buildPartial() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
 
buildPartial() - Method in class com.google.api.expr.v1alpha1.Type.ListType.Builder
 
buildPartial() - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
 
buildPartial() - Method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
 
buildPartial() - Method in class com.google.api.expr.v1alpha1.Value.Builder
 
BYTES - com.google.api.expr.v1alpha1.Type.PrimitiveType
Bytes type.
BYTES - dev.cel.checker.CelStandardDeclarations.StandardFunction
 
BYTES - dev.cel.checker.CelStandardDeclarations.StandardIdentifier
 
BYTES - Static variable in class cel.parser.internal.CELLexer
 
BYTES - Static variable in class cel.parser.internal.CELParser
 
BYTES - Static variable in class dev.cel.checker.Types
 
BYTES() - Method in class cel.parser.internal.CELParser.BytesContext
 
BYTES_SIZE - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Size
 
BYTES_TO_BYTES - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
 
BYTES_TO_STRING - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
 
BYTES_VALUE - com.google.api.expr.v1alpha1.Constant.ConstantKindCase
 
BYTES_VALUE - com.google.api.expr.v1alpha1.Value.KindCase
 
BYTES_VALUE - Static variable in enum com.google.api.expr.v1alpha1.Type.PrimitiveType
Bytes type.
BYTES_VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Constant
 
BYTES_VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Value
 
BYTES_WRAPPER_MESSAGE - Static variable in class dev.cel.checker.Types
 
BytesContext(CELParser.LiteralContext) - Constructor for class cel.parser.internal.CELParser.BytesContext
 

C

calc() - Method in class cel.parser.internal.CELParser
 
calc() - Method in class cel.parser.internal.CELParser.CalcContext
 
calc() - Method in class cel.parser.internal.CELParser.RelationContext
 
calc(int) - Method in class cel.parser.internal.CELParser.CalcContext
 
CalcContext(ParserRuleContext, int) - Constructor for class cel.parser.internal.CELParser.CalcContext
 
call() - Method in class dev.cel.common.ast.CelMutableExpr
 
CALL_EXPR - com.google.api.expr.v1alpha1.Expr.ExprKindCase
 
CALL_EXPR_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr
 
CEL_FALSE - Static variable in class cel.parser.internal.CELLexer
 
CEL_FALSE - Static variable in class cel.parser.internal.CELParser
 
CEL_FALSE() - Method in class cel.parser.internal.CELParser.BoolFalseContext
 
CEL_TRUE - Static variable in class cel.parser.internal.CELLexer
 
CEL_TRUE - Static variable in class cel.parser.internal.CELParser
 
CEL_TRUE() - Method in class cel.parser.internal.CELParser.BoolTrueContext
 
cel.parser.internal - package cel.parser.internal
 
CELBaseVisitor<T> - Class in cel.parser.internal
This class provides an empty implementation of CELVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
CELBaseVisitor() - Constructor for class cel.parser.internal.CELBaseVisitor
 
CelChecker - Interface in dev.cel.checker
Public interface for type-checking parsed CEL expressions.
CelCheckerBuilder - Interface in dev.cel.checker
Interface for building an instance of CelChecker
CelCheckerLegacyImpl - Class in dev.cel.checker
CelChecker implementation which uses the original CEL-Java APIs to provide a simple, consistent interface for type-checking.
CelCheckerLegacyImpl.Builder - Class in dev.cel.checker
Builder class for the legacy CelChecker implementation.
CelCheckerLibrary - Interface in dev.cel.checker
CelCheckerLibrary defines the interface to extend functionalities beyond the CEL standard functions for CelChecker.
CelCompiler - Interface in dev.cel.compiler
CelCompiler bundles up the common concerns for parsing and type-checking exposes additional methods for performing both operations in a single pass.
CelCompilerBuilder - Interface in dev.cel.compiler
Interface for building an instance of CelCompiler
CelCompilerFactory - Class in dev.cel.compiler
Factory class for creating builders for type-checker and compiler instances.
CelCompilerImpl - Class in dev.cel.compiler
CelCompiler implementation which uses either the legacy or modernized CEL-Java stack to offer a stream-lined expression parse/type-check experience, via a single compile method.
CelCompilerImpl.Builder - Class in dev.cel.compiler
Builder for CelCompilerImpl
CelCompilerLibrary - Interface in dev.cel.compiler
CelCompilerLibrary defines the interface to extend functionalities beyond the CEL standard functions for CelCompiler.
CelExprFactory - Class in dev.cel.common.ast
Factory for generating expression nodes.
CelExprFactory() - Constructor for class dev.cel.common.ast.CelExprFactory
 
CelExprIdGeneratorFactory - Class in dev.cel.common.ast
Factory for populating expression IDs
CelExprIdGeneratorFactory.ExprIdGenerator - Interface in dev.cel.common.ast
Functional interface for generating the next unique expression ID.
CelExprIdGeneratorFactory.MonotonicIdGenerator - Class in dev.cel.common.ast
MonotonicIdGenerator increments expression IDs from an initial seed value.
CelExprIdGeneratorFactory.StableIdGenerator - Class in dev.cel.common.ast
StableIdGenerator ensures new IDs are only created the first time they are encountered.
CelExprVisitor - Class in dev.cel.common.ast
CEL expression visitor implementation using Cel native types.
CelExprVisitor() - Constructor for class dev.cel.common.ast.CelExprVisitor
 
CelExprVisitor.ComprehensionArg - Enum in dev.cel.common.ast
ComprehensionArg specifies the arg ordinal values for comprehension arguments, where the ordinal of the enum maps to the ordinal of the argument in the comprehension expression.
CelFunctionDecl - Class in dev.cel.common
Abstract representation of a CEL Function declaration.
CelFunctionDecl() - Constructor for class dev.cel.common.CelFunctionDecl
 
CelFunctionDecl.Builder - Class in dev.cel.common
Builder for configuring the CelFunctionDecl.
celFunctionDeclToDecl(CelFunctionDecl) - Static method in class dev.cel.common.CelFunctionDecl
Converts a CelFunctionDecl to a protobuf equivalent form Decl.FunctionDecl
CelIdentDecl - Class in dev.cel.checker
Abstract representation of a CEL identifier declaration.
CelIdentDecl() - Constructor for class dev.cel.checker.CelIdentDecl
 
CelIdentDecl.Builder - Class in dev.cel.checker
Builder for configuring the CelIdentDecl.
celIdentToDecl(CelIdentDecl) - Static method in class dev.cel.checker.CelIdentDecl
Converts a CelIdentDecl to a protobuf equivalent form Decl
CelIssue - Class in dev.cel.common
Encapulates a CelSourceLocation and message representing an error within an expression.
CelIssue.Builder - Class in dev.cel.common
Builder for configuring CelIssue.
CelIssue.Severity - Enum in dev.cel.common
Severity of a CelIssue.
CELLexer - Class in cel.parser.internal
 
CELLexer(CharStream) - Constructor for class cel.parser.internal.CELLexer
 
CelMacro - Class in dev.cel.parser
Describes a function signature to match and the CelMacroExpander to apply.
CelMacroExpander - Interface in dev.cel.parser
Converts the target and arguments of a function call that matches a macro.
CelMacroExprFactory - Class in dev.cel.parser
Assists with the expansion of CelMacro in a manner which is consistent with the source position and expression ID generation code leveraged by both the parser and type-checker.
CelMutableAst - Class in dev.cel.common
An abstract representation of CEL Abstract Syntax tree that allows mutation in any of its properties.
CelMutableExpr - Class in dev.cel.common.ast
An abstract representation of a common expression that allows mutation in any of its properties.
CelMutableExpr.CelMutableCall - Class in dev.cel.common.ast
A mutable call expression.
CelMutableExpr.CelMutableComprehension - Class in dev.cel.common.ast
A mutable comprehension expression applied to a list or map.
CelMutableExpr.CelMutableIdent - Class in dev.cel.common.ast
A mutable identifier expression.
CelMutableExpr.CelMutableList - Class in dev.cel.common.ast
A mutable list creation expression.
CelMutableExpr.CelMutableMap - Class in dev.cel.common.ast
A mutable map creation expression.
CelMutableExpr.CelMutableMap.Entry - Class in dev.cel.common.ast
Represents an entry of the map
CelMutableExpr.CelMutableSelect - Class in dev.cel.common.ast
A mutable field selection expression.
CelMutableExpr.CelMutableStruct - Class in dev.cel.common.ast
A mutable list creation expression.
CelMutableExpr.CelMutableStruct.Entry - Class in dev.cel.common.ast
Represents a mutable entry of the struct.
CelMutableExprConverter - Class in dev.cel.common.ast
Converts a mutable Expression Tree CelMutableExpr into the CEL native representation of Expression tree CelExpr and vice versa.
CelMutableSource - Class in dev.cel.common
Represents the mutable portion of the CelSource.
celOverloadDecl() - Method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
 
celOverloadDecl() - Method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.BooleanOperator
 
celOverloadDecl() - Method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
celOverloadDecl() - Method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
 
celOverloadDecl() - Method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.DateTime
 
celOverloadDecl() - Method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Index
 
celOverloadDecl() - Method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.InternalOperator
 
celOverloadDecl() - Method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Relation
 
celOverloadDecl() - Method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Size
 
celOverloadDecl() - Method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.StringMatchers
 
celOverloadDecl() - Method in interface dev.cel.checker.CelStandardDeclarations.StandardOverload
 
CelOverloadDecl - Class in dev.cel.common
Abstract representation of a CEL function overload declaration.
CelOverloadDecl() - Constructor for class dev.cel.common.CelOverloadDecl
 
CelOverloadDecl.Builder - Class in dev.cel.common
Builder for configuring the CelOverloadDecl.
celOverloadToOverload(CelOverloadDecl) - Static method in class dev.cel.common.CelOverloadDecl
Converts a CelOverloadDecl to a protobuf equivalent form Decl.FunctionDecl.Overload
CelParser - Interface in dev.cel.parser
Public interface for the parsing CEL expressions.
CELParser - Class in cel.parser.internal
 
CELParser(TokenStream) - Constructor for class cel.parser.internal.CELParser
 
CELParser.BoolFalseContext - Class in cel.parser.internal
 
CELParser.BoolTrueContext - Class in cel.parser.internal
 
CELParser.BytesContext - Class in cel.parser.internal
 
CELParser.CalcContext - Class in cel.parser.internal
 
CELParser.ConditionalAndContext - Class in cel.parser.internal
 
CELParser.ConditionalOrContext - Class in cel.parser.internal
 
CELParser.ConstantLiteralContext - Class in cel.parser.internal
 
CELParser.CreateListContext - Class in cel.parser.internal
 
CELParser.CreateMapContext - Class in cel.parser.internal
 
CELParser.CreateMessageContext - Class in cel.parser.internal
 
CELParser.DoubleContext - Class in cel.parser.internal
 
CELParser.EscapedIdentifierContext - Class in cel.parser.internal
 
CELParser.EscapeIdentContext - Class in cel.parser.internal
 
CELParser.ExprContext - Class in cel.parser.internal
 
CELParser.ExprListContext - Class in cel.parser.internal
 
CELParser.FieldInitializerListContext - Class in cel.parser.internal
 
CELParser.GlobalCallContext - Class in cel.parser.internal
 
CELParser.IdentContext - Class in cel.parser.internal
 
CELParser.IndexContext - Class in cel.parser.internal
 
CELParser.IntContext - Class in cel.parser.internal
 
CELParser.ListInitContext - Class in cel.parser.internal
 
CELParser.LiteralContext - Class in cel.parser.internal
 
CELParser.LogicalNotContext - Class in cel.parser.internal
 
CELParser.MapInitializerListContext - Class in cel.parser.internal
 
CELParser.MemberCallContext - Class in cel.parser.internal
 
CELParser.MemberContext - Class in cel.parser.internal
 
CELParser.MemberExprContext - Class in cel.parser.internal
 
CELParser.NegateContext - Class in cel.parser.internal
 
CELParser.NestedContext - Class in cel.parser.internal
 
CELParser.NullContext - Class in cel.parser.internal
 
CELParser.OptExprContext - Class in cel.parser.internal
 
CELParser.OptFieldContext - Class in cel.parser.internal
 
CELParser.PrimaryContext - Class in cel.parser.internal
 
CELParser.PrimaryExprContext - Class in cel.parser.internal
 
CELParser.RelationContext - Class in cel.parser.internal
 
CELParser.SelectContext - Class in cel.parser.internal
 
CELParser.SimpleIdentifierContext - Class in cel.parser.internal
 
CELParser.StartContext - Class in cel.parser.internal
 
CELParser.StringContext - Class in cel.parser.internal
 
CELParser.UintContext - Class in cel.parser.internal
 
CELParser.UnaryContext - Class in cel.parser.internal
 
CelParserBuilder - Interface in dev.cel.parser
Interface for building an instance of CelParser
CelParserFactory - Class in dev.cel.parser
Factory class for producing CelParser instances and builders.
CelParserImpl - Class in dev.cel.parser
Modernized parser implementation for CEL.
CelParserImpl.Builder - Class in dev.cel.parser
Builder for CelParserImpl.
CelParserLibrary - Interface in dev.cel.parser
CelParserLibrary defines the interface to extend functionalities beyond the CEL standard functions for CelParser.
CelProtoExprVisitor - Class in dev.cel.checker
CEL expression visitor implementation based on the Expr proto.
CelProtoExprVisitor() - Constructor for class dev.cel.checker.CelProtoExprVisitor
 
CelStandardDeclarations - Class in dev.cel.checker
Standard declarations for CEL.
CelStandardDeclarations.Builder - Class in dev.cel.checker
Builder for constructing the set of standard function/identifiers.
CelStandardDeclarations.Builder.FunctionFilter - Interface in dev.cel.checker
Functional interface for filtering standard functions.
CelStandardDeclarations.Builder.IdentifierFilter - Interface in dev.cel.checker
Functional interface for filtering standard identifiers.
CelStandardDeclarations.StandardFunction - Enum in dev.cel.checker
Enumeration of Standard Functions.
CelStandardDeclarations.StandardFunction.Overload - Class in dev.cel.checker
Container class for CEL standard function overloads.
CelStandardDeclarations.StandardFunction.Overload.Arithmetic - Enum in dev.cel.checker
Overloads for performing arithmetic operations.
CelStandardDeclarations.StandardFunction.Overload.BooleanOperator - Enum in dev.cel.checker
Overloads for logical operators that return a bool as a result.
CelStandardDeclarations.StandardFunction.Overload.Comparison - Enum in dev.cel.checker
Overloads for performing numeric comparisons.
CelStandardDeclarations.StandardFunction.Overload.Conversions - Enum in dev.cel.checker
Overloads for performing type conversions.
CelStandardDeclarations.StandardFunction.Overload.DateTime - Enum in dev.cel.checker
Overloads for functions performing date/time operations.
CelStandardDeclarations.StandardFunction.Overload.Index - Enum in dev.cel.checker
Overloads for indexing a list or a map.
CelStandardDeclarations.StandardFunction.Overload.InternalOperator - Enum in dev.cel.checker
Overloads for internal functions that may have been rewritten by macros (ex: @in), or those used for special purposes (comprehensions, type denotations etc).
CelStandardDeclarations.StandardFunction.Overload.Relation - Enum in dev.cel.checker
Overloads for functions that test relations.
CelStandardDeclarations.StandardFunction.Overload.Size - Enum in dev.cel.checker
Overloads for retrieving the size of a literal or a collection.
CelStandardDeclarations.StandardFunction.Overload.StringMatchers - Enum in dev.cel.checker
Overloads for functions performing string matching, such as regular expressions or contains check.
CelStandardDeclarations.StandardIdentifier - Enum in dev.cel.checker
Standard CEL identifiers.
CelStandardDeclarations.StandardOverload - Interface in dev.cel.checker
General interface for defining a standard function overload.
CelStandardMacro - Enum in dev.cel.parser
CelStandardMacro enum represents all of the macros defined as part of the CEL standard library.
celType() - Method in class dev.cel.checker.TypeProvider.FieldType
Deprecated.
 
CelUnparser - Interface in dev.cel.parser
Provides an unparsing utility that converts an AST back into a human-readable format.
CelUnparserFactory - Class in dev.cel.parser
Factory class for producing CelUnparser instances and builders.
CelUnparserVisitor - Class in dev.cel.parser
Visitor implementation to unparse an AST.
CelUnparserVisitor(CelAbstractSyntaxTree) - Constructor for class dev.cel.parser.CelUnparserVisitor
Creates a new CelUnparserVisitor.
CelValidationException - Exception in dev.cel.common
Base class for all checked exceptions explicitly thrown by the library during parsing.
CelValidationException(CelSource, List<CelIssue>) - Constructor for exception dev.cel.common.CelValidationException
 
CelValidationResult - Class in dev.cel.common
CelValidationResult encapsulates the CelAbstractSyntaxTree and CelIssue set which may be generated during the parse and check phases.
CelValidationResult(CelAbstractSyntaxTree, ImmutableList<CelIssue>) - Constructor for class dev.cel.common.CelValidationResult
Internal: Consumers should not be creating an instance of this class on their own
CelValidationResult(CelSource, ImmutableList<CelIssue>) - Constructor for class dev.cel.common.CelValidationResult
Internal: Consumers should not be creating an instance of this class directly.
CelValidationResult(CelSource, Throwable, ImmutableList<CelIssue>) - Constructor for class dev.cel.common.CelValidationResult
Internal: Consumers should not be creating an instance of this class directly.
CelVarDecl - Class in dev.cel.common
Abstract representation of a CEL variable declaration.
CelVarDecl() - Constructor for class dev.cel.common.CelVarDecl
 
CELVisitor<T> - Interface in cel.parser.internal
This interface defines a complete generic visitor for a parse tree produced by CELParser.
channelNames - Static variable in class cel.parser.internal.CELLexer
 
check(Env, String, ParsedExpr) - Static method in class dev.cel.checker.ExprChecker
Deprecated.
Do not use. CEL-Java users should leverage the Fluent APIs instead. See CelCompilerFactory.
check(CelAbstractSyntaxTree) - Method in interface dev.cel.checker.CelChecker
Check the input ast for type-agreement and return a CelValidationResult.
check(CelAbstractSyntaxTree) - Method in class dev.cel.checker.CelCheckerLegacyImpl
 
check(CelAbstractSyntaxTree) - Method in class dev.cel.compiler.CelCompilerImpl
 
CheckedExpr - Class in com.google.api.expr.v1alpha1
A CEL expression which has been successfully type checked.
CheckedExpr.Builder - Class in com.google.api.expr.v1alpha1
A CEL expression which has been successfully type checked.
CheckedExprOrBuilder - Interface in com.google.api.expr.v1alpha1
 
clear() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
 
clear() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
 
clear() - Method in class com.google.api.expr.v1alpha1.Decl.Builder
 
clear() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
 
clear() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
 
clear() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
 
clear() - Method in class com.google.api.expr.v1alpha1.EnumValue.Builder
 
clear() - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
 
clear() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
 
clear() - Method in class com.google.api.expr.v1alpha1.EvalState.Result.Builder
 
clear() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
Deprecated.
 
clear() - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep.Builder
Deprecated.
 
clear() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
 
clear() - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
 
clear() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
 
clear() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
 
clear() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
 
clear() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
 
clear() - Method in class com.google.api.expr.v1alpha1.Expr.Ident.Builder
 
clear() - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
 
clear() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
 
clear() - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
 
clear() - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
 
clear() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
 
clear() - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
 
clear() - Method in class com.google.api.expr.v1alpha1.Reference.Builder
 
clear() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
 
clear() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
 
clear() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version.Builder
 
clear() - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
 
clear() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
 
clear() - Method in class com.google.api.expr.v1alpha1.Type.Builder
 
clear() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
 
clear() - Method in class com.google.api.expr.v1alpha1.Type.ListType.Builder
 
clear() - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
 
clear() - Method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
 
clear() - Method in class com.google.api.expr.v1alpha1.Value.Builder
 
clearAbstractType() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Abstract, application defined type.
clearAccuInit() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
The initial value of the accumulator.
clearAccuVar() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
The name of the variable used for accumulation of the result.
clearAffectedComponents() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
If set, the listed components must understand the extension for the expression to evaluate correctly.
clearArgs() - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
The arguments.
clearArgs() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableCall
 
clearArgTypes() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
Argument types of the function.
clearBoolValue() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
boolean value.
clearBoolValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
Boolean value.
clearBytesValue() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
bytes value.
clearBytesValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
Byte string value.
clearCallExpr() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
A call expression, including calls to predefined functions and operators.
clearColumn() - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
The 0-based index of the starting position within the line of source text where the issue occurs.
clearComprehensionExpr() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
A comprehension expression.
clearConstant() - Method in class dev.cel.checker.CelIdentDecl.Builder
 
clearConstantKind() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
 
clearConstExpr() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
A literal expression.
clearDeclKind() - Method in class com.google.api.expr.v1alpha1.Decl.Builder
 
clearDoc() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
Documentation string for the overload.
clearDoc() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
Documentation string for the identifier.
clearDoubleValue() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
double value.
clearDoubleValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
Floating point value.
clearDurationValue() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
Deprecated.
clearDyn() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Dynamic type.
clearElements() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
The elements part of the list.
clearElemType() - Method in class com.google.api.expr.v1alpha1.Type.ListType.Builder
The element type.
clearEntries() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
The entries in the creation expression.
clearEntries() - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
The set of map entries.
clearEnumValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
An enum value.
clearError() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
The set of errors in the critical path of evalution.
clearError() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Error type.
clearErrors() - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
The errors in the set.
clearExpr() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
The checked expression.
clearExpr() - Method in class com.google.api.expr.v1alpha1.EvalState.Result.Builder
The id of the expression this result if for.
clearExpr() - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
The parsed expression.
clearExprKind() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
 
clearExprs() - Method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
The ids of the expressions with unknown values.
clearExprSteps() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
Deprecated.
List of steps.
clearExprVersion() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
The expr version indicates the major / minor version number of the `expr` representation.
clearExtensions() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
A list of tags for extensions that were used while parsing or type checking the source expression.
clearField() - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
Required.
clearFieldKey() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
The field key for a message creator statement.
clearFunction() - Method in class com.google.api.expr.v1alpha1.Decl.Builder
Function declaration.
clearFunction() - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
Required.
clearFunction() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Function type.
clearId() - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep.Builder
Deprecated.
ID of corresponding Expr node.
clearId() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
Required.
clearId() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
Required.
clearId() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
Identifier for the extension.
clearIdent() - Method in class com.google.api.expr.v1alpha1.Decl.Builder
Identifier declaration.
clearIdentExpr() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
An identifier expression.
clearInt64Value() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
int64 value.
clearInt64Value() - Method in class com.google.api.expr.v1alpha1.Value.Builder
Signed integer value.
clearIsInstanceFunction() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
Whether the function is to be used in a method call-style `x.f(...)` or a function call-style `f(x, ...)`.
clearIterRange() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
The range over which the comprehension iterates.
clearIterVar() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
The name of the first iteration variable.
clearIterVar2() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
The name of the second iteration variable, empty if not set.
clearKey() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
The key.
clearKeyKind() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
 
clearKeyType() - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
The type of the key.
clearKind() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
 
clearKind() - Method in class com.google.api.expr.v1alpha1.Value.Builder
 
clearLine() - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
The 1-based index of the starting line in the source text where the issue occurs, or 0 if unknown.
clearLineOffsets() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
Monotonically increasing list of code point offsets where newlines `\n` appear.
clearListExpr() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
A list creation expression.
clearListType() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Parameterized list with elements of `list_type`, e.g.
clearListValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
List value.
clearLocation() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
The location name.
clearLocation() - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
The soucre location name (e.g.
clearLoopCondition() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
An expression which can contain iter_var, iter_var2, and accu_var.
clearLoopStep() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
An expression which can contain iter_var, iter_var2, and accu_var.
clearMacroCall(long) - Method in class dev.cel.common.CelMutableSource
 
clearMacroCalls() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
 
clearMacroCalls() - Method in class dev.cel.common.CelMutableSource
 
clearMajor() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version.Builder
Major version changes indicate different required support level from the required components.
clearMapKey() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
The key expression for a map creation statement.
clearMapType() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Parameterized map with typed keys and values.
clearMapValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
Map value.
clearMessageName() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
The type name of the message to be created, empty when creating map literals.
clearMessageType() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Protocol buffer message type.
clearMinor() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version.Builder
Minor version changes must not change the observed behavior from existing implementations, but may be provided informationally.
clearName() - Method in class com.google.api.expr.v1alpha1.Decl.Builder
The fully qualified name of the declaration.
clearName() - Method in class com.google.api.expr.v1alpha1.Expr.Ident.Builder
Required.
clearName() - Method in class com.google.api.expr.v1alpha1.Reference.Builder
The fully qualified name of the declaration.
clearName() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
The fully qualified name of this abstract type.
clearNull() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Null value.
clearNullValue() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
null value.
clearNullValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
Null value.
clearObjectValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
The proto message backing an object value.
clearOffset() - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
The UTF-8 code unit offset.
clearOperand() - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
Required.
clearOptionalEntry() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
Whether the key-value pair is optional.
clearOptionalIndices() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
The indices within the elements list which are marked as optional elements.
clearOverloadId() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
Required.
clearOverloadId() - Method in class com.google.api.expr.v1alpha1.Reference.Builder
For references to functions, this is a list of `Overload.overload_id` values which match according to typing rules.
clearOverloads() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
Required.
clearParameterTypes() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
Parameter types for this abstract type.
clearParams() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
clearPositions() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
 
clearPrimitive() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.
clearReferenceMap() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
 
clearResult() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
An expression which can contain accu_var.
clearResults() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
An ordered list of results.
clearResultType() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
Required.
clearResultType() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
Result type of the function.
clearSelectExpr() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
A field selection expression, e.g.
clearSourceInfo() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.
clearSourceInfo() - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
The source info derived from input that generated the parsed `expr`.
clearStringValue() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
string value.
clearStringValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
UTF-8 string value.
clearStructExpr() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
A map or message creation expression.
clearSyntaxVersion() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
The syntax version of the source, e.g.
clearTarget() - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
The target of an method call-style expression.
clearTestOnly() - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
Whether the select is to be interpreted as a field presence test.
clearTimestampValue() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
Deprecated.
clearType() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
Required.
clearType() - Method in class com.google.api.expr.v1alpha1.EnumValue.Builder
The fully qualified name of the enum type.
clearType() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Type type.
clearTypeKind() - Method in class com.google.api.expr.v1alpha1.Type.Builder
 
clearTypeMap() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
 
clearTypeParam() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Type param type.
clearTypeParams() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
The type param names associated with the function declaration.
clearTypeValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
Type value.
clearUint64Value() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
uint64 value.
clearUint64Value() - Method in class com.google.api.expr.v1alpha1.Value.Builder
Unsigned integer value.
clearUnknown() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
The set of unknowns in the critical path of evaluation.
clearValue() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
The constant value of the identifier.
clearValue() - Method in class com.google.api.expr.v1alpha1.EnumValue.Builder
The value of the enum.
clearValue() - Method in class com.google.api.expr.v1alpha1.EvalState.Result.Builder
The index in `values` of the resulting value.
clearValue() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
Required.
clearValue() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
A concrete value.
clearValue() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
The value.
clearValue() - Method in class com.google.api.expr.v1alpha1.Reference.Builder
For references to constants, this may contain the value of the constant if known at compile time.
clearValueIndex() - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep.Builder
Deprecated.
Index of the value in the values list.
clearValues() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
The unique values referenced in this message.
clearValues() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
Deprecated.
All of the observed values.
clearValues() - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
The ordered values in the list.
clearValueType() - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
The type of the value.
clearVersion() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
Version info.
clearWellKnown() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Well-known protobuf type such as `google.protobuf.Timestamp`.
clearWrapper() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Wrapper of a primitive type, e.g.
CodePointStream - Class in dev.cel.common.internal
Implementation of ANTLRv4 CharStream using CelCodePointArray.
CodePointStream(String, CelCodePointArray) - Constructor for class dev.cel.common.internal.CodePointStream
 
COLON - Static variable in class cel.parser.internal.CELLexer
 
COLON - Static variable in class cel.parser.internal.CELParser
 
COLON - Static variable in class dev.cel.parser.CelUnparserVisitor
 
COLON() - Method in class cel.parser.internal.CELParser.ExprContext
 
COLON() - Method in class cel.parser.internal.CELParser.FieldInitializerListContext
 
COLON() - Method in class cel.parser.internal.CELParser.MapInitializerListContext
 
COLON(int) - Method in class cel.parser.internal.CELParser.FieldInitializerListContext
 
COLON(int) - Method in class cel.parser.internal.CELParser.MapInitializerListContext
 
cols - Variable in class cel.parser.internal.CELParser.FieldInitializerListContext
 
cols - Variable in class cel.parser.internal.CELParser.MapInitializerListContext
 
column() - Method in class dev.cel.common.internal.Errors.SourceLocation
Return the column where the source starts.
COLUMN_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.SourcePosition
 
com.google.api.expr.v1alpha1 - package com.google.api.expr.v1alpha1
 
combine(CelParser, CelChecker) - Static method in class dev.cel.compiler.CelCompilerFactory
Combines a prebuilt CelParser and CelChecker into CelCompiler.
CombinedTypeProvider(Iterable<TypeProvider>) - Constructor for class dev.cel.checker.TypeProvider.CombinedTypeProvider
Deprecated.
 
COMMA - Static variable in class cel.parser.internal.CELLexer
 
COMMA - Static variable in class cel.parser.internal.CELParser
 
COMMA - Static variable in class dev.cel.parser.CelUnparserVisitor
 
COMMA() - Method in class cel.parser.internal.CELParser.CreateListContext
 
COMMA() - Method in class cel.parser.internal.CELParser.CreateMapContext
 
COMMA() - Method in class cel.parser.internal.CELParser.CreateMessageContext
 
COMMA() - Method in class cel.parser.internal.CELParser.ExprListContext
 
COMMA() - Method in class cel.parser.internal.CELParser.FieldInitializerListContext
 
COMMA() - Method in class cel.parser.internal.CELParser.ListInitContext
 
COMMA() - Method in class cel.parser.internal.CELParser.MapInitializerListContext
 
COMMA(int) - Method in class cel.parser.internal.CELParser.ExprListContext
 
COMMA(int) - Method in class cel.parser.internal.CELParser.FieldInitializerListContext
 
COMMA(int) - Method in class cel.parser.internal.CELParser.ListInitContext
 
COMMA(int) - Method in class cel.parser.internal.CELParser.MapInitializerListContext
 
COMMENT - Static variable in class cel.parser.internal.CELLexer
 
COMMENT - Static variable in class cel.parser.internal.CELParser
 
compareTo(CelMacro) - Method in class dev.cel.parser.CelMacro
 
compile(String) - Method in interface dev.cel.compiler.CelCompiler
Compile the input expression and return a CelValidationResult.
compile(String, String) - Method in interface dev.cel.compiler.CelCompiler
Compile the input expression and return a CelValidationResult.
COMPONENT_PARSER - com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
Parser.
COMPONENT_PARSER_VALUE - Static variable in enum com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
Parser.
COMPONENT_RUNTIME - com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
Runtime.
COMPONENT_RUNTIME_VALUE - Static variable in enum com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
Runtime.
COMPONENT_TYPE_CHECKER - com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
Type checker.
COMPONENT_TYPE_CHECKER_VALUE - Static variable in enum com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
Type checker.
COMPONENT_UNSPECIFIED - com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
Unspecified, default.
COMPONENT_UNSPECIFIED_VALUE - Static variable in enum com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
Unspecified, default.
comprehension() - Method in class dev.cel.common.ast.CelMutableExpr
 
COMPREHENSION_EXPR - com.google.api.expr.v1alpha1.Expr.ExprKindCase
 
COMPREHENSION_EXPR_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr
 
CONDITIONAL - dev.cel.checker.CelStandardDeclarations.StandardFunction
 
CONDITIONAL - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.BooleanOperator
 
conditionalAnd - Variable in class cel.parser.internal.CELParser.ConditionalOrContext
 
conditionalAnd() - Method in class cel.parser.internal.CELParser
 
conditionalAnd() - Method in class cel.parser.internal.CELParser.ConditionalOrContext
 
conditionalAnd(int) - Method in class cel.parser.internal.CELParser.ConditionalOrContext
 
ConditionalAndContext(ParserRuleContext, int) - Constructor for class cel.parser.internal.CELParser.ConditionalAndContext
 
conditionalOr() - Method in class cel.parser.internal.CELParser
 
conditionalOr() - Method in class cel.parser.internal.CELParser.ExprContext
 
conditionalOr(int) - Method in class cel.parser.internal.CELParser.ExprContext
 
ConditionalOrContext(ParserRuleContext, int) - Constructor for class cel.parser.internal.CELParser.ConditionalOrContext
 
CONST_EXPR - com.google.api.expr.v1alpha1.Expr.ExprKindCase
 
CONST_EXPR_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr
 
constant() - Method in class dev.cel.checker.CelIdentDecl
The constant value of the identifier.
constant() - Method in class dev.cel.common.ast.CelMutableExpr
 
Constant - Class in com.google.api.expr.v1alpha1
Represents a primitive literal.
Constant.Builder - Class in com.google.api.expr.v1alpha1
Represents a primitive literal.
Constant.ConstantKindCase - Enum in com.google.api.expr.v1alpha1
 
CONSTANTKIND_NOT_SET - com.google.api.expr.v1alpha1.Constant.ConstantKindCase
 
ConstantLiteralContext(CELParser.PrimaryContext) - Constructor for class cel.parser.internal.CELParser.ConstantLiteralContext
 
ConstantOrBuilder - Interface in com.google.api.expr.v1alpha1
 
consume() - Method in class dev.cel.common.internal.CodePointStream
 
container() - Method in interface dev.cel.checker.CelCheckerBuilder
Retrieves the currently configured CelContainer in the builder.
container() - Method in class dev.cel.checker.CelCheckerLegacyImpl.Builder
 
container() - Method in interface dev.cel.compiler.CelCompilerBuilder
Retrieves the currently configured CelContainer in the builder.
container() - Method in class dev.cel.compiler.CelCompilerImpl.Builder
 
CONTAINS - dev.cel.checker.CelStandardDeclarations.StandardFunction
 
CONTAINS_STRING - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.StringMatchers
 
containsMacroCalls(long) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
A map from the parse node id where a macro replacement was made to the call `Expr` that resulted in a macro expansion.
containsMacroCalls(long) - Method in class com.google.api.expr.v1alpha1.SourceInfo
A map from the parse node id where a macro replacement was made to the call `Expr` that resulted in a macro expansion.
containsMacroCalls(long) - Method in interface com.google.api.expr.v1alpha1.SourceInfoOrBuilder
A map from the parse node id where a macro replacement was made to the call `Expr` that resulted in a macro expansion.
containsPositions(long) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
A map from the parse node id (e.g.
containsPositions(long) - Method in class com.google.api.expr.v1alpha1.SourceInfo
A map from the parse node id (e.g.
containsPositions(long) - Method in interface com.google.api.expr.v1alpha1.SourceInfoOrBuilder
A map from the parse node id (e.g.
containsReferenceMap(long) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
A map from expression ids to resolved references.
containsReferenceMap(long) - Method in class com.google.api.expr.v1alpha1.CheckedExpr
A map from expression ids to resolved references.
containsReferenceMap(long) - Method in interface com.google.api.expr.v1alpha1.CheckedExprOrBuilder
A map from expression ids to resolved references.
containsTypeMap(long) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
A map from expression ids to types.
containsTypeMap(long) - Method in class com.google.api.expr.v1alpha1.CheckedExpr
A map from expression ids to types.
containsTypeMap(long) - Method in interface com.google.api.expr.v1alpha1.CheckedExprOrBuilder
A map from expression ids to types.
copy(CelExpr) - Method in class dev.cel.parser.CelMacroExprFactory
Duplicates CelExpr with a brand new set of identifiers.
copyExprId(long) - Method in class dev.cel.parser.CelMacroExprFactory
Returns the next unique expression ID which is associated with the same metadata (i.e.
copyFrom(CELParser.EscapeIdentContext) - Method in class cel.parser.internal.CELParser.EscapeIdentContext
 
copyFrom(CELParser.LiteralContext) - Method in class cel.parser.internal.CELParser.LiteralContext
 
copyFrom(CELParser.MemberContext) - Method in class cel.parser.internal.CELParser.MemberContext
 
copyFrom(CELParser.PrimaryContext) - Method in class cel.parser.internal.CELParser.PrimaryContext
 
copyFrom(CELParser.UnaryContext) - Method in class cel.parser.internal.CELParser.UnaryContext
 
create(long, CelMutableExpr, CelMutableExpr) - Static method in class dev.cel.common.ast.CelMutableExpr.CelMutableMap.Entry
 
create(long, CelMutableExpr, CelMutableExpr, boolean) - Static method in class dev.cel.common.ast.CelMutableExpr.CelMutableMap.Entry
 
create(long, String, CelMutableExpr) - Static method in class dev.cel.common.ast.CelMutableExpr.CelMutableStruct.Entry
 
create(long, String, CelMutableExpr, boolean) - Static method in class dev.cel.common.ast.CelMutableExpr.CelMutableStruct.Entry
 
create(CelMutableExpr...) - Static method in class dev.cel.common.ast.CelMutableExpr.CelMutableList
 
create(CelMutableExpr, CelMutableExpr) - Static method in class dev.cel.common.ast.CelMutableExpr.CelMutableMap.Entry
 
create(CelMutableExpr, String) - Static method in class dev.cel.common.ast.CelMutableExpr.CelMutableSelect
 
create(CelMutableExpr, String, boolean) - Static method in class dev.cel.common.ast.CelMutableExpr.CelMutableSelect
 
create(CelMutableExpr, String, CelMutableExpr...) - Static method in class dev.cel.common.ast.CelMutableExpr.CelMutableCall
 
create(CelMutableExpr, String, List<CelMutableExpr>) - Static method in class dev.cel.common.ast.CelMutableExpr.CelMutableCall
 
create(Type) - Static method in class dev.cel.checker.Types
Create a type Type.
create(Type.PrimitiveType) - Static method in class dev.cel.checker.Types
Create a primitive Type.
create(Type.WellKnownType) - Static method in class dev.cel.checker.Types
Create a well-known Type.
create(String) - Static method in class dev.cel.common.ast.CelMutableExpr.CelMutableIdent
 
create(String, CelMutableExpr...) - Static method in class dev.cel.common.ast.CelMutableExpr.CelMutableCall
 
create(String, CelMutableExpr, String, CelMutableExpr, CelMutableExpr, CelMutableExpr, CelMutableExpr) - Static method in class dev.cel.common.ast.CelMutableExpr.CelMutableComprehension
 
create(String, String, CelMutableExpr, String, CelMutableExpr, CelMutableExpr, CelMutableExpr, CelMutableExpr) - Static method in class dev.cel.common.ast.CelMutableExpr.CelMutableComprehension
 
create(String, List<CelMutableExpr.CelMutableStruct.Entry>) - Static method in class dev.cel.common.ast.CelMutableExpr.CelMutableStruct
 
create(String, List<CelMutableExpr>) - Static method in class dev.cel.common.ast.CelMutableExpr.CelMutableCall
 
create(List<CelMutableExpr.CelMutableMap.Entry>) - Static method in class dev.cel.common.ast.CelMutableExpr.CelMutableMap
 
create(List<CelMutableExpr>) - Static method in class dev.cel.common.ast.CelMutableExpr.CelMutableList
 
create(List<CelMutableExpr>, List<Integer>) - Static method in class dev.cel.common.ast.CelMutableExpr.CelMutableList
 
createList(Type) - Static method in class dev.cel.checker.Types
Create a list with elemType.
CreateListContext(CELParser.PrimaryContext) - Constructor for class cel.parser.internal.CELParser.CreateListContext
 
createMap(Type, Type) - Static method in class dev.cel.checker.Types
Create a map with keyType and valueType.
CreateMapContext(CELParser.PrimaryContext) - Constructor for class cel.parser.internal.CELParser.CreateMapContext
 
createMessage(String) - Static method in class dev.cel.checker.Types
Create a message Type for messageName.
CreateMessageContext(CELParser.PrimaryContext) - Constructor for class cel.parser.internal.CELParser.CreateMessageContext
 
createTypeParam(String) - Static method in class dev.cel.checker.Types
Create a type param Type.
createWrapper(Type) - Static method in class dev.cel.checker.Types
Create a wrapper type where the input is a Type of primitive types.
createWrapper(Type.PrimitiveType) - Static method in class dev.cel.checker.Types
Create a wrapper type for the primitive.
currentSourceLocationForMacro() - Method in class dev.cel.parser.CelMacroExprFactory
Returns the current (last known) source location.

D

Decl - Class in com.google.api.expr.v1alpha1
Represents a declaration of a named value or function.
Decl.Builder - Class in com.google.api.expr.v1alpha1
Represents a declaration of a named value or function.
Decl.DeclKindCase - Enum in com.google.api.expr.v1alpha1
 
Decl.FunctionDecl - Class in com.google.api.expr.v1alpha1
Function declaration specifies one or more overloads which indicate the function's parameter types and return type.
Decl.FunctionDecl.Builder - Class in com.google.api.expr.v1alpha1
Function declaration specifies one or more overloads which indicate the function's parameter types and return type.
Decl.FunctionDecl.Overload - Class in com.google.api.expr.v1alpha1
An overload indicates a function's parameter types and return type, and may optionally include a function body described in terms of [Expr][google.api.expr.v1alpha1.Expr] values.
Decl.FunctionDecl.Overload.Builder - Class in com.google.api.expr.v1alpha1
An overload indicates a function's parameter types and return type, and may optionally include a function body described in terms of [Expr][google.api.expr.v1alpha1.Expr] values.
Decl.FunctionDecl.OverloadOrBuilder - Interface in com.google.api.expr.v1alpha1
 
Decl.FunctionDeclOrBuilder - Interface in com.google.api.expr.v1alpha1
 
Decl.IdentDecl - Class in com.google.api.expr.v1alpha1
Identifier declaration which specifies its type and optional `Expr` value.
Decl.IdentDecl.Builder - Class in com.google.api.expr.v1alpha1
Identifier declaration which specifies its type and optional `Expr` value.
Decl.IdentDeclOrBuilder - Interface in com.google.api.expr.v1alpha1
 
DeclGroup() - Constructor for class dev.cel.checker.Env.DeclGroup
Construct an empty DeclGroup.
DeclGroup(Map<String, CelIdentDecl>, Map<String, CelFunctionDecl>) - Constructor for class dev.cel.checker.Env.DeclGroup
Construct a new DeclGroup from the input idents and functions.
DECLKIND_NOT_SET - com.google.api.expr.v1alpha1.Decl.DeclKindCase
 
DeclOrBuilder - Interface in com.google.api.expr.v1alpha1
 
DeclProto - Class in com.google.api.expr.v1alpha1
 
DEPRECATED - dev.cel.common.CelIssue.Severity
 
DescriptorTypeProvider - Class in dev.cel.checker
The DescriptorTypeProvider provides type information for one or more Descriptors.Descriptor instances of proto messages.
DescriptorTypeProvider() - Constructor for class dev.cel.checker.DescriptorTypeProvider
Constructs the empty provider, which will resolve nothing.
DescriptorTypeProvider(DescriptorProtos.FileDescriptorSet) - Constructor for class dev.cel.checker.DescriptorTypeProvider
Constructs a provider based on the given file descriptor set proto, as it is emitted by the protocol compiler.
DescriptorTypeProvider(Iterable<Descriptors.Descriptor>) - Constructor for class dev.cel.checker.DescriptorTypeProvider
 
DescriptorTypeProvider(Collection<Descriptors.FileDescriptor>) - Constructor for class dev.cel.checker.DescriptorTypeProvider
 
DescriptorTypeProvider.EnumValueDef - Class in dev.cel.checker
DescriptorTypeProvider.FieldDef - Class in dev.cel.checker
Value object for a proto-based field definition.
DescriptorTypeProvider.MapEntryDef - Class in dev.cel.checker
Value object for Map entry TypeDef information.
DescriptorTypeProvider.SymbolTable - Class in dev.cel.checker
Helper class to construct a symbol table for messages, enums, and their respective declarations.
DescriptorTypeProvider.TypeDef - Class in dev.cel.checker
Value object for a proto-based primitive, message, or enum definition.
dev.cel.checker - package dev.cel.checker
 
dev.cel.common - package dev.cel.common
 
dev.cel.common.ast - package dev.cel.common.ast
 
dev.cel.common.internal - package dev.cel.common.internal
 
dev.cel.compiler - package dev.cel.compiler
 
dev.cel.parser - package dev.cel.parser
 
DIVIDE - dev.cel.checker.CelStandardDeclarations.StandardFunction
 
DIVIDE_DOUBLE - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
 
DIVIDE_INT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
 
DIVIDE_UINT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
 
doc() - Method in class dev.cel.checker.CelIdentDecl
Documentation string for the identifier.
doc() - Method in class dev.cel.common.CelOverloadDecl
Documentation string for the overload.
doc(String) - Method in class dev.cel.checker.Env.FunctionBuilder
Deprecated.
Adds documentation to the last added overload.
doc(String) - Method in class dev.cel.checker.Env.IdentBuilder
Deprecated.
Set the documentation for the identifier.
DOC_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
 
DOC_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Decl.IdentDecl
 
DOT - Static variable in class cel.parser.internal.CELLexer
 
DOT - Static variable in class cel.parser.internal.CELParser
 
DOT - Static variable in class dev.cel.parser.CelUnparserVisitor
 
DOT() - Method in class cel.parser.internal.CELParser.CreateMessageContext
 
DOT() - Method in class cel.parser.internal.CELParser.GlobalCallContext
 
DOT() - Method in class cel.parser.internal.CELParser.IdentContext
 
DOT() - Method in class cel.parser.internal.CELParser.MemberCallContext
 
DOT() - Method in class cel.parser.internal.CELParser.SelectContext
 
DOT(int) - Method in class cel.parser.internal.CELParser.CreateMessageContext
 
DOUBLE - com.google.api.expr.v1alpha1.Type.PrimitiveType
Double type.
DOUBLE - dev.cel.checker.CelStandardDeclarations.StandardFunction
 
DOUBLE - dev.cel.checker.CelStandardDeclarations.StandardIdentifier
 
DOUBLE - Static variable in class dev.cel.checker.Types
 
DOUBLE_TO_DOUBLE - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
 
DOUBLE_TO_INT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
 
DOUBLE_TO_STRING - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
 
DOUBLE_TO_UINT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
 
DOUBLE_VALUE - com.google.api.expr.v1alpha1.Constant.ConstantKindCase
 
DOUBLE_VALUE - com.google.api.expr.v1alpha1.Value.KindCase
 
DOUBLE_VALUE - Static variable in enum com.google.api.expr.v1alpha1.Type.PrimitiveType
Double type.
DOUBLE_VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Constant
 
DOUBLE_VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Value
 
DOUBLE_WRAPPER_MESSAGE - Static variable in class dev.cel.checker.Types
 
DoubleContext(CELParser.LiteralContext) - Constructor for class cel.parser.internal.CELParser.DoubleContext
 
DURATION - com.google.api.expr.v1alpha1.Type.WellKnownType
Well-known protobuf.Duration type, internally referenced as `duration`.
DURATION - dev.cel.checker.CelStandardDeclarations.StandardFunction
 
DURATION - Static variable in class dev.cel.checker.Types
 
DURATION_MESSAGE - Static variable in class dev.cel.checker.Types
 
DURATION_TO_DURATION - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
 
DURATION_TO_HOURS - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.DateTime
 
DURATION_TO_MILLISECONDS - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.DateTime
 
DURATION_TO_MINUTES - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.DateTime
 
DURATION_TO_SECONDS - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.DateTime
 
DURATION_TO_STRING - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
 
DURATION_VALUE - com.google.api.expr.v1alpha1.Constant.ConstantKindCase
Deprecated.
DURATION_VALUE - Static variable in enum com.google.api.expr.v1alpha1.Type.WellKnownType
Well-known protobuf.Duration type, internally referenced as `duration`.
DURATION_VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Constant
 
DYN - com.google.api.expr.v1alpha1.Type.TypeKindCase
 
DYN - dev.cel.checker.CelStandardDeclarations.StandardFunction
 
DYN - dev.cel.checker.CelStandardDeclarations.StandardIdentifier
 
DYN - Static variable in class dev.cel.checker.Types
 
DYN_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Type
 

E

e - Variable in class cel.parser.internal.CELParser.ConditionalAndContext
 
e - Variable in class cel.parser.internal.CELParser.ConditionalOrContext
 
e - Variable in class cel.parser.internal.CELParser.ExprContext
 
e - Variable in class cel.parser.internal.CELParser.ExprListContext
 
e - Variable in class cel.parser.internal.CELParser.NestedContext
 
e - Variable in class cel.parser.internal.CELParser.OptExprContext
 
e - Variable in class cel.parser.internal.CELParser.StartContext
 
e1 - Variable in class cel.parser.internal.CELParser.ConditionalAndContext
 
e1 - Variable in class cel.parser.internal.CELParser.ConditionalOrContext
 
e1 - Variable in class cel.parser.internal.CELParser.ExprContext
 
e2 - Variable in class cel.parser.internal.CELParser.ExprContext
 
ELEM_TYPE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Type.ListType
 
elements() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableList
 
ELEMENTS_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.CreateList
 
elems - Variable in class cel.parser.internal.CELParser.CreateListContext
 
elems - Variable in class cel.parser.internal.CELParser.ListInitContext
 
ENDS_WITH - dev.cel.checker.CelStandardDeclarations.StandardFunction
 
ENDS_WITH_STRING - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.StringMatchers
 
enterContext(String, String) - Method in class dev.cel.common.internal.Errors
Enters a new error context.
enterScope() - Method in class dev.cel.checker.Env
Enters a new scope.
entries - Variable in class cel.parser.internal.CELParser.CreateMapContext
 
entries - Variable in class cel.parser.internal.CELParser.CreateMessageContext
 
entries() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableMap
 
entries() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableStruct
 
ENTRIES_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.CreateStruct
 
ENTRIES_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.MapValue
 
ENUM_VALUE - com.google.api.expr.v1alpha1.Value.KindCase
 
ENUM_VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Value
 
EnumValue - Class in com.google.api.expr.v1alpha1
An enum value.
EnumValue.Builder - Class in com.google.api.expr.v1alpha1
An enum value.
EnumValueDef() - Constructor for class dev.cel.checker.DescriptorTypeProvider.EnumValueDef
 
EnumValueOrBuilder - Interface in com.google.api.expr.v1alpha1
 
enumValues() - Method in class dev.cel.checker.DescriptorTypeProvider.TypeDef
The set of DescriptorTypeProvider.EnumValueDef values for an enum.
Env - Class in dev.cel.checker
Environment used during checking of expressions.
Env.DeclGroup - Class in dev.cel.checker
Object for managing a group of declarations within a scope.
Env.FunctionBuilder - Class in dev.cel.checker
Deprecated.
Env.IdentBuilder - Class in dev.cel.checker
Deprecated.
Use CelVarDecl#newBuilder() instead.
EnvVisitable - Interface in dev.cel.common.internal
Simple API for exposing a class with a visitable CEL environment.
EnvVisitor - Interface in dev.cel.common.internal
Simple API for visiting the declarations of a CEL environment
EOF() - Method in class cel.parser.internal.CELParser.StartContext
 
equals(Object) - Method in class com.google.api.expr.v1alpha1.CheckedExpr
 
equals(Object) - Method in class com.google.api.expr.v1alpha1.Constant
 
equals(Object) - Method in class com.google.api.expr.v1alpha1.Decl
 
equals(Object) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
 
equals(Object) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
 
equals(Object) - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
 
equals(Object) - Method in class com.google.api.expr.v1alpha1.EnumValue
 
equals(Object) - Method in class com.google.api.expr.v1alpha1.ErrorSet
 
equals(Object) - Method in class com.google.api.expr.v1alpha1.EvalState
 
equals(Object) - Method in class com.google.api.expr.v1alpha1.EvalState.Result
 
equals(Object) - Method in class com.google.api.expr.v1alpha1.Explain
Deprecated.
 
equals(Object) - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep
Deprecated.
 
equals(Object) - Method in class com.google.api.expr.v1alpha1.Expr.Call
 
equals(Object) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
 
equals(Object) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList
 
equals(Object) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
 
equals(Object) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
 
equals(Object) - Method in class com.google.api.expr.v1alpha1.Expr
 
equals(Object) - Method in class com.google.api.expr.v1alpha1.Expr.Ident
 
equals(Object) - Method in class com.google.api.expr.v1alpha1.Expr.Select
 
equals(Object) - Method in class com.google.api.expr.v1alpha1.ExprValue
 
equals(Object) - Method in class com.google.api.expr.v1alpha1.ListValue
 
equals(Object) - Method in class com.google.api.expr.v1alpha1.MapValue.Entry
 
equals(Object) - Method in class com.google.api.expr.v1alpha1.MapValue
 
equals(Object) - Method in class com.google.api.expr.v1alpha1.ParsedExpr
 
equals(Object) - Method in class com.google.api.expr.v1alpha1.Reference
 
equals(Object) - Method in class com.google.api.expr.v1alpha1.SourceInfo
 
equals(Object) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
 
equals(Object) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
 
equals(Object) - Method in class com.google.api.expr.v1alpha1.SourcePosition
 
equals(Object) - Method in class com.google.api.expr.v1alpha1.Type.AbstractType
 
equals(Object) - Method in class com.google.api.expr.v1alpha1.Type
 
equals(Object) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType
 
equals(Object) - Method in class com.google.api.expr.v1alpha1.Type.ListType
 
equals(Object) - Method in class com.google.api.expr.v1alpha1.Type.MapType
 
equals(Object) - Method in class com.google.api.expr.v1alpha1.UnknownSet
 
equals(Object) - Method in class com.google.api.expr.v1alpha1.Value
 
equals(Object) - Method in class dev.cel.checker.DescriptorTypeProvider.FieldDef
 
equals(Object) - Method in class dev.cel.checker.DescriptorTypeProvider.TypeDef
 
equals(Object) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableCall
 
equals(Object) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableComprehension
 
equals(Object) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableIdent
 
equals(Object) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableList
 
equals(Object) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableMap.Entry
 
equals(Object) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableMap
 
equals(Object) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableSelect
 
equals(Object) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableStruct.Entry
 
equals(Object) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableStruct
 
equals(Object) - Method in class dev.cel.common.ast.CelMutableExpr
 
equals(Object) - Method in class dev.cel.parser.CelMacro
 
EQUALS - dev.cel.checker.CelStandardDeclarations.StandardFunction
 
EQUALS - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Relation
 
EQUALS - Static variable in class cel.parser.internal.CELLexer
 
EQUALS - Static variable in class cel.parser.internal.CELParser
 
EQUALS() - Method in class cel.parser.internal.CELParser.RelationContext
 
ERROR - com.google.api.expr.v1alpha1.ExprValue.KindCase
 
ERROR - com.google.api.expr.v1alpha1.Type.TypeKindCase
 
ERROR - dev.cel.common.CelIssue.Severity
 
ERROR - Static variable in class dev.cel.checker.Types
 
ERROR_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.ExprValue
 
ERROR_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Type
 
ERROR_FUNCTION_DECL - Static variable in class dev.cel.checker.Env
A function declaration to represent an error.
ERROR_IDENT_DECL - Static variable in class dev.cel.checker.Env
An ident declaration to represent an error.
Errors - Class in dev.cel.common.internal
An object which manages error reporting.
Errors(String, String) - Constructor for class dev.cel.common.internal.Errors
Creates an errors object.
ERRORS_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.ErrorSet
 
Errors.Error - Class in dev.cel.common.internal
Represents an error.
Errors.ErrorFormatter - Interface in dev.cel.common.internal
Helper interface to format an error string.
Errors.SourceLocation - Class in dev.cel.common.internal
SourceLocation gives the line and column where an expression starts.
ErrorSet - Class in com.google.api.expr.v1alpha1
A set of errors.
ErrorSet.Builder - Class in com.google.api.expr.v1alpha1
A set of errors.
ErrorSetOrBuilder - Interface in com.google.api.expr.v1alpha1
 
ESC_IDENTIFIER - Static variable in class cel.parser.internal.CELLexer
 
ESC_IDENTIFIER - Static variable in class cel.parser.internal.CELParser
 
ESC_IDENTIFIER() - Method in class cel.parser.internal.CELParser.EscapedIdentifierContext
 
EscapedIdentifierContext(CELParser.EscapeIdentContext) - Constructor for class cel.parser.internal.CELParser.EscapedIdentifierContext
 
escapeIdent() - Method in class cel.parser.internal.CELParser
 
escapeIdent() - Method in class cel.parser.internal.CELParser.OptFieldContext
 
escapeIdent() - Method in class cel.parser.internal.CELParser.SelectContext
 
EscapeIdentContext() - Constructor for class cel.parser.internal.CELParser.EscapeIdentContext
 
EscapeIdentContext(ParserRuleContext, int) - Constructor for class cel.parser.internal.CELParser.EscapeIdentContext
 
EvalProto - Class in com.google.api.expr.v1alpha1
 
EvalState - Class in com.google.api.expr.v1alpha1
The state of an evaluation.
EvalState.Builder - Class in com.google.api.expr.v1alpha1
The state of an evaluation.
EvalState.Result - Class in com.google.api.expr.v1alpha1
A single evalution result.
EvalState.Result.Builder - Class in com.google.api.expr.v1alpha1
A single evalution result.
EvalState.ResultOrBuilder - Interface in com.google.api.expr.v1alpha1
 
EvalStateOrBuilder - Interface in com.google.api.expr.v1alpha1
 
EXCLAM - Static variable in class cel.parser.internal.CELLexer
 
EXCLAM - Static variable in class cel.parser.internal.CELParser
 
EXCLAM() - Method in class cel.parser.internal.CELParser.LogicalNotContext
 
EXCLAM(int) - Method in class cel.parser.internal.CELParser.LogicalNotContext
 
excludeFunctions(CelStandardDeclarations.StandardFunction...) - Method in class dev.cel.checker.CelStandardDeclarations.Builder
 
excludeFunctions(Iterable<CelStandardDeclarations.StandardFunction>) - Method in class dev.cel.checker.CelStandardDeclarations.Builder
 
excludeIdentifiers(CelStandardDeclarations.StandardIdentifier...) - Method in class dev.cel.checker.CelStandardDeclarations.Builder
 
excludeIdentifiers(Iterable<CelStandardDeclarations.StandardIdentifier>) - Method in class dev.cel.checker.CelStandardDeclarations.Builder
 
EXISTS - dev.cel.parser.CelStandardMacro
Boolean comprehension which asserts that a predicate holds true for at least one element in the input range.
EXISTS_ONE - dev.cel.parser.CelStandardMacro
Boolean comprehension which asserts that a predicate holds true for exactly one element in the input range.
EXISTS_ONE_NEW - dev.cel.parser.CelStandardMacro
Boolean comprehension which asserts that a predicate holds true for exactly one element in the input range.
exitContext() - Method in class dev.cel.common.internal.Errors
Exits the last entered error context.
exitScope() - Method in class dev.cel.checker.Env
Exits a previously opened scope, forgetting all declarations created in this scope.
expandMacro(CelMacroExprFactory, CelExpr, ImmutableList<CelExpr>) - Method in interface dev.cel.parser.CelMacroExpander
Converts a call and its associated arguments into a new CEL AST.
Explain - Class in com.google.api.expr.v1alpha1
Deprecated.
Explain.Builder - Class in com.google.api.expr.v1alpha1
Deprecated.
Values of intermediate expressions produced when evaluating expression.
Explain.ExprStep - Class in com.google.api.expr.v1alpha1
Deprecated.
ID and value index of one step.
Explain.ExprStep.Builder - Class in com.google.api.expr.v1alpha1
Deprecated.
ID and value index of one step.
Explain.ExprStepOrBuilder - Interface in com.google.api.expr.v1alpha1
Deprecated.
 
ExplainOrBuilder - Interface in com.google.api.expr.v1alpha1
Deprecated.
ExplainProto - Class in com.google.api.expr.v1alpha1
 
expr - Variable in class cel.parser.internal.CELParser.ExprListContext
 
expr - Variable in class cel.parser.internal.CELParser.FieldInitializerListContext
 
expr - Variable in class cel.parser.internal.CELParser.MapInitializerListContext
 
expr() - Method in class cel.parser.internal.CELParser
 
expr() - Method in class cel.parser.internal.CELParser.ExprContext
 
expr() - Method in class cel.parser.internal.CELParser.ExprListContext
 
expr() - Method in class cel.parser.internal.CELParser.FieldInitializerListContext
 
expr() - Method in class cel.parser.internal.CELParser.IndexContext
 
expr() - Method in class cel.parser.internal.CELParser.MapInitializerListContext
 
expr() - Method in class cel.parser.internal.CELParser.NestedContext
 
expr() - Method in class cel.parser.internal.CELParser.OptExprContext
 
expr() - Method in class cel.parser.internal.CELParser.StartContext
 
expr() - Method in class dev.cel.common.CelMutableAst
Returns the underlying CelMutableExpr representation of the abstract syntax tree.
expr(int) - Method in class cel.parser.internal.CELParser.ExprListContext
 
expr(int) - Method in class cel.parser.internal.CELParser.FieldInitializerListContext
 
expr(int) - Method in class cel.parser.internal.CELParser.MapInitializerListContext
 
Expr - Class in com.google.api.expr.v1alpha1
An abstract representation of a common expression.
EXPR_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.CheckedExpr
 
EXPR_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.EvalState.Result
 
EXPR_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.ParsedExpr
 
EXPR_STEPS_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Explain
Deprecated.
 
EXPR_VERSION_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.CheckedExpr
 
Expr.Builder - Class in com.google.api.expr.v1alpha1
An abstract representation of a common expression.
Expr.Call - Class in com.google.api.expr.v1alpha1
A call expression, including calls to predefined functions and operators.
Expr.Call.Builder - Class in com.google.api.expr.v1alpha1
A call expression, including calls to predefined functions and operators.
Expr.CallOrBuilder - Interface in com.google.api.expr.v1alpha1
 
Expr.Comprehension - Class in com.google.api.expr.v1alpha1
A comprehension expression applied to a list or map.
Expr.Comprehension.Builder - Class in com.google.api.expr.v1alpha1
A comprehension expression applied to a list or map.
Expr.ComprehensionOrBuilder - Interface in com.google.api.expr.v1alpha1
 
Expr.CreateList - Class in com.google.api.expr.v1alpha1
A list creation expression.
Expr.CreateList.Builder - Class in com.google.api.expr.v1alpha1
A list creation expression.
Expr.CreateListOrBuilder - Interface in com.google.api.expr.v1alpha1
 
Expr.CreateStruct - Class in com.google.api.expr.v1alpha1
A map or message creation expression.
Expr.CreateStruct.Builder - Class in com.google.api.expr.v1alpha1
A map or message creation expression.
Expr.CreateStruct.Entry - Class in com.google.api.expr.v1alpha1
Represents an entry.
Expr.CreateStruct.Entry.Builder - Class in com.google.api.expr.v1alpha1
Represents an entry.
Expr.CreateStruct.Entry.KeyKindCase - Enum in com.google.api.expr.v1alpha1
 
Expr.CreateStruct.EntryOrBuilder - Interface in com.google.api.expr.v1alpha1
 
Expr.CreateStructOrBuilder - Interface in com.google.api.expr.v1alpha1
 
Expr.ExprKindCase - Enum in com.google.api.expr.v1alpha1
 
Expr.Ident - Class in com.google.api.expr.v1alpha1
An identifier expression.
Expr.Ident.Builder - Class in com.google.api.expr.v1alpha1
An identifier expression.
Expr.IdentOrBuilder - Interface in com.google.api.expr.v1alpha1
 
Expr.Select - Class in com.google.api.expr.v1alpha1
A field selection expression.
Expr.Select.Builder - Class in com.google.api.expr.v1alpha1
A field selection expression.
Expr.SelectOrBuilder - Interface in com.google.api.expr.v1alpha1
 
ExprChecker - Class in dev.cel.checker
Deprecated.
Please migrate to CEL-Java Fluent APIs instead. See CelCompilerFactory.
ExprChecker.OverloadResolution - Class in dev.cel.checker
Deprecated.
Helper object for holding an overload resolution result.
ExprContext(ParserRuleContext, int) - Constructor for class cel.parser.internal.CELParser.ExprContext
 
exprId() - Method in class dev.cel.common.internal.Errors.Error
Returns the expression ID associated with this error.
EXPRKIND_NOT_SET - com.google.api.expr.v1alpha1.Expr.ExprKindCase
 
exprList() - Method in class cel.parser.internal.CELParser
 
exprList() - Method in class cel.parser.internal.CELParser.GlobalCallContext
 
exprList() - Method in class cel.parser.internal.CELParser.MemberCallContext
 
ExprListContext(ParserRuleContext, int) - Constructor for class cel.parser.internal.CELParser.ExprListContext
 
ExprOrBuilder - Interface in com.google.api.expr.v1alpha1
 
EXPRS_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.UnknownSet
 
ExprValue - Class in com.google.api.expr.v1alpha1
The value of an evaluated expression.
ExprValue.Builder - Class in com.google.api.expr.v1alpha1
The value of an evaluated expression.
ExprValue.KindCase - Enum in com.google.api.expr.v1alpha1
 
ExprValueOrBuilder - Interface in com.google.api.expr.v1alpha1
 
ExprVisitor - Class in dev.cel.checker
CEL expression visitor implementation.
ExprVisitor() - Constructor for class dev.cel.checker.ExprVisitor
 
ExprVisitor.ComprehensionArg - Enum in dev.cel.checker
ComprehensionArg specifies the arg ordinal values for comprehension arguments, where the ordinal of the enum maps to the ordinal of the argument in the comprehension expression.
ExtensionFieldType() - Constructor for class dev.cel.checker.TypeProvider.ExtensionFieldType
Deprecated.
 
EXTENSIONS_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.SourceInfo
 

F

field() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableSelect
 
FIELD_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.Select
 
FIELD_KEY - com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.KeyKindCase
 
FIELD_KEY_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
 
FieldDef() - Constructor for class dev.cel.checker.DescriptorTypeProvider.FieldDef
 
fieldInitializerList() - Method in class cel.parser.internal.CELParser.CreateMessageContext
 
fieldInitializerList() - Method in class cel.parser.internal.CELParser
 
FieldInitializerListContext(ParserRuleContext, int) - Constructor for class cel.parser.internal.CELParser.FieldInitializerListContext
 
fieldKey() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableStruct.Entry
 
fields - Variable in class cel.parser.internal.CELParser.FieldInitializerListContext
 
fields() - Method in class dev.cel.checker.DescriptorTypeProvider.TypeDef
The set of DescriptorTypeProvider.FieldDef values for a message.
fieldType() - Method in class dev.cel.checker.TypeProvider.ExtensionFieldType
Deprecated.
The TypeProvider.FieldType of the extension field.
FieldType() - Constructor for class dev.cel.checker.TypeProvider.FieldType
Deprecated.
 
FILTER - dev.cel.parser.CelStandardMacro
Comprehension which produces a list containing elements in the input range which match the filter.
filterFunctions(CelStandardDeclarations.Builder.FunctionFilter) - Method in class dev.cel.checker.CelStandardDeclarations.Builder
 
filterIdentifiers(CelStandardDeclarations.Builder.IdentifierFilter) - Method in class dev.cel.checker.CelStandardDeclarations.Builder
 
finalize(CelType) - Method in class dev.cel.checker.InferenceContext
Finalizes the given type by applying the current type substitution and mapping all remaining type parameters to DYN.
findEnumValue(String) - Method in class dev.cel.checker.DescriptorTypeProvider.TypeDef
 
findType(String) - Method in class dev.cel.checker.ProtoTypeMaskTypeProvider
 
FLOAT_WRAPPER_MESSAGE - Static variable in class dev.cel.checker.Types
 
fold(String, CelExpr, String, CelExpr, CelExpr, CelExpr, CelExpr) - Method in class dev.cel.common.ast.CelExprFactory
Fold creates a fold for one variable comprehension instruction.
fold(String, String, CelExpr, String, CelExpr, CelExpr, CelExpr, CelExpr) - Method in class dev.cel.common.ast.CelExprFactory
Fold creates a fold for two variable comprehension instruction.
formatError(int, int, String) - Static method in class dev.cel.common.CelIssue
Build CelIssue from the given line, column, format string, and arguments.
formatError(long, CelSourceLocation, String) - Static method in class dev.cel.common.CelIssue
Build CelIssue from the given expression id, CelSourceLocation, format string, and arguments.
formatError(CelSourceLocation, String) - Static method in class dev.cel.common.CelIssue
Build CelIssue from the given CelSourceLocation, format string, and arguments.
formatError(String) - Method in interface dev.cel.common.internal.Errors.ErrorFormatter
 
forNumber(int) - Static method in enum com.google.api.expr.v1alpha1.Constant.ConstantKindCase
 
forNumber(int) - Static method in enum com.google.api.expr.v1alpha1.Decl.DeclKindCase
 
forNumber(int) - Static method in enum com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.KeyKindCase
 
forNumber(int) - Static method in enum com.google.api.expr.v1alpha1.Expr.ExprKindCase
 
forNumber(int) - Static method in enum com.google.api.expr.v1alpha1.ExprValue.KindCase
 
forNumber(int) - Static method in enum com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
 
forNumber(int) - Static method in enum com.google.api.expr.v1alpha1.Type.PrimitiveType
 
forNumber(int) - Static method in enum com.google.api.expr.v1alpha1.Type.TypeKindCase
 
forNumber(int) - Static method in enum com.google.api.expr.v1alpha1.Type.WellKnownType
 
forNumber(int) - Static method in enum com.google.api.expr.v1alpha1.Value.KindCase
 
fromCelAst(CelAbstractSyntaxTree) - Static method in class dev.cel.common.CelMutableAst
Constructs an instance of CelMutableAst with the incoming CelAbstractSyntaxTree.
fromCelExpr(CelExpr) - Static method in class dev.cel.common.ast.CelMutableExprConverter
 
fromCelSource(CelSource) - Static method in class dev.cel.common.CelMutableSource
 
fromMutableExpr(CelMutableExpr) - Static method in class dev.cel.common.ast.CelMutableExprConverter
 
function() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableCall
 
FUNCTION - com.google.api.expr.v1alpha1.Decl.DeclKindCase
 
FUNCTION - com.google.api.expr.v1alpha1.Type.TypeKindCase
 
FUNCTION_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Decl
 
FUNCTION_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.Call
 
FUNCTION_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Type
 
FunctionBuilder(String) - Constructor for class dev.cel.checker.Env.FunctionBuilder
Deprecated.
Create a global function builder.
FunctionBuilder(String, boolean) - Constructor for class dev.cel.checker.Env.FunctionBuilder
Deprecated.
Create an instance function builder.
functionDecl() - Method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction
 
functionName() - Method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction
 

G

generate(long) - Method in interface dev.cel.common.ast.CelExprIdGeneratorFactory.ExprIdGenerator
Generates an expression ID with the provided expr ID as the context.
GET_DATE - dev.cel.checker.CelStandardDeclarations.StandardFunction
 
GET_DAY_OF_MONTH - dev.cel.checker.CelStandardDeclarations.StandardFunction
 
GET_DAY_OF_WEEK - dev.cel.checker.CelStandardDeclarations.StandardFunction
 
GET_DAY_OF_YEAR - dev.cel.checker.CelStandardDeclarations.StandardFunction
 
GET_FULL_YEAR - dev.cel.checker.CelStandardDeclarations.StandardFunction
 
GET_HOURS - dev.cel.checker.CelStandardDeclarations.StandardFunction
 
GET_MILLISECONDS - dev.cel.checker.CelStandardDeclarations.StandardFunction
 
GET_MINUTES - dev.cel.checker.CelStandardDeclarations.StandardFunction
 
GET_MONTH - dev.cel.checker.CelStandardDeclarations.StandardFunction
 
GET_SECONDS - dev.cel.checker.CelStandardDeclarations.StandardFunction
 
getAbstractType() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Abstract, application defined type.
getAbstractType() - Method in class com.google.api.expr.v1alpha1.Type
Abstract, application defined type.
getAbstractType() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
Abstract, application defined type.
getAbstractTypeBuilder() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Abstract, application defined type.
getAbstractTypeOrBuilder() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Abstract, application defined type.
getAbstractTypeOrBuilder() - Method in class com.google.api.expr.v1alpha1.Type
Abstract, application defined type.
getAbstractTypeOrBuilder() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
Abstract, application defined type.
getAccuInit() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
The initial value of the accumulator.
getAccuInit() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
The initial value of the accumulator.
getAccuInit() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
The initial value of the accumulator.
getAccuInitBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
The initial value of the accumulator.
getAccuInitOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
The initial value of the accumulator.
getAccuInitOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
The initial value of the accumulator.
getAccuInitOrBuilder() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
The initial value of the accumulator.
getAccumulatorVarName() - Method in class dev.cel.parser.CelMacroExprFactory
Returns the default accumulator variable name used by macros implementing comprehensions.
getAccuVar() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
The name of the variable used for accumulation of the result.
getAccuVar() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
The name of the variable used for accumulation of the result.
getAccuVar() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
The name of the variable used for accumulation of the result.
getAccuVarBytes() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
The name of the variable used for accumulation of the result.
getAccuVarBytes() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
The name of the variable used for accumulation of the result.
getAccuVarBytes() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
The name of the variable used for accumulation of the result.
getAffectedComponents(int) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
If set, the listed components must understand the extension for the expression to evaluate correctly.
getAffectedComponents(int) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
If set, the listed components must understand the extension for the expression to evaluate correctly.
getAffectedComponents(int) - Method in interface com.google.api.expr.v1alpha1.SourceInfo.ExtensionOrBuilder
If set, the listed components must understand the extension for the expression to evaluate correctly.
getAffectedComponentsCount() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
If set, the listed components must understand the extension for the expression to evaluate correctly.
getAffectedComponentsCount() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
If set, the listed components must understand the extension for the expression to evaluate correctly.
getAffectedComponentsCount() - Method in interface com.google.api.expr.v1alpha1.SourceInfo.ExtensionOrBuilder
If set, the listed components must understand the extension for the expression to evaluate correctly.
getAffectedComponentsList() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
If set, the listed components must understand the extension for the expression to evaluate correctly.
getAffectedComponentsList() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
If set, the listed components must understand the extension for the expression to evaluate correctly.
getAffectedComponentsList() - Method in interface com.google.api.expr.v1alpha1.SourceInfo.ExtensionOrBuilder
If set, the listed components must understand the extension for the expression to evaluate correctly.
getAffectedComponentsValue(int) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
If set, the listed components must understand the extension for the expression to evaluate correctly.
getAffectedComponentsValue(int) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
If set, the listed components must understand the extension for the expression to evaluate correctly.
getAffectedComponentsValue(int) - Method in interface com.google.api.expr.v1alpha1.SourceInfo.ExtensionOrBuilder
If set, the listed components must understand the extension for the expression to evaluate correctly.
getAffectedComponentsValueList() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
If set, the listed components must understand the extension for the expression to evaluate correctly.
getAffectedComponentsValueList() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
If set, the listed components must understand the extension for the expression to evaluate correctly.
getAffectedComponentsValueList() - Method in interface com.google.api.expr.v1alpha1.SourceInfo.ExtensionOrBuilder
If set, the listed components must understand the extension for the expression to evaluate correctly.
getAllErrorsAsString() - Method in class dev.cel.common.internal.Errors
Returns a string will all errors reported via this object.
getAllFunctionNames() - Static method in class dev.cel.checker.CelStandardDeclarations
Set of all standard function names.
getAllIssues() - Method in class dev.cel.common.CelValidationResult
Return all CelIssues encountered durint validation.
getArgs(int) - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
The arguments.
getArgs(int) - Method in class com.google.api.expr.v1alpha1.Expr.Call
The arguments.
getArgs(int) - Method in interface com.google.api.expr.v1alpha1.Expr.CallOrBuilder
The arguments.
getArgsBuilder(int) - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
The arguments.
getArgsBuilderList() - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
The arguments.
getArgsCount() - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
The arguments.
getArgsCount() - Method in class com.google.api.expr.v1alpha1.Expr.Call
The arguments.
getArgsCount() - Method in interface com.google.api.expr.v1alpha1.Expr.CallOrBuilder
The arguments.
getArgsList() - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
The arguments.
getArgsList() - Method in class com.google.api.expr.v1alpha1.Expr.Call
The arguments.
getArgsList() - Method in interface com.google.api.expr.v1alpha1.Expr.CallOrBuilder
The arguments.
getArgsOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
The arguments.
getArgsOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.Expr.Call
The arguments.
getArgsOrBuilder(int) - Method in interface com.google.api.expr.v1alpha1.Expr.CallOrBuilder
The arguments.
getArgsOrBuilderList() - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
The arguments.
getArgsOrBuilderList() - Method in class com.google.api.expr.v1alpha1.Expr.Call
The arguments.
getArgsOrBuilderList() - Method in interface com.google.api.expr.v1alpha1.Expr.CallOrBuilder
The arguments.
getArgTypes(int) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
Argument types of the function.
getArgTypes(int) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType
Argument types of the function.
getArgTypes(int) - Method in interface com.google.api.expr.v1alpha1.Type.FunctionTypeOrBuilder
Argument types of the function.
getArgTypesBuilder(int) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
Argument types of the function.
getArgTypesBuilderList() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
Argument types of the function.
getArgTypesCount() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
Argument types of the function.
getArgTypesCount() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType
Argument types of the function.
getArgTypesCount() - Method in interface com.google.api.expr.v1alpha1.Type.FunctionTypeOrBuilder
Argument types of the function.
getArgTypesList() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
Argument types of the function.
getArgTypesList() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType
Argument types of the function.
getArgTypesList() - Method in interface com.google.api.expr.v1alpha1.Type.FunctionTypeOrBuilder
Argument types of the function.
getArgTypesOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
Argument types of the function.
getArgTypesOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType
Argument types of the function.
getArgTypesOrBuilder(int) - Method in interface com.google.api.expr.v1alpha1.Type.FunctionTypeOrBuilder
Argument types of the function.
getArgTypesOrBuilderList() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
Argument types of the function.
getArgTypesOrBuilderList() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType
Argument types of the function.
getArgTypesOrBuilderList() - Method in interface com.google.api.expr.v1alpha1.Type.FunctionTypeOrBuilder
Argument types of the function.
getArgumentCount() - Method in class dev.cel.parser.CelMacro
Returns the number of arguments this macro expects.
getAst() - Method in class dev.cel.common.CelValidationResult
Returns the validated CelAbstractSyntaxTree if one exists.
getATN() - Method in class cel.parser.internal.CELLexer
 
getATN() - Method in class cel.parser.internal.CELParser
 
getBoolValue() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
boolean value.
getBoolValue() - Method in class com.google.api.expr.v1alpha1.Constant
boolean value.
getBoolValue() - Method in interface com.google.api.expr.v1alpha1.ConstantOrBuilder
boolean value.
getBoolValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
Boolean value.
getBoolValue() - Method in class com.google.api.expr.v1alpha1.Value
Boolean value.
getBoolValue() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
Boolean value.
getBytesValue() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
bytes value.
getBytesValue() - Method in class com.google.api.expr.v1alpha1.Constant
bytes value.
getBytesValue() - Method in interface com.google.api.expr.v1alpha1.ConstantOrBuilder
bytes value.
getBytesValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
Byte string value.
getBytesValue() - Method in class com.google.api.expr.v1alpha1.Value
Byte string value.
getBytesValue() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
Byte string value.
getCallExpr() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
A call expression, including calls to predefined functions and operators.
getCallExpr() - Method in class com.google.api.expr.v1alpha1.Expr
A call expression, including calls to predefined functions and operators.
getCallExpr() - Method in interface com.google.api.expr.v1alpha1.ExprOrBuilder
A call expression, including calls to predefined functions and operators.
getCallExprBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
A call expression, including calls to predefined functions and operators.
getCallExprOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
A call expression, including calls to predefined functions and operators.
getCallExprOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr
A call expression, including calls to predefined functions and operators.
getCallExprOrBuilder() - Method in interface com.google.api.expr.v1alpha1.ExprOrBuilder
A call expression, including calls to predefined functions and operators.
getChannelNames() - Method in class cel.parser.internal.CELLexer
 
getColumn() - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
The 0-based index of the starting position within the line of source text where the issue occurs.
getColumn() - Method in class com.google.api.expr.v1alpha1.SourcePosition
The 0-based index of the starting position within the line of source text where the issue occurs.
getColumn() - Method in interface com.google.api.expr.v1alpha1.SourcePositionOrBuilder
The 0-based index of the starting position within the line of source text where the issue occurs.
getComprehensionExpr() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
A comprehension expression.
getComprehensionExpr() - Method in class com.google.api.expr.v1alpha1.Expr
A comprehension expression.
getComprehensionExpr() - Method in interface com.google.api.expr.v1alpha1.ExprOrBuilder
A comprehension expression.
getComprehensionExprBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
A comprehension expression.
getComprehensionExprOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
A comprehension expression.
getComprehensionExprOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr
A comprehension expression.
getComprehensionExprOrBuilder() - Method in interface com.google.api.expr.v1alpha1.ExprOrBuilder
A comprehension expression.
getConstantKindCase() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
 
getConstantKindCase() - Method in class com.google.api.expr.v1alpha1.Constant
 
getConstantKindCase() - Method in interface com.google.api.expr.v1alpha1.ConstantOrBuilder
 
getConstExpr() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
A literal expression.
getConstExpr() - Method in class com.google.api.expr.v1alpha1.Expr
A literal expression.
getConstExpr() - Method in interface com.google.api.expr.v1alpha1.ExprOrBuilder
A literal expression.
getConstExprBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
A literal expression.
getConstExprOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
A literal expression.
getConstExprOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr
A literal expression.
getConstExprOrBuilder() - Method in interface com.google.api.expr.v1alpha1.ExprOrBuilder
A literal expression.
getContent() - Method in class dev.cel.common.internal.Errors
 
getDebugString() - Method in class dev.cel.common.CelValidationResult
Deprecated.
getDeclGroup() - Method in class dev.cel.checker.Env
Returns the top-most declaration scope.
getDeclGroup(int) - Method in class dev.cel.checker.Env
Returns the DeclGroup at the given scopeDepth, where depth of 0 represents root scope.
getDeclKindCase() - Method in class com.google.api.expr.v1alpha1.Decl.Builder
 
getDeclKindCase() - Method in class com.google.api.expr.v1alpha1.Decl
 
getDeclKindCase() - Method in interface com.google.api.expr.v1alpha1.DeclOrBuilder
 
getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.CheckedExpr
 
getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.Constant
 
getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
 
getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
 
getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.Decl
 
getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
 
getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.EnumValue
 
getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.ErrorSet
 
getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.EvalState
 
getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.EvalState.Result
 
getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.Explain.ExprStep
Deprecated.
 
getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.Explain
Deprecated.
 
getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.Expr.Call
 
getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.Expr.Comprehension
 
getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.Expr.CreateList
 
getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
 
getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
 
getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.Expr
 
getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.Expr.Ident
 
getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.Expr.Select
 
getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.ExprValue
 
getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.ListValue
 
getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.MapValue.Entry
 
getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.MapValue
 
getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.ParsedExpr
 
getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.Reference
 
getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
 
getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
 
getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.SourceInfo
 
getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.SourcePosition
 
getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.Type.AbstractType
 
getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.Type.FunctionType
 
getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.Type
 
getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.Type.ListType
 
getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.Type.MapType
 
getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.UnknownSet
 
getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.Value
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.CheckedExpr
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Constant
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Decl.Builder
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Decl
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.EnumValue.Builder
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.EnumValue
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.ErrorSet
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.EvalState
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.EvalState.Result.Builder
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.EvalState.Result
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
Deprecated.
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep.Builder
Deprecated.
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep
Deprecated.
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Explain
Deprecated.
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Expr.Call
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Expr
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Expr.Ident.Builder
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Expr.Ident
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Expr.Select
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.ExprValue
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.ListValue
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.MapValue
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.ParsedExpr
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Reference.Builder
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Reference
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version.Builder
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.SourceInfo
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.SourcePosition
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Type.Builder
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Type
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Type.ListType.Builder
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Type.ListType
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Type.MapType
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.UnknownSet
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Value.Builder
 
getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Value
 
getDefinition() - Method in enum dev.cel.parser.CelStandardMacro
Returns the new-style CelMacro definition.
getDescription() - Method in class dev.cel.common.CelMutableSource
 
getDescription() - Method in class dev.cel.common.internal.Errors
Returns description of the currently active error context.
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.CheckedExpr
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Constant.Builder
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Constant
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Decl.Builder
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Decl
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.DeclProto
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.EnumValue.Builder
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.EnumValue
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.ErrorSet
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.EvalProto
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.EvalState.Builder
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.EvalState
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.EvalState.Result.Builder
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.EvalState.Result
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Explain.Builder
Deprecated.
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Explain.ExprStep.Builder
Deprecated.
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Explain.ExprStep
Deprecated.
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Explain
Deprecated.
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.ExplainProto
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Expr.Builder
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Expr.Call
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Expr.Comprehension
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Expr.CreateList
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Expr
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Expr.Ident.Builder
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Expr.Ident
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Expr.Select
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.ExprValue.Builder
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.ExprValue
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.ListValue.Builder
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.ListValue
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.MapValue.Builder
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.MapValue.Entry
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.MapValue
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.ParsedExpr
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Reference.Builder
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Reference
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
 
getDescriptor() - Static method in enum com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version.Builder
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.SourceInfo
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.SourcePosition
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.SyntaxProto
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Type.AbstractType
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Type.Builder
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Type.FunctionType
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Type
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Type.ListType.Builder
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Type.ListType
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Type.MapType
 
getDescriptor() - Static method in enum com.google.api.expr.v1alpha1.Type.PrimitiveType
 
getDescriptor() - Static method in enum com.google.api.expr.v1alpha1.Type.WellKnownType
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.UnknownSet
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Value.Builder
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Value
 
getDescriptor() - Static method in class com.google.api.expr.v1alpha1.ValueProto
 
getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
 
getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
 
getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Decl.Builder
 
getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
 
getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
 
getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
 
getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.EnumValue.Builder
 
getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
 
getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
 
getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.EvalState.Result.Builder
 
getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
Deprecated.
 
getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep.Builder
Deprecated.
 
getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
 
getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
 
getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
 
getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
 
getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
 
getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
 
getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Expr.Ident.Builder
 
getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
 
getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
 
getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
 
getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
 
getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
 
getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
 
getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Reference.Builder
 
getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
 
getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
 
getDescriptorForType() - Method in enum com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
 
getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version.Builder
 
getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
 
getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
 
getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Type.Builder
 
getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
 
getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Type.ListType.Builder
 
getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
 
getDescriptorForType() - Method in enum com.google.api.expr.v1alpha1.Type.PrimitiveType
 
getDescriptorForType() - Method in enum com.google.api.expr.v1alpha1.Type.WellKnownType
 
getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
 
getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Value.Builder
 
getDoc() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
Documentation string for the overload.
getDoc() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
Documentation string for the overload.
getDoc() - Method in interface com.google.api.expr.v1alpha1.Decl.FunctionDecl.OverloadOrBuilder
Documentation string for the overload.
getDoc() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
Documentation string for the identifier.
getDoc() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
Documentation string for the identifier.
getDoc() - Method in interface com.google.api.expr.v1alpha1.Decl.IdentDeclOrBuilder
Documentation string for the identifier.
getDocBytes() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
Documentation string for the overload.
getDocBytes() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
Documentation string for the overload.
getDocBytes() - Method in interface com.google.api.expr.v1alpha1.Decl.FunctionDecl.OverloadOrBuilder
Documentation string for the overload.
getDocBytes() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
Documentation string for the identifier.
getDocBytes() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
Documentation string for the identifier.
getDocBytes() - Method in interface com.google.api.expr.v1alpha1.Decl.IdentDeclOrBuilder
Documentation string for the identifier.
getDoubleValue() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
double value.
getDoubleValue() - Method in class com.google.api.expr.v1alpha1.Constant
double value.
getDoubleValue() - Method in interface com.google.api.expr.v1alpha1.ConstantOrBuilder
double value.
getDoubleValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
Floating point value.
getDoubleValue() - Method in class com.google.api.expr.v1alpha1.Value
Floating point value.
getDoubleValue() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
Floating point value.
getDurationValue() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
Deprecated.
google.api.expr.v1alpha1.Constant.duration_value is deprecated. See google/api/expr/v1alpha1/syntax.proto;l=325
getDurationValue() - Method in class com.google.api.expr.v1alpha1.Constant
Deprecated.
google.api.expr.v1alpha1.Constant.duration_value is deprecated. See google/api/expr/v1alpha1/syntax.proto;l=325
getDurationValue() - Method in interface com.google.api.expr.v1alpha1.ConstantOrBuilder
Deprecated.
google.api.expr.v1alpha1.Constant.duration_value is deprecated. See google/api/expr/v1alpha1/syntax.proto;l=325
getDurationValueBuilder() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
Deprecated.
getDurationValueOrBuilder() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
Deprecated.
getDurationValueOrBuilder() - Method in class com.google.api.expr.v1alpha1.Constant
Deprecated.
getDurationValueOrBuilder() - Method in interface com.google.api.expr.v1alpha1.ConstantOrBuilder
Deprecated.
getDyn() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Dynamic type.
getDyn() - Method in class com.google.api.expr.v1alpha1.Type
Dynamic type.
getDyn() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
Dynamic type.
getDynBuilder() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Dynamic type.
getDynOrBuilder() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Dynamic type.
getDynOrBuilder() - Method in class com.google.api.expr.v1alpha1.Type
Dynamic type.
getDynOrBuilder() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
Dynamic type.
getElements(int) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
The elements part of the list.
getElements(int) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList
The elements part of the list.
getElements(int) - Method in interface com.google.api.expr.v1alpha1.Expr.CreateListOrBuilder
The elements part of the list.
getElementsBuilder(int) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
The elements part of the list.
getElementsBuilderList() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
The elements part of the list.
getElementsCount() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
The elements part of the list.
getElementsCount() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList
The elements part of the list.
getElementsCount() - Method in interface com.google.api.expr.v1alpha1.Expr.CreateListOrBuilder
The elements part of the list.
getElementsList() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
The elements part of the list.
getElementsList() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList
The elements part of the list.
getElementsList() - Method in interface com.google.api.expr.v1alpha1.Expr.CreateListOrBuilder
The elements part of the list.
getElementsOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
The elements part of the list.
getElementsOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList
The elements part of the list.
getElementsOrBuilder(int) - Method in interface com.google.api.expr.v1alpha1.Expr.CreateListOrBuilder
The elements part of the list.
getElementsOrBuilderList() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
The elements part of the list.
getElementsOrBuilderList() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList
The elements part of the list.
getElementsOrBuilderList() - Method in interface com.google.api.expr.v1alpha1.Expr.CreateListOrBuilder
The elements part of the list.
getElemType() - Method in class com.google.api.expr.v1alpha1.Type.ListType.Builder
The element type.
getElemType() - Method in class com.google.api.expr.v1alpha1.Type.ListType
The element type.
getElemType() - Method in interface com.google.api.expr.v1alpha1.Type.ListTypeOrBuilder
The element type.
getElemTypeBuilder() - Method in class com.google.api.expr.v1alpha1.Type.ListType.Builder
The element type.
getElemTypeOrBuilder() - Method in class com.google.api.expr.v1alpha1.Type.ListType.Builder
The element type.
getElemTypeOrBuilder() - Method in class com.google.api.expr.v1alpha1.Type.ListType
The element type.
getElemTypeOrBuilder() - Method in interface com.google.api.expr.v1alpha1.Type.ListTypeOrBuilder
The element type.
getEntries(int) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
The entries in the creation expression.
getEntries(int) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
The entries in the creation expression.
getEntries(int) - Method in interface com.google.api.expr.v1alpha1.Expr.CreateStructOrBuilder
The entries in the creation expression.
getEntries(int) - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
The set of map entries.
getEntries(int) - Method in class com.google.api.expr.v1alpha1.MapValue
The set of map entries.
getEntries(int) - Method in interface com.google.api.expr.v1alpha1.MapValueOrBuilder
The set of map entries.
getEntriesBuilder(int) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
The entries in the creation expression.
getEntriesBuilder(int) - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
The set of map entries.
getEntriesBuilderList() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
The entries in the creation expression.
getEntriesBuilderList() - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
The set of map entries.
getEntriesCount() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
The entries in the creation expression.
getEntriesCount() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
The entries in the creation expression.
getEntriesCount() - Method in interface com.google.api.expr.v1alpha1.Expr.CreateStructOrBuilder
The entries in the creation expression.
getEntriesCount() - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
The set of map entries.
getEntriesCount() - Method in class com.google.api.expr.v1alpha1.MapValue
The set of map entries.
getEntriesCount() - Method in interface com.google.api.expr.v1alpha1.MapValueOrBuilder
The set of map entries.
getEntriesList() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
The entries in the creation expression.
getEntriesList() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
The entries in the creation expression.
getEntriesList() - Method in interface com.google.api.expr.v1alpha1.Expr.CreateStructOrBuilder
The entries in the creation expression.
getEntriesList() - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
The set of map entries.
getEntriesList() - Method in class com.google.api.expr.v1alpha1.MapValue
The set of map entries.
getEntriesList() - Method in interface com.google.api.expr.v1alpha1.MapValueOrBuilder
The set of map entries.
getEntriesOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
The entries in the creation expression.
getEntriesOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
The entries in the creation expression.
getEntriesOrBuilder(int) - Method in interface com.google.api.expr.v1alpha1.Expr.CreateStructOrBuilder
The entries in the creation expression.
getEntriesOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
The set of map entries.
getEntriesOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.MapValue
The set of map entries.
getEntriesOrBuilder(int) - Method in interface com.google.api.expr.v1alpha1.MapValueOrBuilder
The set of map entries.
getEntriesOrBuilderList() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
The entries in the creation expression.
getEntriesOrBuilderList() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
The entries in the creation expression.
getEntriesOrBuilderList() - Method in interface com.google.api.expr.v1alpha1.Expr.CreateStructOrBuilder
The entries in the creation expression.
getEntriesOrBuilderList() - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
The set of map entries.
getEntriesOrBuilderList() - Method in class com.google.api.expr.v1alpha1.MapValue
The set of map entries.
getEntriesOrBuilderList() - Method in interface com.google.api.expr.v1alpha1.MapValueOrBuilder
The set of map entries.
getEnumValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
An enum value.
getEnumValue() - Method in class com.google.api.expr.v1alpha1.Value
An enum value.
getEnumValue() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
An enum value.
getEnumValueBuilder() - Method in class com.google.api.expr.v1alpha1.Value.Builder
An enum value.
getEnumValueOrBuilder() - Method in class com.google.api.expr.v1alpha1.Value.Builder
An enum value.
getEnumValueOrBuilder() - Method in class com.google.api.expr.v1alpha1.Value
An enum value.
getEnumValueOrBuilder() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
An enum value.
getError() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
The set of errors in the critical path of evalution.
getError() - Method in class com.google.api.expr.v1alpha1.ExprValue
The set of errors in the critical path of evalution.
getError() - Method in interface com.google.api.expr.v1alpha1.ExprValueOrBuilder
The set of errors in the critical path of evalution.
getError() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Error type.
getError() - Method in class com.google.api.expr.v1alpha1.Type
Error type.
getError() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
Error type.
getErrorBuilder() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
The set of errors in the critical path of evalution.
getErrorBuilder() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Error type.
getErrorContext() - Method in class dev.cel.checker.Env
Returns the current Errors object.
getErrorCount() - Method in class dev.cel.common.internal.Errors
Returns the number of errors reported via this object.
getErrorOrBuilder() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
The set of errors in the critical path of evalution.
getErrorOrBuilder() - Method in class com.google.api.expr.v1alpha1.ExprValue
The set of errors in the critical path of evalution.
getErrorOrBuilder() - Method in interface com.google.api.expr.v1alpha1.ExprValueOrBuilder
The set of errors in the critical path of evalution.
getErrorOrBuilder() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Error type.
getErrorOrBuilder() - Method in class com.google.api.expr.v1alpha1.Type
Error type.
getErrorOrBuilder() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
Error type.
getErrors() - Method in exception dev.cel.common.CelValidationException
Returns a list of CelIssue with error severity that occurred during validation.
getErrors() - Method in class dev.cel.common.CelValidationResult
Return the set of CelIssues with an ERROR severity.
getErrors() - Method in class dev.cel.common.internal.Errors
Return the list of errors reported so far.
getErrors(int) - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
The errors in the set.
getErrors(int) - Method in class com.google.api.expr.v1alpha1.ErrorSet
The errors in the set.
getErrors(int) - Method in interface com.google.api.expr.v1alpha1.ErrorSetOrBuilder
The errors in the set.
getErrorsBuilder(int) - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
The errors in the set.
getErrorsBuilderList() - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
The errors in the set.
getErrorsCount() - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
The errors in the set.
getErrorsCount() - Method in class com.google.api.expr.v1alpha1.ErrorSet
The errors in the set.
getErrorsCount() - Method in interface com.google.api.expr.v1alpha1.ErrorSetOrBuilder
The errors in the set.
getErrorsList() - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
The errors in the set.
getErrorsList() - Method in class com.google.api.expr.v1alpha1.ErrorSet
The errors in the set.
getErrorsList() - Method in interface com.google.api.expr.v1alpha1.ErrorSetOrBuilder
The errors in the set.
getErrorsOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
The errors in the set.
getErrorsOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.ErrorSet
The errors in the set.
getErrorsOrBuilder(int) - Method in interface com.google.api.expr.v1alpha1.ErrorSetOrBuilder
The errors in the set.
getErrorsOrBuilderList() - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
The errors in the set.
getErrorsOrBuilderList() - Method in class com.google.api.expr.v1alpha1.ErrorSet
The errors in the set.
getErrorsOrBuilderList() - Method in interface com.google.api.expr.v1alpha1.ErrorSetOrBuilder
The errors in the set.
getErrorString() - Method in class dev.cel.common.CelValidationResult
Convert the CelIssues with ERROR severity to an error string.
getExpander() - Method in class dev.cel.parser.CelMacro
Returns the expander for this macro.
getExpr() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
The checked expression.
getExpr() - Method in class com.google.api.expr.v1alpha1.CheckedExpr
The checked expression.
getExpr() - Method in interface com.google.api.expr.v1alpha1.CheckedExprOrBuilder
The checked expression.
getExpr() - Method in class com.google.api.expr.v1alpha1.EvalState.Result.Builder
The id of the expression this result if for.
getExpr() - Method in class com.google.api.expr.v1alpha1.EvalState.Result
The id of the expression this result if for.
getExpr() - Method in interface com.google.api.expr.v1alpha1.EvalState.ResultOrBuilder
The id of the expression this result if for.
getExpr() - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
The parsed expression.
getExpr() - Method in class com.google.api.expr.v1alpha1.ParsedExpr
The parsed expression.
getExpr() - Method in interface com.google.api.expr.v1alpha1.ParsedExprOrBuilder
The parsed expression.
getExprBuilder() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
The checked expression.
getExprBuilder() - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
The parsed expression.
getExprId() - Method in class dev.cel.common.CelIssue
 
getExprKindCase() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
 
getExprKindCase() - Method in class com.google.api.expr.v1alpha1.Expr
 
getExprKindCase() - Method in interface com.google.api.expr.v1alpha1.ExprOrBuilder
 
getExprOrBuilder() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
The checked expression.
getExprOrBuilder() - Method in class com.google.api.expr.v1alpha1.CheckedExpr
The checked expression.
getExprOrBuilder() - Method in interface com.google.api.expr.v1alpha1.CheckedExprOrBuilder
The checked expression.
getExprOrBuilder() - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
The parsed expression.
getExprOrBuilder() - Method in class com.google.api.expr.v1alpha1.ParsedExpr
The parsed expression.
getExprOrBuilder() - Method in interface com.google.api.expr.v1alpha1.ParsedExprOrBuilder
The parsed expression.
getExprs(int) - Method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
The ids of the expressions with unknown values.
getExprs(int) - Method in class com.google.api.expr.v1alpha1.UnknownSet
The ids of the expressions with unknown values.
getExprs(int) - Method in interface com.google.api.expr.v1alpha1.UnknownSetOrBuilder
The ids of the expressions with unknown values.
getExprsCount() - Method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
The ids of the expressions with unknown values.
getExprsCount() - Method in class com.google.api.expr.v1alpha1.UnknownSet
The ids of the expressions with unknown values.
getExprsCount() - Method in interface com.google.api.expr.v1alpha1.UnknownSetOrBuilder
The ids of the expressions with unknown values.
getExprsList() - Method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
The ids of the expressions with unknown values.
getExprsList() - Method in class com.google.api.expr.v1alpha1.UnknownSet
The ids of the expressions with unknown values.
getExprsList() - Method in interface com.google.api.expr.v1alpha1.UnknownSetOrBuilder
The ids of the expressions with unknown values.
getExprSteps(int) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
Deprecated.
List of steps.
getExprSteps(int) - Method in class com.google.api.expr.v1alpha1.Explain
Deprecated.
List of steps.
getExprSteps(int) - Method in interface com.google.api.expr.v1alpha1.ExplainOrBuilder
Deprecated.
List of steps.
getExprStepsBuilder(int) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
Deprecated.
List of steps.
getExprStepsBuilderList() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
Deprecated.
List of steps.
getExprStepsCount() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
Deprecated.
List of steps.
getExprStepsCount() - Method in class com.google.api.expr.v1alpha1.Explain
Deprecated.
List of steps.
getExprStepsCount() - Method in interface com.google.api.expr.v1alpha1.ExplainOrBuilder
Deprecated.
List of steps.
getExprStepsList() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
Deprecated.
List of steps.
getExprStepsList() - Method in class com.google.api.expr.v1alpha1.Explain
Deprecated.
List of steps.
getExprStepsList() - Method in interface com.google.api.expr.v1alpha1.ExplainOrBuilder
Deprecated.
List of steps.
getExprStepsOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
Deprecated.
List of steps.
getExprStepsOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.Explain
Deprecated.
List of steps.
getExprStepsOrBuilder(int) - Method in interface com.google.api.expr.v1alpha1.ExplainOrBuilder
Deprecated.
List of steps.
getExprStepsOrBuilderList() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
Deprecated.
List of steps.
getExprStepsOrBuilderList() - Method in class com.google.api.expr.v1alpha1.Explain
Deprecated.
List of steps.
getExprStepsOrBuilderList() - Method in interface com.google.api.expr.v1alpha1.ExplainOrBuilder
Deprecated.
List of steps.
getExprVersion() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
The expr version indicates the major / minor version number of the `expr` representation.
getExprVersion() - Method in class com.google.api.expr.v1alpha1.CheckedExpr
The expr version indicates the major / minor version number of the `expr` representation.
getExprVersion() - Method in interface com.google.api.expr.v1alpha1.CheckedExprOrBuilder
The expr version indicates the major / minor version number of the `expr` representation.
getExprVersionBytes() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
The expr version indicates the major / minor version number of the `expr` representation.
getExprVersionBytes() - Method in class com.google.api.expr.v1alpha1.CheckedExpr
The expr version indicates the major / minor version number of the `expr` representation.
getExprVersionBytes() - Method in interface com.google.api.expr.v1alpha1.CheckedExprOrBuilder
The expr version indicates the major / minor version number of the `expr` representation.
getExtensions() - Method in class dev.cel.common.CelMutableSource
 
getExtensions(int) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
A list of tags for extensions that were used while parsing or type checking the source expression.
getExtensions(int) - Method in class com.google.api.expr.v1alpha1.SourceInfo
A list of tags for extensions that were used while parsing or type checking the source expression.
getExtensions(int) - Method in interface com.google.api.expr.v1alpha1.SourceInfoOrBuilder
A list of tags for extensions that were used while parsing or type checking the source expression.
getExtensionsBuilder(int) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
A list of tags for extensions that were used while parsing or type checking the source expression.
getExtensionsBuilderList() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
A list of tags for extensions that were used while parsing or type checking the source expression.
getExtensionsCount() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
A list of tags for extensions that were used while parsing or type checking the source expression.
getExtensionsCount() - Method in class com.google.api.expr.v1alpha1.SourceInfo
A list of tags for extensions that were used while parsing or type checking the source expression.
getExtensionsCount() - Method in interface com.google.api.expr.v1alpha1.SourceInfoOrBuilder
A list of tags for extensions that were used while parsing or type checking the source expression.
getExtensionsList() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
A list of tags for extensions that were used while parsing or type checking the source expression.
getExtensionsList() - Method in class com.google.api.expr.v1alpha1.SourceInfo
A list of tags for extensions that were used while parsing or type checking the source expression.
getExtensionsList() - Method in interface com.google.api.expr.v1alpha1.SourceInfoOrBuilder
A list of tags for extensions that were used while parsing or type checking the source expression.
getExtensionsOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
A list of tags for extensions that were used while parsing or type checking the source expression.
getExtensionsOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.SourceInfo
A list of tags for extensions that were used while parsing or type checking the source expression.
getExtensionsOrBuilder(int) - Method in interface com.google.api.expr.v1alpha1.SourceInfoOrBuilder
A list of tags for extensions that were used while parsing or type checking the source expression.
getExtensionsOrBuilderList() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
A list of tags for extensions that were used while parsing or type checking the source expression.
getExtensionsOrBuilderList() - Method in class com.google.api.expr.v1alpha1.SourceInfo
A list of tags for extensions that were used while parsing or type checking the source expression.
getExtensionsOrBuilderList() - Method in interface com.google.api.expr.v1alpha1.SourceInfoOrBuilder
A list of tags for extensions that were used while parsing or type checking the source expression.
getField() - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
Required.
getField() - Method in class com.google.api.expr.v1alpha1.Expr.Select
Required.
getField() - Method in interface com.google.api.expr.v1alpha1.Expr.SelectOrBuilder
Required.
getFieldBytes() - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
Required.
getFieldBytes() - Method in class com.google.api.expr.v1alpha1.Expr.Select
Required.
getFieldBytes() - Method in interface com.google.api.expr.v1alpha1.Expr.SelectOrBuilder
Required.
getFieldKey() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
The field key for a message creator statement.
getFieldKey() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
The field key for a message creator statement.
getFieldKey() - Method in interface com.google.api.expr.v1alpha1.Expr.CreateStruct.EntryOrBuilder
The field key for a message creator statement.
getFieldKeyBytes() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
The field key for a message creator statement.
getFieldKeyBytes() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
The field key for a message creator statement.
getFieldKeyBytes() - Method in interface com.google.api.expr.v1alpha1.Expr.CreateStruct.EntryOrBuilder
The field key for a message creator statement.
getFunction() - Method in class com.google.api.expr.v1alpha1.Decl.Builder
Function declaration.
getFunction() - Method in class com.google.api.expr.v1alpha1.Decl
Function declaration.
getFunction() - Method in interface com.google.api.expr.v1alpha1.DeclOrBuilder
Function declaration.
getFunction() - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
Required.
getFunction() - Method in class com.google.api.expr.v1alpha1.Expr.Call
Required.
getFunction() - Method in interface com.google.api.expr.v1alpha1.Expr.CallOrBuilder
Required.
getFunction() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Function type.
getFunction() - Method in class com.google.api.expr.v1alpha1.Type
Function type.
getFunction() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
Function type.
getFunction() - Method in class dev.cel.parser.CelMacro
Returns the function name for this macro.
getFunction() - Method in enum dev.cel.parser.CelStandardMacro
Returns the function name associated with the macro.
getFunction(String) - Method in class dev.cel.checker.Env.DeclGroup
Get a function declaration by name.
getFunctionBuilder() - Method in class com.google.api.expr.v1alpha1.Decl.Builder
Function declaration.
getFunctionBuilder() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Function type.
getFunctionBytes() - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
Required.
getFunctionBytes() - Method in class com.google.api.expr.v1alpha1.Expr.Call
Required.
getFunctionBytes() - Method in interface com.google.api.expr.v1alpha1.Expr.CallOrBuilder
Required.
getFunctionOrBuilder() - Method in class com.google.api.expr.v1alpha1.Decl.Builder
Function declaration.
getFunctionOrBuilder() - Method in class com.google.api.expr.v1alpha1.Decl
Function declaration.
getFunctionOrBuilder() - Method in interface com.google.api.expr.v1alpha1.DeclOrBuilder
Function declaration.
getFunctionOrBuilder() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Function type.
getFunctionOrBuilder() - Method in class com.google.api.expr.v1alpha1.Type
Function type.
getFunctionOrBuilder() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
Function type.
getFunctions() - Method in class dev.cel.checker.Env.DeclGroup
Get an immutable map of the functions in the DeclGroup keyed by declaration name.
getGrammarFileName() - Method in class cel.parser.internal.CELLexer
 
getGrammarFileName() - Method in class cel.parser.internal.CELParser
 
getId() - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep.Builder
Deprecated.
ID of corresponding Expr node.
getId() - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep
Deprecated.
ID of corresponding Expr node.
getId() - Method in interface com.google.api.expr.v1alpha1.Explain.ExprStepOrBuilder
Deprecated.
ID of corresponding Expr node.
getId() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
Required.
getId() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
Required.
getId() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
Required.
getId() - Method in interface com.google.api.expr.v1alpha1.Expr.CreateStruct.EntryOrBuilder
Required.
getId() - Method in class com.google.api.expr.v1alpha1.Expr
Required.
getId() - Method in interface com.google.api.expr.v1alpha1.ExprOrBuilder
Required.
getId() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
Identifier for the extension.
getId() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
Identifier for the extension.
getId() - Method in interface com.google.api.expr.v1alpha1.SourceInfo.ExtensionOrBuilder
Identifier for the extension.
getIdBytes() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
Identifier for the extension.
getIdBytes() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
Identifier for the extension.
getIdBytes() - Method in interface com.google.api.expr.v1alpha1.SourceInfo.ExtensionOrBuilder
Identifier for the extension.
getIdent() - Method in class com.google.api.expr.v1alpha1.Decl.Builder
Identifier declaration.
getIdent() - Method in class com.google.api.expr.v1alpha1.Decl
Identifier declaration.
getIdent() - Method in interface com.google.api.expr.v1alpha1.DeclOrBuilder
Identifier declaration.
getIdent(String) - Method in class dev.cel.checker.Env.DeclGroup
Get an identifier declaration by name.
getIdentBuilder() - Method in class com.google.api.expr.v1alpha1.Decl.Builder
Identifier declaration.
getIdentExpr() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
An identifier expression.
getIdentExpr() - Method in class com.google.api.expr.v1alpha1.Expr
An identifier expression.
getIdentExpr() - Method in interface com.google.api.expr.v1alpha1.ExprOrBuilder
An identifier expression.
getIdentExprBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
An identifier expression.
getIdentExprOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
An identifier expression.
getIdentExprOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr
An identifier expression.
getIdentExprOrBuilder() - Method in interface com.google.api.expr.v1alpha1.ExprOrBuilder
An identifier expression.
getIdentOrBuilder() - Method in class com.google.api.expr.v1alpha1.Decl.Builder
Identifier declaration.
getIdentOrBuilder() - Method in class com.google.api.expr.v1alpha1.Decl
Identifier declaration.
getIdentOrBuilder() - Method in interface com.google.api.expr.v1alpha1.DeclOrBuilder
Identifier declaration.
getIdents() - Method in class dev.cel.checker.Env.DeclGroup
Get an immutable map of the identifiers in the DeclGroup keyed by declaration name.
getInt64Value() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
int64 value.
getInt64Value() - Method in class com.google.api.expr.v1alpha1.Constant
int64 value.
getInt64Value() - Method in interface com.google.api.expr.v1alpha1.ConstantOrBuilder
int64 value.
getInt64Value() - Method in class com.google.api.expr.v1alpha1.Value.Builder
Signed integer value.
getInt64Value() - Method in class com.google.api.expr.v1alpha1.Value
Signed integer value.
getInt64Value() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
Signed integer value.
getIsInstanceFunction() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
Whether the function is to be used in a method call-style `x.f(...)` or a function call-style `f(x, ...)`.
getIsInstanceFunction() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
Whether the function is to be used in a method call-style `x.f(...)` or a function call-style `f(x, ...)`.
getIsInstanceFunction() - Method in interface com.google.api.expr.v1alpha1.Decl.FunctionDecl.OverloadOrBuilder
Whether the function is to be used in a method call-style `x.f(...)` or a function call-style `f(x, ...)`.
getIssueString() - Method in class dev.cel.common.CelValidationResult
Convert all issues to a human-readable string.
getIterRange() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
The range over which the comprehension iterates.
getIterRange() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
The range over which the comprehension iterates.
getIterRange() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
The range over which the comprehension iterates.
getIterRangeBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
The range over which the comprehension iterates.
getIterRangeOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
The range over which the comprehension iterates.
getIterRangeOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
The range over which the comprehension iterates.
getIterRangeOrBuilder() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
The range over which the comprehension iterates.
getIterVar() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
The name of the first iteration variable.
getIterVar() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
The name of the first iteration variable.
getIterVar() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
The name of the first iteration variable.
getIterVar2() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
The name of the second iteration variable, empty if not set.
getIterVar2() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
The name of the second iteration variable, empty if not set.
getIterVar2() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
The name of the second iteration variable, empty if not set.
getIterVar2Bytes() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
The name of the second iteration variable, empty if not set.
getIterVar2Bytes() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
The name of the second iteration variable, empty if not set.
getIterVar2Bytes() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
The name of the second iteration variable, empty if not set.
getIterVarBytes() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
The name of the first iteration variable.
getIterVarBytes() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
The name of the first iteration variable.
getIterVarBytes() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
The name of the first iteration variable.
getKey() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
The key.
getKey() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry
The key.
getKey() - Method in interface com.google.api.expr.v1alpha1.MapValue.EntryOrBuilder
The key.
getKey() - Method in class dev.cel.parser.CelMacro
Returns the unique string used to identify this macro.
getKeyBuilder() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
The key.
getKeyKindCase() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
 
getKeyKindCase() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
 
getKeyKindCase() - Method in interface com.google.api.expr.v1alpha1.Expr.CreateStruct.EntryOrBuilder
 
getKeyOrBuilder() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
The key.
getKeyOrBuilder() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry
The key.
getKeyOrBuilder() - Method in interface com.google.api.expr.v1alpha1.MapValue.EntryOrBuilder
The key.
getKeyType() - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
The type of the key.
getKeyType() - Method in class com.google.api.expr.v1alpha1.Type.MapType
The type of the key.
getKeyType() - Method in interface com.google.api.expr.v1alpha1.Type.MapTypeOrBuilder
The type of the key.
getKeyTypeBuilder() - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
The type of the key.
getKeyTypeOrBuilder() - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
The type of the key.
getKeyTypeOrBuilder() - Method in class com.google.api.expr.v1alpha1.Type.MapType
The type of the key.
getKeyTypeOrBuilder() - Method in interface com.google.api.expr.v1alpha1.Type.MapTypeOrBuilder
The type of the key.
getKind() - Method in class dev.cel.common.ast.CelMutableExpr
 
getKindCase() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
 
getKindCase() - Method in class com.google.api.expr.v1alpha1.ExprValue
 
getKindCase() - Method in interface com.google.api.expr.v1alpha1.ExprValueOrBuilder
 
getKindCase() - Method in class com.google.api.expr.v1alpha1.Value.Builder
 
getKindCase() - Method in class com.google.api.expr.v1alpha1.Value
 
getKindCase() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
 
getLine() - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
The 1-based index of the starting line in the source text where the issue occurs, or 0 if unknown.
getLine() - Method in class com.google.api.expr.v1alpha1.SourcePosition
The 1-based index of the starting line in the source text where the issue occurs, or 0 if unknown.
getLine() - Method in interface com.google.api.expr.v1alpha1.SourcePositionOrBuilder
The 1-based index of the starting line in the source text where the issue occurs, or 0 if unknown.
getLineOffsets() - Method in class dev.cel.common.internal.Errors
Returns the line offet positions for the currently active error context.
getLineOffsets(int) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
Monotonically increasing list of code point offsets where newlines `\n` appear.
getLineOffsets(int) - Method in class com.google.api.expr.v1alpha1.SourceInfo
Monotonically increasing list of code point offsets where newlines `\n` appear.
getLineOffsets(int) - Method in interface com.google.api.expr.v1alpha1.SourceInfoOrBuilder
Monotonically increasing list of code point offsets where newlines `\n` appear.
getLineOffsetsCount() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
Monotonically increasing list of code point offsets where newlines `\n` appear.
getLineOffsetsCount() - Method in class com.google.api.expr.v1alpha1.SourceInfo
Monotonically increasing list of code point offsets where newlines `\n` appear.
getLineOffsetsCount() - Method in interface com.google.api.expr.v1alpha1.SourceInfoOrBuilder
Monotonically increasing list of code point offsets where newlines `\n` appear.
getLineOffsetsList() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
Monotonically increasing list of code point offsets where newlines `\n` appear.
getLineOffsetsList() - Method in class com.google.api.expr.v1alpha1.SourceInfo
Monotonically increasing list of code point offsets where newlines `\n` appear.
getLineOffsetsList() - Method in interface com.google.api.expr.v1alpha1.SourceInfoOrBuilder
Monotonically increasing list of code point offsets where newlines `\n` appear.
getListExpr() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
A list creation expression.
getListExpr() - Method in class com.google.api.expr.v1alpha1.Expr
A list creation expression.
getListExpr() - Method in interface com.google.api.expr.v1alpha1.ExprOrBuilder
A list creation expression.
getListExprBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
A list creation expression.
getListExprOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
A list creation expression.
getListExprOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr
A list creation expression.
getListExprOrBuilder() - Method in interface com.google.api.expr.v1alpha1.ExprOrBuilder
A list creation expression.
getListType() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Parameterized list with elements of `list_type`, e.g.
getListType() - Method in class com.google.api.expr.v1alpha1.Type
Parameterized list with elements of `list_type`, e.g.
getListType() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
Parameterized list with elements of `list_type`, e.g.
getListTypeBuilder() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Parameterized list with elements of `list_type`, e.g.
getListTypeOrBuilder() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Parameterized list with elements of `list_type`, e.g.
getListTypeOrBuilder() - Method in class com.google.api.expr.v1alpha1.Type
Parameterized list with elements of `list_type`, e.g.
getListTypeOrBuilder() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
Parameterized list with elements of `list_type`, e.g.
getListValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
List value.
getListValue() - Method in class com.google.api.expr.v1alpha1.Value
List value.
getListValue() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
List value.
getListValueBuilder() - Method in class com.google.api.expr.v1alpha1.Value.Builder
List value.
getListValueOrBuilder() - Method in class com.google.api.expr.v1alpha1.Value.Builder
List value.
getListValueOrBuilder() - Method in class com.google.api.expr.v1alpha1.Value
List value.
getListValueOrBuilder() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
List value.
getLocation() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
The location name.
getLocation() - Method in class com.google.api.expr.v1alpha1.SourceInfo
The location name.
getLocation() - Method in interface com.google.api.expr.v1alpha1.SourceInfoOrBuilder
The location name.
getLocation() - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
The soucre location name (e.g.
getLocation() - Method in class com.google.api.expr.v1alpha1.SourcePosition
The soucre location name (e.g.
getLocation() - Method in interface com.google.api.expr.v1alpha1.SourcePositionOrBuilder
The soucre location name (e.g.
getLocationAt(int) - Method in class dev.cel.common.internal.Errors
Returns a location description at the current offset position.
getLocationBytes() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
The location name.
getLocationBytes() - Method in class com.google.api.expr.v1alpha1.SourceInfo
The location name.
getLocationBytes() - Method in interface com.google.api.expr.v1alpha1.SourceInfoOrBuilder
The location name.
getLocationBytes() - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
The soucre location name (e.g.
getLocationBytes() - Method in class com.google.api.expr.v1alpha1.SourcePosition
The soucre location name (e.g.
getLocationBytes() - Method in interface com.google.api.expr.v1alpha1.SourcePositionOrBuilder
The soucre location name (e.g.
getLocationPosition(int, int) - Method in class dev.cel.common.internal.Errors
Returns the raw codepoint offset for the given line and column.
getLoopCondition() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
An expression which can contain iter_var, iter_var2, and accu_var.
getLoopCondition() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
An expression which can contain iter_var, iter_var2, and accu_var.
getLoopCondition() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
An expression which can contain iter_var, iter_var2, and accu_var.
getLoopConditionBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
An expression which can contain iter_var, iter_var2, and accu_var.
getLoopConditionOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
An expression which can contain iter_var, iter_var2, and accu_var.
getLoopConditionOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
An expression which can contain iter_var, iter_var2, and accu_var.
getLoopConditionOrBuilder() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
An expression which can contain iter_var, iter_var2, and accu_var.
getLoopStep() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
An expression which can contain iter_var, iter_var2, and accu_var.
getLoopStep() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
An expression which can contain iter_var, iter_var2, and accu_var.
getLoopStep() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
An expression which can contain iter_var, iter_var2, and accu_var.
getLoopStepBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
An expression which can contain iter_var, iter_var2, and accu_var.
getLoopStepOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
An expression which can contain iter_var, iter_var2, and accu_var.
getLoopStepOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
An expression which can contain iter_var, iter_var2, and accu_var.
getLoopStepOrBuilder() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
An expression which can contain iter_var, iter_var2, and accu_var.
getMacroCalls() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
Deprecated.
getMacroCalls() - Method in class com.google.api.expr.v1alpha1.SourceInfo
Deprecated.
getMacroCalls() - Method in interface com.google.api.expr.v1alpha1.SourceInfoOrBuilder
Deprecated.
getMacroCalls() - Method in class dev.cel.common.CelMutableSource
 
getMacroCallsCount() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
 
getMacroCallsCount() - Method in class com.google.api.expr.v1alpha1.SourceInfo
 
getMacroCallsCount() - Method in interface com.google.api.expr.v1alpha1.SourceInfoOrBuilder
A map from the parse node id where a macro replacement was made to the call `Expr` that resulted in a macro expansion.
getMacroCallsMap() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
A map from the parse node id where a macro replacement was made to the call `Expr` that resulted in a macro expansion.
getMacroCallsMap() - Method in class com.google.api.expr.v1alpha1.SourceInfo
A map from the parse node id where a macro replacement was made to the call `Expr` that resulted in a macro expansion.
getMacroCallsMap() - Method in interface com.google.api.expr.v1alpha1.SourceInfoOrBuilder
A map from the parse node id where a macro replacement was made to the call `Expr` that resulted in a macro expansion.
getMacroCallsOrDefault(long, Expr) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
A map from the parse node id where a macro replacement was made to the call `Expr` that resulted in a macro expansion.
getMacroCallsOrDefault(long, Expr) - Method in class com.google.api.expr.v1alpha1.SourceInfo
A map from the parse node id where a macro replacement was made to the call `Expr` that resulted in a macro expansion.
getMacroCallsOrDefault(long, Expr) - Method in interface com.google.api.expr.v1alpha1.SourceInfoOrBuilder
A map from the parse node id where a macro replacement was made to the call `Expr` that resulted in a macro expansion.
getMacroCallsOrThrow(long) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
A map from the parse node id where a macro replacement was made to the call `Expr` that resulted in a macro expansion.
getMacroCallsOrThrow(long) - Method in class com.google.api.expr.v1alpha1.SourceInfo
A map from the parse node id where a macro replacement was made to the call `Expr` that resulted in a macro expansion.
getMacroCallsOrThrow(long) - Method in interface com.google.api.expr.v1alpha1.SourceInfoOrBuilder
A map from the parse node id where a macro replacement was made to the call `Expr` that resulted in a macro expansion.
getMajor() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version.Builder
Major version changes indicate different required support level from the required components.
getMajor() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
Major version changes indicate different required support level from the required components.
getMajor() - Method in interface com.google.api.expr.v1alpha1.SourceInfo.Extension.VersionOrBuilder
Major version changes indicate different required support level from the required components.
getMapKey() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
The key expression for a map creation statement.
getMapKey() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
The key expression for a map creation statement.
getMapKey() - Method in interface com.google.api.expr.v1alpha1.Expr.CreateStruct.EntryOrBuilder
The key expression for a map creation statement.
getMapKeyBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
The key expression for a map creation statement.
getMapKeyOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
The key expression for a map creation statement.
getMapKeyOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
The key expression for a map creation statement.
getMapKeyOrBuilder() - Method in interface com.google.api.expr.v1alpha1.Expr.CreateStruct.EntryOrBuilder
The key expression for a map creation statement.
getMapType() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Parameterized map with typed keys and values.
getMapType() - Method in class com.google.api.expr.v1alpha1.Type
Parameterized map with typed keys and values.
getMapType() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
Parameterized map with typed keys and values.
getMapTypeBuilder() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Parameterized map with typed keys and values.
getMapTypeOrBuilder() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Parameterized map with typed keys and values.
getMapTypeOrBuilder() - Method in class com.google.api.expr.v1alpha1.Type
Parameterized map with typed keys and values.
getMapTypeOrBuilder() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
Parameterized map with typed keys and values.
getMapValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
Map value.
getMapValue() - Method in class com.google.api.expr.v1alpha1.Value
Map value.
getMapValue() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
Map value.
getMapValueBuilder() - Method in class com.google.api.expr.v1alpha1.Value.Builder
Map value.
getMapValueOrBuilder() - Method in class com.google.api.expr.v1alpha1.Value.Builder
Map value.
getMapValueOrBuilder() - Method in class com.google.api.expr.v1alpha1.Value
Map value.
getMapValueOrBuilder() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
Map value.
getMessage() - Method in class dev.cel.common.CelIssue
 
getMessageName() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
The type name of the message to be created, empty when creating map literals.
getMessageName() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
The type name of the message to be created, empty when creating map literals.
getMessageName() - Method in interface com.google.api.expr.v1alpha1.Expr.CreateStructOrBuilder
The type name of the message to be created, empty when creating map literals.
getMessageNameBytes() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
The type name of the message to be created, empty when creating map literals.
getMessageNameBytes() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
The type name of the message to be created, empty when creating map literals.
getMessageNameBytes() - Method in interface com.google.api.expr.v1alpha1.Expr.CreateStructOrBuilder
The type name of the message to be created, empty when creating map literals.
getMessageType() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Protocol buffer message type.
getMessageType() - Method in class com.google.api.expr.v1alpha1.Type
Protocol buffer message type.
getMessageType() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
Protocol buffer message type.
getMessageTypeBytes() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Protocol buffer message type.
getMessageTypeBytes() - Method in class com.google.api.expr.v1alpha1.Type
Protocol buffer message type.
getMessageTypeBytes() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
Protocol buffer message type.
getMinor() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version.Builder
Minor version changes must not change the observed behavior from existing implementations, but may be provided informationally.
getMinor() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
Minor version changes must not change the observed behavior from existing implementations, but may be provided informationally.
getMinor() - Method in interface com.google.api.expr.v1alpha1.SourceInfo.Extension.VersionOrBuilder
Minor version changes must not change the observed behavior from existing implementations, but may be provided informationally.
getModeNames() - Method in class cel.parser.internal.CELLexer
 
getMutableMacroCalls() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
Deprecated.
getMutablePositions() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
Deprecated.
getMutableReferenceMap() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
Deprecated.
getMutableTypeMap() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
Deprecated.
getName() - Method in class com.google.api.expr.v1alpha1.Decl.Builder
The fully qualified name of the declaration.
getName() - Method in class com.google.api.expr.v1alpha1.Decl
The fully qualified name of the declaration.
getName() - Method in interface com.google.api.expr.v1alpha1.DeclOrBuilder
The fully qualified name of the declaration.
getName() - Method in class com.google.api.expr.v1alpha1.Expr.Ident.Builder
Required.
getName() - Method in class com.google.api.expr.v1alpha1.Expr.Ident
Required.
getName() - Method in interface com.google.api.expr.v1alpha1.Expr.IdentOrBuilder
Required.
getName() - Method in class com.google.api.expr.v1alpha1.Reference.Builder
The fully qualified name of the declaration.
getName() - Method in class com.google.api.expr.v1alpha1.Reference
The fully qualified name of the declaration.
getName() - Method in interface com.google.api.expr.v1alpha1.ReferenceOrBuilder
The fully qualified name of the declaration.
getName() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
The fully qualified name of this abstract type.
getName() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType
The fully qualified name of this abstract type.
getName() - Method in interface com.google.api.expr.v1alpha1.Type.AbstractTypeOrBuilder
The fully qualified name of this abstract type.
getNameBytes() - Method in class com.google.api.expr.v1alpha1.Decl.Builder
The fully qualified name of the declaration.
getNameBytes() - Method in class com.google.api.expr.v1alpha1.Decl
The fully qualified name of the declaration.
getNameBytes() - Method in interface com.google.api.expr.v1alpha1.DeclOrBuilder
The fully qualified name of the declaration.
getNameBytes() - Method in class com.google.api.expr.v1alpha1.Expr.Ident.Builder
Required.
getNameBytes() - Method in class com.google.api.expr.v1alpha1.Expr.Ident
Required.
getNameBytes() - Method in interface com.google.api.expr.v1alpha1.Expr.IdentOrBuilder
Required.
getNameBytes() - Method in class com.google.api.expr.v1alpha1.Reference.Builder
The fully qualified name of the declaration.
getNameBytes() - Method in class com.google.api.expr.v1alpha1.Reference
The fully qualified name of the declaration.
getNameBytes() - Method in interface com.google.api.expr.v1alpha1.ReferenceOrBuilder
The fully qualified name of the declaration.
getNameBytes() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
The fully qualified name of this abstract type.
getNameBytes() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType
The fully qualified name of this abstract type.
getNameBytes() - Method in interface com.google.api.expr.v1alpha1.Type.AbstractTypeOrBuilder
The fully qualified name of this abstract type.
getNull() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Null value.
getNull() - Method in class com.google.api.expr.v1alpha1.Type
Null value.
getNull() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
Null value.
getNullValue() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
null value.
getNullValue() - Method in class com.google.api.expr.v1alpha1.Constant
null value.
getNullValue() - Method in interface com.google.api.expr.v1alpha1.ConstantOrBuilder
null value.
getNullValue() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Null value.
getNullValue() - Method in class com.google.api.expr.v1alpha1.Type
Null value.
getNullValue() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
Null value.
getNullValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
Null value.
getNullValue() - Method in class com.google.api.expr.v1alpha1.Value
Null value.
getNullValue() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
Null value.
getNullValueValue() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
null value.
getNullValueValue() - Method in class com.google.api.expr.v1alpha1.Constant
null value.
getNullValueValue() - Method in interface com.google.api.expr.v1alpha1.ConstantOrBuilder
null value.
getNullValueValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
Null value.
getNullValueValue() - Method in class com.google.api.expr.v1alpha1.Value
Null value.
getNullValueValue() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
Null value.
getNumber() - Method in enum com.google.api.expr.v1alpha1.Constant.ConstantKindCase
 
getNumber() - Method in enum com.google.api.expr.v1alpha1.Decl.DeclKindCase
 
getNumber() - Method in enum com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.KeyKindCase
 
getNumber() - Method in enum com.google.api.expr.v1alpha1.Expr.ExprKindCase
 
getNumber() - Method in enum com.google.api.expr.v1alpha1.ExprValue.KindCase
 
getNumber() - Method in enum com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
 
getNumber() - Method in enum com.google.api.expr.v1alpha1.Type.PrimitiveType
 
getNumber() - Method in enum com.google.api.expr.v1alpha1.Type.TypeKindCase
 
getNumber() - Method in enum com.google.api.expr.v1alpha1.Type.WellKnownType
 
getNumber() - Method in enum com.google.api.expr.v1alpha1.Value.KindCase
 
getObjectValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
The proto message backing an object value.
getObjectValue() - Method in class com.google.api.expr.v1alpha1.Value
The proto message backing an object value.
getObjectValue() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
The proto message backing an object value.
getObjectValueBuilder() - Method in class com.google.api.expr.v1alpha1.Value.Builder
The proto message backing an object value.
getObjectValueOrBuilder() - Method in class com.google.api.expr.v1alpha1.Value.Builder
The proto message backing an object value.
getObjectValueOrBuilder() - Method in class com.google.api.expr.v1alpha1.Value
The proto message backing an object value.
getObjectValueOrBuilder() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
The proto message backing an object value.
getOffset() - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
The UTF-8 code unit offset.
getOffset() - Method in class com.google.api.expr.v1alpha1.SourcePosition
The UTF-8 code unit offset.
getOffset() - Method in interface com.google.api.expr.v1alpha1.SourcePositionOrBuilder
The UTF-8 code unit offset.
getOperand() - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
Required.
getOperand() - Method in class com.google.api.expr.v1alpha1.Expr.Select
Required.
getOperand() - Method in interface com.google.api.expr.v1alpha1.Expr.SelectOrBuilder
Required.
getOperandBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
Required.
getOperandOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
Required.
getOperandOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Select
Required.
getOperandOrBuilder() - Method in interface com.google.api.expr.v1alpha1.Expr.SelectOrBuilder
Required.
getOptionalEntry() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
Whether the key-value pair is optional.
getOptionalEntry() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
Whether the key-value pair is optional.
getOptionalEntry() - Method in interface com.google.api.expr.v1alpha1.Expr.CreateStruct.EntryOrBuilder
Whether the key-value pair is optional.
getOptionalIndices(int) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
The indices within the elements list which are marked as optional elements.
getOptionalIndices(int) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList
The indices within the elements list which are marked as optional elements.
getOptionalIndices(int) - Method in interface com.google.api.expr.v1alpha1.Expr.CreateListOrBuilder
The indices within the elements list which are marked as optional elements.
getOptionalIndicesCount() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
The indices within the elements list which are marked as optional elements.
getOptionalIndicesCount() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList
The indices within the elements list which are marked as optional elements.
getOptionalIndicesCount() - Method in interface com.google.api.expr.v1alpha1.Expr.CreateListOrBuilder
The indices within the elements list which are marked as optional elements.
getOptionalIndicesList() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
The indices within the elements list which are marked as optional elements.
getOptionalIndicesList() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList
The indices within the elements list which are marked as optional elements.
getOptionalIndicesList() - Method in interface com.google.api.expr.v1alpha1.Expr.CreateListOrBuilder
The indices within the elements list which are marked as optional elements.
getOptions() - Method in interface dev.cel.parser.CelParserBuilder
Retrieves the currently configured CelOptions for the parser.
getOptions() - Method in class dev.cel.parser.CelParserImpl.Builder
 
getOptions() - Method in class dev.cel.parser.CelParserImpl
Return the options the CelParser was originally created with.
getOverloadId() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
Required.
getOverloadId() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
Required.
getOverloadId() - Method in interface com.google.api.expr.v1alpha1.Decl.FunctionDecl.OverloadOrBuilder
Required.
getOverloadId(int) - Method in class com.google.api.expr.v1alpha1.Reference.Builder
For references to functions, this is a list of `Overload.overload_id` values which match according to typing rules.
getOverloadId(int) - Method in class com.google.api.expr.v1alpha1.Reference
For references to functions, this is a list of `Overload.overload_id` values which match according to typing rules.
getOverloadId(int) - Method in interface com.google.api.expr.v1alpha1.ReferenceOrBuilder
For references to functions, this is a list of `Overload.overload_id` values which match according to typing rules.
getOverloadIdBytes() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
Required.
getOverloadIdBytes() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
Required.
getOverloadIdBytes() - Method in interface com.google.api.expr.v1alpha1.Decl.FunctionDecl.OverloadOrBuilder
Required.
getOverloadIdBytes(int) - Method in class com.google.api.expr.v1alpha1.Reference.Builder
For references to functions, this is a list of `Overload.overload_id` values which match according to typing rules.
getOverloadIdBytes(int) - Method in class com.google.api.expr.v1alpha1.Reference
For references to functions, this is a list of `Overload.overload_id` values which match according to typing rules.
getOverloadIdBytes(int) - Method in interface com.google.api.expr.v1alpha1.ReferenceOrBuilder
For references to functions, this is a list of `Overload.overload_id` values which match according to typing rules.
getOverloadIdCount() - Method in class com.google.api.expr.v1alpha1.Reference.Builder
For references to functions, this is a list of `Overload.overload_id` values which match according to typing rules.
getOverloadIdCount() - Method in class com.google.api.expr.v1alpha1.Reference
For references to functions, this is a list of `Overload.overload_id` values which match according to typing rules.
getOverloadIdCount() - Method in interface com.google.api.expr.v1alpha1.ReferenceOrBuilder
For references to functions, this is a list of `Overload.overload_id` values which match according to typing rules.
getOverloadIdList() - Method in class com.google.api.expr.v1alpha1.Reference.Builder
For references to functions, this is a list of `Overload.overload_id` values which match according to typing rules.
getOverloadIdList() - Method in class com.google.api.expr.v1alpha1.Reference
For references to functions, this is a list of `Overload.overload_id` values which match according to typing rules.
getOverloadIdList() - Method in interface com.google.api.expr.v1alpha1.ReferenceOrBuilder
For references to functions, this is a list of `Overload.overload_id` values which match according to typing rules.
getOverloads(int) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
Required.
getOverloads(int) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
Required.
getOverloads(int) - Method in interface com.google.api.expr.v1alpha1.Decl.FunctionDeclOrBuilder
Required.
getOverloadsBuilder(int) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
Required.
getOverloadsBuilderList() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
Required.
getOverloadsCount() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
Required.
getOverloadsCount() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
Required.
getOverloadsCount() - Method in interface com.google.api.expr.v1alpha1.Decl.FunctionDeclOrBuilder
Required.
getOverloadsList() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
Required.
getOverloadsList() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
Required.
getOverloadsList() - Method in interface com.google.api.expr.v1alpha1.Decl.FunctionDeclOrBuilder
Required.
getOverloadsOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
Required.
getOverloadsOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
Required.
getOverloadsOrBuilder(int) - Method in interface com.google.api.expr.v1alpha1.Decl.FunctionDeclOrBuilder
Required.
getOverloadsOrBuilderList() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
Required.
getOverloadsOrBuilderList() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
Required.
getOverloadsOrBuilderList() - Method in interface com.google.api.expr.v1alpha1.Decl.FunctionDeclOrBuilder
Required.
getParameterTypes(int) - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
Parameter types for this abstract type.
getParameterTypes(int) - Method in class com.google.api.expr.v1alpha1.Type.AbstractType
Parameter types for this abstract type.
getParameterTypes(int) - Method in interface com.google.api.expr.v1alpha1.Type.AbstractTypeOrBuilder
Parameter types for this abstract type.
getParameterTypesBuilder(int) - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
Parameter types for this abstract type.
getParameterTypesBuilderList() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
Parameter types for this abstract type.
getParameterTypesCount() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
Parameter types for this abstract type.
getParameterTypesCount() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType
Parameter types for this abstract type.
getParameterTypesCount() - Method in interface com.google.api.expr.v1alpha1.Type.AbstractTypeOrBuilder
Parameter types for this abstract type.
getParameterTypesList() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
Parameter types for this abstract type.
getParameterTypesList() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType
Parameter types for this abstract type.
getParameterTypesList() - Method in interface com.google.api.expr.v1alpha1.Type.AbstractTypeOrBuilder
Parameter types for this abstract type.
getParameterTypesOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
Parameter types for this abstract type.
getParameterTypesOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.Type.AbstractType
Parameter types for this abstract type.
getParameterTypesOrBuilder(int) - Method in interface com.google.api.expr.v1alpha1.Type.AbstractTypeOrBuilder
Parameter types for this abstract type.
getParameterTypesOrBuilderList() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
Parameter types for this abstract type.
getParameterTypesOrBuilderList() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType
Parameter types for this abstract type.
getParameterTypesOrBuilderList() - Method in interface com.google.api.expr.v1alpha1.Type.AbstractTypeOrBuilder
Parameter types for this abstract type.
getParams(int) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
getParams(int) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
getParams(int) - Method in interface com.google.api.expr.v1alpha1.Decl.FunctionDecl.OverloadOrBuilder
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
getParamsBuilder(int) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
getParamsBuilderList() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
getParamsCount() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
getParamsCount() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
getParamsCount() - Method in interface com.google.api.expr.v1alpha1.Decl.FunctionDecl.OverloadOrBuilder
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
getParamsList() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
getParamsList() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
getParamsList() - Method in interface com.google.api.expr.v1alpha1.Decl.FunctionDecl.OverloadOrBuilder
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
getParamsOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
getParamsOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
getParamsOrBuilder(int) - Method in interface com.google.api.expr.v1alpha1.Decl.FunctionDecl.OverloadOrBuilder
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
getParamsOrBuilderList() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
getParamsOrBuilderList() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
getParamsOrBuilderList() - Method in interface com.google.api.expr.v1alpha1.Decl.FunctionDecl.OverloadOrBuilder
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
getParserForType() - Method in class com.google.api.expr.v1alpha1.CheckedExpr
 
getParserForType() - Method in class com.google.api.expr.v1alpha1.Constant
 
getParserForType() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
 
getParserForType() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
 
getParserForType() - Method in class com.google.api.expr.v1alpha1.Decl
 
getParserForType() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
 
getParserForType() - Method in class com.google.api.expr.v1alpha1.EnumValue
 
getParserForType() - Method in class com.google.api.expr.v1alpha1.ErrorSet
 
getParserForType() - Method in class com.google.api.expr.v1alpha1.EvalState
 
getParserForType() - Method in class com.google.api.expr.v1alpha1.EvalState.Result
 
getParserForType() - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep
Deprecated.
 
getParserForType() - Method in class com.google.api.expr.v1alpha1.Explain
Deprecated.
 
getParserForType() - Method in class com.google.api.expr.v1alpha1.Expr.Call
 
getParserForType() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
 
getParserForType() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList
 
getParserForType() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
 
getParserForType() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
 
getParserForType() - Method in class com.google.api.expr.v1alpha1.Expr
 
getParserForType() - Method in class com.google.api.expr.v1alpha1.Expr.Ident
 
getParserForType() - Method in class com.google.api.expr.v1alpha1.Expr.Select
 
getParserForType() - Method in class com.google.api.expr.v1alpha1.ExprValue
 
getParserForType() - Method in class com.google.api.expr.v1alpha1.ListValue
 
getParserForType() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry
 
getParserForType() - Method in class com.google.api.expr.v1alpha1.MapValue
 
getParserForType() - Method in class com.google.api.expr.v1alpha1.ParsedExpr
 
getParserForType() - Method in class com.google.api.expr.v1alpha1.Reference
 
getParserForType() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
 
getParserForType() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
 
getParserForType() - Method in class com.google.api.expr.v1alpha1.SourceInfo
 
getParserForType() - Method in class com.google.api.expr.v1alpha1.SourcePosition
 
getParserForType() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType
 
getParserForType() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType
 
getParserForType() - Method in class com.google.api.expr.v1alpha1.Type
 
getParserForType() - Method in class com.google.api.expr.v1alpha1.Type.ListType
 
getParserForType() - Method in class com.google.api.expr.v1alpha1.Type.MapType
 
getParserForType() - Method in class com.google.api.expr.v1alpha1.UnknownSet
 
getParserForType() - Method in class com.google.api.expr.v1alpha1.Value
 
getPositionLocation(int) - Method in class dev.cel.common.internal.Errors
Returns the SourceLocation for the given codepoint offset position.
getPositions() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
Deprecated.
getPositions() - Method in class com.google.api.expr.v1alpha1.SourceInfo
Deprecated.
getPositions() - Method in interface com.google.api.expr.v1alpha1.SourceInfoOrBuilder
Deprecated.
getPositionsCount() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
 
getPositionsCount() - Method in class com.google.api.expr.v1alpha1.SourceInfo
 
getPositionsCount() - Method in interface com.google.api.expr.v1alpha1.SourceInfoOrBuilder
A map from the parse node id (e.g.
getPositionsMap() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
A map from the parse node id (e.g.
getPositionsMap() - Method in class com.google.api.expr.v1alpha1.SourceInfo
A map from the parse node id (e.g.
getPositionsMap() - Method in interface com.google.api.expr.v1alpha1.SourceInfoOrBuilder
A map from the parse node id (e.g.
getPositionsOrDefault(long, int) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
A map from the parse node id (e.g.
getPositionsOrDefault(long, int) - Method in class com.google.api.expr.v1alpha1.SourceInfo
A map from the parse node id (e.g.
getPositionsOrDefault(long, int) - Method in interface com.google.api.expr.v1alpha1.SourceInfoOrBuilder
A map from the parse node id (e.g.
getPositionsOrThrow(long) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
A map from the parse node id (e.g.
getPositionsOrThrow(long) - Method in class com.google.api.expr.v1alpha1.SourceInfo
A map from the parse node id (e.g.
getPositionsOrThrow(long) - Method in interface com.google.api.expr.v1alpha1.SourceInfoOrBuilder
A map from the parse node id (e.g.
getPrimitive() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.
getPrimitive() - Method in class com.google.api.expr.v1alpha1.Type
Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.
getPrimitive() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.
getPrimitiveValue() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.
getPrimitiveValue() - Method in class com.google.api.expr.v1alpha1.Type
Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.
getPrimitiveValue() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.
getReference(long) - Method in class dev.cel.common.CelMutableAst
Returns the resolved reference to a declaration at expression ID for a type-checked AST.
getReferenceMap() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
Deprecated.
getReferenceMap() - Method in class com.google.api.expr.v1alpha1.CheckedExpr
Deprecated.
getReferenceMap() - Method in interface com.google.api.expr.v1alpha1.CheckedExprOrBuilder
Deprecated.
getReferenceMapCount() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
 
getReferenceMapCount() - Method in class com.google.api.expr.v1alpha1.CheckedExpr
 
getReferenceMapCount() - Method in interface com.google.api.expr.v1alpha1.CheckedExprOrBuilder
A map from expression ids to resolved references.
getReferenceMapMap() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
A map from expression ids to resolved references.
getReferenceMapMap() - Method in class com.google.api.expr.v1alpha1.CheckedExpr
A map from expression ids to resolved references.
getReferenceMapMap() - Method in interface com.google.api.expr.v1alpha1.CheckedExprOrBuilder
A map from expression ids to resolved references.
getReferenceMapOrDefault(long, Reference) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
A map from expression ids to resolved references.
getReferenceMapOrDefault(long, Reference) - Method in class com.google.api.expr.v1alpha1.CheckedExpr
A map from expression ids to resolved references.
getReferenceMapOrDefault(long, Reference) - Method in interface com.google.api.expr.v1alpha1.CheckedExprOrBuilder
A map from expression ids to resolved references.
getReferenceMapOrThrow(long) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
A map from expression ids to resolved references.
getReferenceMapOrThrow(long) - Method in class com.google.api.expr.v1alpha1.CheckedExpr
A map from expression ids to resolved references.
getReferenceMapOrThrow(long) - Method in interface com.google.api.expr.v1alpha1.CheckedExprOrBuilder
A map from expression ids to resolved references.
getRefMap() - Method in class dev.cel.checker.Env
Returns the reference map.
getResult() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
An expression which can contain accu_var.
getResult() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
An expression which can contain accu_var.
getResult() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
An expression which can contain accu_var.
getResultBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
An expression which can contain accu_var.
getResultOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
An expression which can contain accu_var.
getResultOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
An expression which can contain accu_var.
getResultOrBuilder() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
An expression which can contain accu_var.
getResults(int) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
An ordered list of results.
getResults(int) - Method in class com.google.api.expr.v1alpha1.EvalState
An ordered list of results.
getResults(int) - Method in interface com.google.api.expr.v1alpha1.EvalStateOrBuilder
An ordered list of results.
getResultsBuilder(int) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
An ordered list of results.
getResultsBuilderList() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
An ordered list of results.
getResultsCount() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
An ordered list of results.
getResultsCount() - Method in class com.google.api.expr.v1alpha1.EvalState
An ordered list of results.
getResultsCount() - Method in interface com.google.api.expr.v1alpha1.EvalStateOrBuilder
An ordered list of results.
getResultsList() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
An ordered list of results.
getResultsList() - Method in class com.google.api.expr.v1alpha1.EvalState
An ordered list of results.
getResultsList() - Method in interface com.google.api.expr.v1alpha1.EvalStateOrBuilder
An ordered list of results.
getResultsOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
An ordered list of results.
getResultsOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.EvalState
An ordered list of results.
getResultsOrBuilder(int) - Method in interface com.google.api.expr.v1alpha1.EvalStateOrBuilder
An ordered list of results.
getResultsOrBuilderList() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
An ordered list of results.
getResultsOrBuilderList() - Method in class com.google.api.expr.v1alpha1.EvalState
An ordered list of results.
getResultsOrBuilderList() - Method in interface com.google.api.expr.v1alpha1.EvalStateOrBuilder
An ordered list of results.
getResultType() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
Required.
getResultType() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
Required.
getResultType() - Method in interface com.google.api.expr.v1alpha1.Decl.FunctionDecl.OverloadOrBuilder
Required.
getResultType() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
Result type of the function.
getResultType() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType
Result type of the function.
getResultType() - Method in interface com.google.api.expr.v1alpha1.Type.FunctionTypeOrBuilder
Result type of the function.
getResultTypeBuilder() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
Required.
getResultTypeBuilder() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
Result type of the function.
getResultTypeOrBuilder() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
Required.
getResultTypeOrBuilder() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
Required.
getResultTypeOrBuilder() - Method in interface com.google.api.expr.v1alpha1.Decl.FunctionDecl.OverloadOrBuilder
Required.
getResultTypeOrBuilder() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
Result type of the function.
getResultTypeOrBuilder() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType
Result type of the function.
getResultTypeOrBuilder() - Method in interface com.google.api.expr.v1alpha1.Type.FunctionTypeOrBuilder
Result type of the function.
getRuleIndex() - Method in class cel.parser.internal.CELParser.CalcContext
 
getRuleIndex() - Method in class cel.parser.internal.CELParser.ConditionalAndContext
 
getRuleIndex() - Method in class cel.parser.internal.CELParser.ConditionalOrContext
 
getRuleIndex() - Method in class cel.parser.internal.CELParser.EscapeIdentContext
 
getRuleIndex() - Method in class cel.parser.internal.CELParser.ExprContext
 
getRuleIndex() - Method in class cel.parser.internal.CELParser.ExprListContext
 
getRuleIndex() - Method in class cel.parser.internal.CELParser.FieldInitializerListContext
 
getRuleIndex() - Method in class cel.parser.internal.CELParser.ListInitContext
 
getRuleIndex() - Method in class cel.parser.internal.CELParser.LiteralContext
 
getRuleIndex() - Method in class cel.parser.internal.CELParser.MapInitializerListContext
 
getRuleIndex() - Method in class cel.parser.internal.CELParser.MemberContext
 
getRuleIndex() - Method in class cel.parser.internal.CELParser.OptExprContext
 
getRuleIndex() - Method in class cel.parser.internal.CELParser.OptFieldContext
 
getRuleIndex() - Method in class cel.parser.internal.CELParser.PrimaryContext
 
getRuleIndex() - Method in class cel.parser.internal.CELParser.RelationContext
 
getRuleIndex() - Method in class cel.parser.internal.CELParser.StartContext
 
getRuleIndex() - Method in class cel.parser.internal.CELParser.UnaryContext
 
getRuleNames() - Method in class cel.parser.internal.CELLexer
 
getRuleNames() - Method in class cel.parser.internal.CELParser
 
getSelectExpr() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
A field selection expression, e.g.
getSelectExpr() - Method in class com.google.api.expr.v1alpha1.Expr
A field selection expression, e.g.
getSelectExpr() - Method in interface com.google.api.expr.v1alpha1.ExprOrBuilder
A field selection expression, e.g.
getSelectExprBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
A field selection expression, e.g.
getSelectExprOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
A field selection expression, e.g.
getSelectExprOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr
A field selection expression, e.g.
getSelectExprOrBuilder() - Method in interface com.google.api.expr.v1alpha1.ExprOrBuilder
A field selection expression, e.g.
getSerializedATN() - Method in class cel.parser.internal.CELLexer
 
getSerializedATN() - Method in class cel.parser.internal.CELParser
 
getSerializedSize() - Method in class com.google.api.expr.v1alpha1.CheckedExpr
 
getSerializedSize() - Method in class com.google.api.expr.v1alpha1.Constant
 
getSerializedSize() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
 
getSerializedSize() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
 
getSerializedSize() - Method in class com.google.api.expr.v1alpha1.Decl
 
getSerializedSize() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
 
getSerializedSize() - Method in class com.google.api.expr.v1alpha1.EnumValue
 
getSerializedSize() - Method in class com.google.api.expr.v1alpha1.ErrorSet
 
getSerializedSize() - Method in class com.google.api.expr.v1alpha1.EvalState
 
getSerializedSize() - Method in class com.google.api.expr.v1alpha1.EvalState.Result
 
getSerializedSize() - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep
Deprecated.
 
getSerializedSize() - Method in class com.google.api.expr.v1alpha1.Explain
Deprecated.
 
getSerializedSize() - Method in class com.google.api.expr.v1alpha1.Expr.Call
 
getSerializedSize() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
 
getSerializedSize() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList
 
getSerializedSize() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
 
getSerializedSize() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
 
getSerializedSize() - Method in class com.google.api.expr.v1alpha1.Expr
 
getSerializedSize() - Method in class com.google.api.expr.v1alpha1.Expr.Ident
 
getSerializedSize() - Method in class com.google.api.expr.v1alpha1.Expr.Select
 
getSerializedSize() - Method in class com.google.api.expr.v1alpha1.ExprValue
 
getSerializedSize() - Method in class com.google.api.expr.v1alpha1.ListValue
 
getSerializedSize() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry
 
getSerializedSize() - Method in class com.google.api.expr.v1alpha1.MapValue
 
getSerializedSize() - Method in class com.google.api.expr.v1alpha1.ParsedExpr
 
getSerializedSize() - Method in class com.google.api.expr.v1alpha1.Reference
 
getSerializedSize() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
 
getSerializedSize() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
 
getSerializedSize() - Method in class com.google.api.expr.v1alpha1.SourceInfo
 
getSerializedSize() - Method in class com.google.api.expr.v1alpha1.SourcePosition
 
getSerializedSize() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType
 
getSerializedSize() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType
 
getSerializedSize() - Method in class com.google.api.expr.v1alpha1.Type
 
getSerializedSize() - Method in class com.google.api.expr.v1alpha1.Type.ListType
 
getSerializedSize() - Method in class com.google.api.expr.v1alpha1.Type.MapType
 
getSerializedSize() - Method in class com.google.api.expr.v1alpha1.UnknownSet
 
getSerializedSize() - Method in class com.google.api.expr.v1alpha1.Value
 
getSeverity() - Method in class dev.cel.common.CelIssue
 
getSnippet(int) - Method in class dev.cel.common.internal.Errors
Returns the snippet of source at the given line, if present.
getSource() - Method in exception dev.cel.common.CelValidationException
Returns the CelSource that was being validated.
getSource() - Method in class dev.cel.common.CelValidationResult
Return the CelSource associated with the result.
getSourceInfo() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.
getSourceInfo() - Method in class com.google.api.expr.v1alpha1.CheckedExpr
The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.
getSourceInfo() - Method in interface com.google.api.expr.v1alpha1.CheckedExprOrBuilder
The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.
getSourceInfo() - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
The source info derived from input that generated the parsed `expr`.
getSourceInfo() - Method in class com.google.api.expr.v1alpha1.ParsedExpr
The source info derived from input that generated the parsed `expr`.
getSourceInfo() - Method in interface com.google.api.expr.v1alpha1.ParsedExprOrBuilder
The source info derived from input that generated the parsed `expr`.
getSourceInfoBuilder() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.
getSourceInfoBuilder() - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
The source info derived from input that generated the parsed `expr`.
getSourceInfoOrBuilder() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.
getSourceInfoOrBuilder() - Method in class com.google.api.expr.v1alpha1.CheckedExpr
The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.
getSourceInfoOrBuilder() - Method in interface com.google.api.expr.v1alpha1.CheckedExprOrBuilder
The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.
getSourceInfoOrBuilder() - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
The source info derived from input that generated the parsed `expr`.
getSourceInfoOrBuilder() - Method in class com.google.api.expr.v1alpha1.ParsedExpr
The source info derived from input that generated the parsed `expr`.
getSourceInfoOrBuilder() - Method in interface com.google.api.expr.v1alpha1.ParsedExprOrBuilder
The source info derived from input that generated the parsed `expr`.
getSourceLocation() - Method in class dev.cel.common.CelIssue
 
getSourceLocation(long) - Method in class dev.cel.parser.CelMacroExprFactory
Retrieves the source location for the given CelExpr ID.
getSourceLocation(CelExpr) - Method in class dev.cel.parser.CelMacroExprFactory
Retrieves the source location for the given CelExpr ID.
getSourceName() - Method in class dev.cel.common.internal.CodePointStream
 
getStringValue() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
string value.
getStringValue() - Method in class com.google.api.expr.v1alpha1.Constant
string value.
getStringValue() - Method in interface com.google.api.expr.v1alpha1.ConstantOrBuilder
string value.
getStringValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
UTF-8 string value.
getStringValue() - Method in class com.google.api.expr.v1alpha1.Value
UTF-8 string value.
getStringValue() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
UTF-8 string value.
getStringValueBytes() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
string value.
getStringValueBytes() - Method in class com.google.api.expr.v1alpha1.Constant
string value.
getStringValueBytes() - Method in interface com.google.api.expr.v1alpha1.ConstantOrBuilder
string value.
getStringValueBytes() - Method in class com.google.api.expr.v1alpha1.Value.Builder
UTF-8 string value.
getStringValueBytes() - Method in class com.google.api.expr.v1alpha1.Value
UTF-8 string value.
getStringValueBytes() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
UTF-8 string value.
getStructExpr() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
A map or message creation expression.
getStructExpr() - Method in class com.google.api.expr.v1alpha1.Expr
A map or message creation expression.
getStructExpr() - Method in interface com.google.api.expr.v1alpha1.ExprOrBuilder
A map or message creation expression.
getStructExprBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
A map or message creation expression.
getStructExprOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
A map or message creation expression.
getStructExprOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr
A map or message creation expression.
getStructExprOrBuilder() - Method in interface com.google.api.expr.v1alpha1.ExprOrBuilder
A map or message creation expression.
getSyntaxVersion() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
The syntax version of the source, e.g.
getSyntaxVersion() - Method in class com.google.api.expr.v1alpha1.SourceInfo
The syntax version of the source, e.g.
getSyntaxVersion() - Method in interface com.google.api.expr.v1alpha1.SourceInfoOrBuilder
The syntax version of the source, e.g.
getSyntaxVersionBytes() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
The syntax version of the source, e.g.
getSyntaxVersionBytes() - Method in class com.google.api.expr.v1alpha1.SourceInfo
The syntax version of the source, e.g.
getSyntaxVersionBytes() - Method in interface com.google.api.expr.v1alpha1.SourceInfoOrBuilder
The syntax version of the source, e.g.
getTarget() - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
The target of an method call-style expression.
getTarget() - Method in class com.google.api.expr.v1alpha1.Expr.Call
The target of an method call-style expression.
getTarget() - Method in interface com.google.api.expr.v1alpha1.Expr.CallOrBuilder
The target of an method call-style expression.
getTargetBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
The target of an method call-style expression.
getTargetOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
The target of an method call-style expression.
getTargetOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Call
The target of an method call-style expression.
getTargetOrBuilder() - Method in interface com.google.api.expr.v1alpha1.Expr.CallOrBuilder
The target of an method call-style expression.
getTestOnly() - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
Whether the select is to be interpreted as a field presence test.
getTestOnly() - Method in class com.google.api.expr.v1alpha1.Expr.Select
Whether the select is to be interpreted as a field presence test.
getTestOnly() - Method in interface com.google.api.expr.v1alpha1.Expr.SelectOrBuilder
Whether the select is to be interpreted as a field presence test.
getText(Interval) - Method in class dev.cel.common.internal.CodePointStream
 
getTimestampValue() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
Deprecated.
google.api.expr.v1alpha1.Constant.timestamp_value is deprecated. See google/api/expr/v1alpha1/syntax.proto;l=330
getTimestampValue() - Method in class com.google.api.expr.v1alpha1.Constant
Deprecated.
google.api.expr.v1alpha1.Constant.timestamp_value is deprecated. See google/api/expr/v1alpha1/syntax.proto;l=330
getTimestampValue() - Method in interface com.google.api.expr.v1alpha1.ConstantOrBuilder
Deprecated.
google.api.expr.v1alpha1.Constant.timestamp_value is deprecated. See google/api/expr/v1alpha1/syntax.proto;l=330
getTimestampValueBuilder() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
Deprecated.
getTimestampValueOrBuilder() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
Deprecated.
getTimestampValueOrBuilder() - Method in class com.google.api.expr.v1alpha1.Constant
Deprecated.
getTimestampValueOrBuilder() - Method in interface com.google.api.expr.v1alpha1.ConstantOrBuilder
Deprecated.
getTokenNames() - Method in class cel.parser.internal.CELLexer
Deprecated.
getTokenNames() - Method in class cel.parser.internal.CELParser
Deprecated.
getType() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
Required.
getType() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
Required.
getType() - Method in interface com.google.api.expr.v1alpha1.Decl.IdentDeclOrBuilder
Required.
getType() - Method in class com.google.api.expr.v1alpha1.EnumValue.Builder
The fully qualified name of the enum type.
getType() - Method in class com.google.api.expr.v1alpha1.EnumValue
The fully qualified name of the enum type.
getType() - Method in interface com.google.api.expr.v1alpha1.EnumValueOrBuilder
The fully qualified name of the enum type.
getType() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Type type.
getType() - Method in class com.google.api.expr.v1alpha1.Type
Type type.
getType() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
Type type.
getType(long) - Method in class dev.cel.common.CelMutableAst
Returns the type of the expression node for a type-checked AST.
getType(Expr) - Method in class dev.cel.checker.Env
Deprecated.
Do not use. Migrate to CEL-Java fluent APIs.
getTypeBuilder() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
Required.
getTypeBuilder() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Type type.
getTypeBytes() - Method in class com.google.api.expr.v1alpha1.EnumValue.Builder
The fully qualified name of the enum type.
getTypeBytes() - Method in class com.google.api.expr.v1alpha1.EnumValue
The fully qualified name of the enum type.
getTypeBytes() - Method in interface com.google.api.expr.v1alpha1.EnumValueOrBuilder
The fully qualified name of the enum type.
getTypeKindCase() - Method in class com.google.api.expr.v1alpha1.Type.Builder
 
getTypeKindCase() - Method in class com.google.api.expr.v1alpha1.Type
 
getTypeKindCase() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
 
getTypeMap() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
Deprecated.
getTypeMap() - Method in class com.google.api.expr.v1alpha1.CheckedExpr
Deprecated.
getTypeMap() - Method in interface com.google.api.expr.v1alpha1.CheckedExprOrBuilder
Deprecated.
getTypeMap() - Method in class dev.cel.checker.Env
Returns the type map.
getTypeMapCount() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
 
getTypeMapCount() - Method in class com.google.api.expr.v1alpha1.CheckedExpr
 
getTypeMapCount() - Method in interface com.google.api.expr.v1alpha1.CheckedExprOrBuilder
A map from expression ids to types.
getTypeMapMap() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
A map from expression ids to types.
getTypeMapMap() - Method in class com.google.api.expr.v1alpha1.CheckedExpr
A map from expression ids to types.
getTypeMapMap() - Method in interface com.google.api.expr.v1alpha1.CheckedExprOrBuilder
A map from expression ids to types.
getTypeMapOrDefault(long, Type) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
A map from expression ids to types.
getTypeMapOrDefault(long, Type) - Method in class com.google.api.expr.v1alpha1.CheckedExpr
A map from expression ids to types.
getTypeMapOrDefault(long, Type) - Method in interface com.google.api.expr.v1alpha1.CheckedExprOrBuilder
A map from expression ids to types.
getTypeMapOrThrow(long) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
A map from expression ids to types.
getTypeMapOrThrow(long) - Method in class com.google.api.expr.v1alpha1.CheckedExpr
A map from expression ids to types.
getTypeMapOrThrow(long) - Method in interface com.google.api.expr.v1alpha1.CheckedExprOrBuilder
A map from expression ids to types.
getTypeOrBuilder() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
Required.
getTypeOrBuilder() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
Required.
getTypeOrBuilder() - Method in interface com.google.api.expr.v1alpha1.Decl.IdentDeclOrBuilder
Required.
getTypeOrBuilder() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Type type.
getTypeOrBuilder() - Method in class com.google.api.expr.v1alpha1.Type
Type type.
getTypeOrBuilder() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
Type type.
getTypeParam() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Type param type.
getTypeParam() - Method in class com.google.api.expr.v1alpha1.Type
Type param type.
getTypeParam() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
Type param type.
getTypeParamBytes() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Type param type.
getTypeParamBytes() - Method in class com.google.api.expr.v1alpha1.Type
Type param type.
getTypeParamBytes() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
Type param type.
getTypeParams(int) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
The type param names associated with the function declaration.
getTypeParams(int) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
The type param names associated with the function declaration.
getTypeParams(int) - Method in interface com.google.api.expr.v1alpha1.Decl.FunctionDecl.OverloadOrBuilder
The type param names associated with the function declaration.
getTypeParamsBytes(int) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
The type param names associated with the function declaration.
getTypeParamsBytes(int) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
The type param names associated with the function declaration.
getTypeParamsBytes(int) - Method in interface com.google.api.expr.v1alpha1.Decl.FunctionDecl.OverloadOrBuilder
The type param names associated with the function declaration.
getTypeParamsCount() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
The type param names associated with the function declaration.
getTypeParamsCount() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
The type param names associated with the function declaration.
getTypeParamsCount() - Method in interface com.google.api.expr.v1alpha1.Decl.FunctionDecl.OverloadOrBuilder
The type param names associated with the function declaration.
getTypeParamsList() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
The type param names associated with the function declaration.
getTypeParamsList() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
The type param names associated with the function declaration.
getTypeParamsList() - Method in interface com.google.api.expr.v1alpha1.Decl.FunctionDecl.OverloadOrBuilder
The type param names associated with the function declaration.
getTypeProvider() - Method in interface dev.cel.checker.CelChecker
Returns the underlying type provider.
getTypeProvider() - Method in class dev.cel.checker.CelCheckerLegacyImpl
 
getTypeProvider() - Method in class dev.cel.checker.Env
Returns the TypeProvider.
getTypeProvider() - Method in class dev.cel.compiler.CelCompilerImpl
 
getTypeValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
Type value.
getTypeValue() - Method in class com.google.api.expr.v1alpha1.Value
Type value.
getTypeValue() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
Type value.
getTypeValueBytes() - Method in class com.google.api.expr.v1alpha1.Value.Builder
Type value.
getTypeValueBytes() - Method in class com.google.api.expr.v1alpha1.Value
Type value.
getTypeValueBytes() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
Type value.
getUint64Value() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
uint64 value.
getUint64Value() - Method in class com.google.api.expr.v1alpha1.Constant
uint64 value.
getUint64Value() - Method in interface com.google.api.expr.v1alpha1.ConstantOrBuilder
uint64 value.
getUint64Value() - Method in class com.google.api.expr.v1alpha1.Value.Builder
Unsigned integer value.
getUint64Value() - Method in class com.google.api.expr.v1alpha1.Value
Unsigned integer value.
getUint64Value() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
Unsigned integer value.
getUnknown() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
The set of unknowns in the critical path of evaluation.
getUnknown() - Method in class com.google.api.expr.v1alpha1.ExprValue
The set of unknowns in the critical path of evaluation.
getUnknown() - Method in interface com.google.api.expr.v1alpha1.ExprValueOrBuilder
The set of unknowns in the critical path of evaluation.
getUnknownBuilder() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
The set of unknowns in the critical path of evaluation.
getUnknownOrBuilder() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
The set of unknowns in the critical path of evaluation.
getUnknownOrBuilder() - Method in class com.google.api.expr.v1alpha1.ExprValue
The set of unknowns in the critical path of evaluation.
getUnknownOrBuilder() - Method in interface com.google.api.expr.v1alpha1.ExprValueOrBuilder
The set of unknowns in the critical path of evaluation.
getValue() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
The constant value of the identifier.
getValue() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
The constant value of the identifier.
getValue() - Method in interface com.google.api.expr.v1alpha1.Decl.IdentDeclOrBuilder
The constant value of the identifier.
getValue() - Method in class com.google.api.expr.v1alpha1.EnumValue.Builder
The value of the enum.
getValue() - Method in class com.google.api.expr.v1alpha1.EnumValue
The value of the enum.
getValue() - Method in interface com.google.api.expr.v1alpha1.EnumValueOrBuilder
The value of the enum.
getValue() - Method in class com.google.api.expr.v1alpha1.EvalState.Result.Builder
The index in `values` of the resulting value.
getValue() - Method in class com.google.api.expr.v1alpha1.EvalState.Result
The index in `values` of the resulting value.
getValue() - Method in interface com.google.api.expr.v1alpha1.EvalState.ResultOrBuilder
The index in `values` of the resulting value.
getValue() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
Required.
getValue() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
Required.
getValue() - Method in interface com.google.api.expr.v1alpha1.Expr.CreateStruct.EntryOrBuilder
Required.
getValue() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
A concrete value.
getValue() - Method in class com.google.api.expr.v1alpha1.ExprValue
A concrete value.
getValue() - Method in interface com.google.api.expr.v1alpha1.ExprValueOrBuilder
A concrete value.
getValue() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
The value.
getValue() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry
The value.
getValue() - Method in interface com.google.api.expr.v1alpha1.MapValue.EntryOrBuilder
The value.
getValue() - Method in class com.google.api.expr.v1alpha1.Reference.Builder
For references to constants, this may contain the value of the constant if known at compile time.
getValue() - Method in class com.google.api.expr.v1alpha1.Reference
For references to constants, this may contain the value of the constant if known at compile time.
getValue() - Method in interface com.google.api.expr.v1alpha1.ReferenceOrBuilder
For references to constants, this may contain the value of the constant if known at compile time.
getValueBuilder() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
The constant value of the identifier.
getValueBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
Required.
getValueBuilder() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
A concrete value.
getValueBuilder() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
The value.
getValueBuilder() - Method in class com.google.api.expr.v1alpha1.Reference.Builder
For references to constants, this may contain the value of the constant if known at compile time.
getValueDescriptor() - Method in enum com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
 
getValueDescriptor() - Method in enum com.google.api.expr.v1alpha1.Type.PrimitiveType
 
getValueDescriptor() - Method in enum com.google.api.expr.v1alpha1.Type.WellKnownType
 
getValueIndex() - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep.Builder
Deprecated.
Index of the value in the values list.
getValueIndex() - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep
Deprecated.
Index of the value in the values list.
getValueIndex() - Method in interface com.google.api.expr.v1alpha1.Explain.ExprStepOrBuilder
Deprecated.
Index of the value in the values list.
getValueOrBuilder() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
The constant value of the identifier.
getValueOrBuilder() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
The constant value of the identifier.
getValueOrBuilder() - Method in interface com.google.api.expr.v1alpha1.Decl.IdentDeclOrBuilder
The constant value of the identifier.
getValueOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
Required.
getValueOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
Required.
getValueOrBuilder() - Method in interface com.google.api.expr.v1alpha1.Expr.CreateStruct.EntryOrBuilder
Required.
getValueOrBuilder() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
A concrete value.
getValueOrBuilder() - Method in class com.google.api.expr.v1alpha1.ExprValue
A concrete value.
getValueOrBuilder() - Method in interface com.google.api.expr.v1alpha1.ExprValueOrBuilder
A concrete value.
getValueOrBuilder() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
The value.
getValueOrBuilder() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry
The value.
getValueOrBuilder() - Method in interface com.google.api.expr.v1alpha1.MapValue.EntryOrBuilder
The value.
getValueOrBuilder() - Method in class com.google.api.expr.v1alpha1.Reference.Builder
For references to constants, this may contain the value of the constant if known at compile time.
getValueOrBuilder() - Method in class com.google.api.expr.v1alpha1.Reference
For references to constants, this may contain the value of the constant if known at compile time.
getValueOrBuilder() - Method in interface com.google.api.expr.v1alpha1.ReferenceOrBuilder
For references to constants, this may contain the value of the constant if known at compile time.
getValues(int) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
The unique values referenced in this message.
getValues(int) - Method in class com.google.api.expr.v1alpha1.EvalState
The unique values referenced in this message.
getValues(int) - Method in interface com.google.api.expr.v1alpha1.EvalStateOrBuilder
The unique values referenced in this message.
getValues(int) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
Deprecated.
All of the observed values.
getValues(int) - Method in class com.google.api.expr.v1alpha1.Explain
Deprecated.
All of the observed values.
getValues(int) - Method in interface com.google.api.expr.v1alpha1.ExplainOrBuilder
Deprecated.
All of the observed values.
getValues(int) - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
The ordered values in the list.
getValues(int) - Method in class com.google.api.expr.v1alpha1.ListValue
The ordered values in the list.
getValues(int) - Method in interface com.google.api.expr.v1alpha1.ListValueOrBuilder
The ordered values in the list.
getValuesBuilder(int) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
The unique values referenced in this message.
getValuesBuilder(int) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
Deprecated.
All of the observed values.
getValuesBuilder(int) - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
The ordered values in the list.
getValuesBuilderList() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
The unique values referenced in this message.
getValuesBuilderList() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
Deprecated.
All of the observed values.
getValuesBuilderList() - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
The ordered values in the list.
getValuesCount() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
The unique values referenced in this message.
getValuesCount() - Method in class com.google.api.expr.v1alpha1.EvalState
The unique values referenced in this message.
getValuesCount() - Method in interface com.google.api.expr.v1alpha1.EvalStateOrBuilder
The unique values referenced in this message.
getValuesCount() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
Deprecated.
All of the observed values.
getValuesCount() - Method in class com.google.api.expr.v1alpha1.Explain
Deprecated.
All of the observed values.
getValuesCount() - Method in interface com.google.api.expr.v1alpha1.ExplainOrBuilder
Deprecated.
All of the observed values.
getValuesCount() - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
The ordered values in the list.
getValuesCount() - Method in class com.google.api.expr.v1alpha1.ListValue
The ordered values in the list.
getValuesCount() - Method in interface com.google.api.expr.v1alpha1.ListValueOrBuilder
The ordered values in the list.
getValuesList() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
The unique values referenced in this message.
getValuesList() - Method in class com.google.api.expr.v1alpha1.EvalState
The unique values referenced in this message.
getValuesList() - Method in interface com.google.api.expr.v1alpha1.EvalStateOrBuilder
The unique values referenced in this message.
getValuesList() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
Deprecated.
All of the observed values.
getValuesList() - Method in class com.google.api.expr.v1alpha1.Explain
Deprecated.
All of the observed values.
getValuesList() - Method in interface com.google.api.expr.v1alpha1.ExplainOrBuilder
Deprecated.
All of the observed values.
getValuesList() - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
The ordered values in the list.
getValuesList() - Method in class com.google.api.expr.v1alpha1.ListValue
The ordered values in the list.
getValuesList() - Method in interface com.google.api.expr.v1alpha1.ListValueOrBuilder
The ordered values in the list.
getValuesOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
The unique values referenced in this message.
getValuesOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.EvalState
The unique values referenced in this message.
getValuesOrBuilder(int) - Method in interface com.google.api.expr.v1alpha1.EvalStateOrBuilder
The unique values referenced in this message.
getValuesOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
Deprecated.
All of the observed values.
getValuesOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.Explain
Deprecated.
All of the observed values.
getValuesOrBuilder(int) - Method in interface com.google.api.expr.v1alpha1.ExplainOrBuilder
Deprecated.
All of the observed values.
getValuesOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
The ordered values in the list.
getValuesOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.ListValue
The ordered values in the list.
getValuesOrBuilder(int) - Method in interface com.google.api.expr.v1alpha1.ListValueOrBuilder
The ordered values in the list.
getValuesOrBuilderList() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
The unique values referenced in this message.
getValuesOrBuilderList() - Method in class com.google.api.expr.v1alpha1.EvalState
The unique values referenced in this message.
getValuesOrBuilderList() - Method in interface com.google.api.expr.v1alpha1.EvalStateOrBuilder
The unique values referenced in this message.
getValuesOrBuilderList() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
Deprecated.
All of the observed values.
getValuesOrBuilderList() - Method in class com.google.api.expr.v1alpha1.Explain
Deprecated.
All of the observed values.
getValuesOrBuilderList() - Method in interface com.google.api.expr.v1alpha1.ExplainOrBuilder
Deprecated.
All of the observed values.
getValuesOrBuilderList() - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
The ordered values in the list.
getValuesOrBuilderList() - Method in class com.google.api.expr.v1alpha1.ListValue
The ordered values in the list.
getValuesOrBuilderList() - Method in interface com.google.api.expr.v1alpha1.ListValueOrBuilder
The ordered values in the list.
getValueType() - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
The type of the value.
getValueType() - Method in class com.google.api.expr.v1alpha1.Type.MapType
The type of the value.
getValueType() - Method in interface com.google.api.expr.v1alpha1.Type.MapTypeOrBuilder
The type of the value.
getValueTypeBuilder() - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
The type of the value.
getValueTypeOrBuilder() - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
The type of the value.
getValueTypeOrBuilder() - Method in class com.google.api.expr.v1alpha1.Type.MapType
The type of the value.
getValueTypeOrBuilder() - Method in interface com.google.api.expr.v1alpha1.Type.MapTypeOrBuilder
The type of the value.
getVersion() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
Version info.
getVersion() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
Version info.
getVersion() - Method in interface com.google.api.expr.v1alpha1.SourceInfo.ExtensionOrBuilder
Version info.
getVersionBuilder() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
Version info.
getVersionOrBuilder() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
Version info.
getVersionOrBuilder() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
Version info.
getVersionOrBuilder() - Method in interface com.google.api.expr.v1alpha1.SourceInfo.ExtensionOrBuilder
Version info.
getVocabulary() - Method in class cel.parser.internal.CELLexer
 
getVocabulary() - Method in class cel.parser.internal.CELParser
 
getWellKnown() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Well-known protobuf type such as `google.protobuf.Timestamp`.
getWellKnown() - Method in class com.google.api.expr.v1alpha1.Type
Well-known protobuf type such as `google.protobuf.Timestamp`.
getWellKnown() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
Well-known protobuf type such as `google.protobuf.Timestamp`.
getWellKnownValue() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Well-known protobuf type such as `google.protobuf.Timestamp`.
getWellKnownValue() - Method in class com.google.api.expr.v1alpha1.Type
Well-known protobuf type such as `google.protobuf.Timestamp`.
getWellKnownValue() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
Well-known protobuf type such as `google.protobuf.Timestamp`.
getWrapper() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Wrapper of a primitive type, e.g.
getWrapper() - Method in class com.google.api.expr.v1alpha1.Type
Wrapper of a primitive type, e.g.
getWrapper() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
Wrapper of a primitive type, e.g.
getWrapperValue() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Wrapper of a primitive type, e.g.
getWrapperValue() - Method in class com.google.api.expr.v1alpha1.Type
Wrapper of a primitive type, e.g.
getWrapperValue() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
Wrapper of a primitive type, e.g.
GlobalCallContext(CELParser.PrimaryContext) - Constructor for class cel.parser.internal.CELParser.GlobalCallContext
 
GREATER - dev.cel.checker.CelStandardDeclarations.StandardFunction
 
GREATER - Static variable in class cel.parser.internal.CELLexer
 
GREATER - Static variable in class cel.parser.internal.CELParser
 
GREATER() - Method in class cel.parser.internal.CELParser.RelationContext
 
GREATER_BOOL - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
GREATER_BYTES - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
GREATER_DOUBLE - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
GREATER_DOUBLE_INT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
GREATER_DOUBLE_UINT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
GREATER_DURATION - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
GREATER_EQUALS - dev.cel.checker.CelStandardDeclarations.StandardFunction
 
GREATER_EQUALS - Static variable in class cel.parser.internal.CELLexer
 
GREATER_EQUALS - Static variable in class cel.parser.internal.CELParser
 
GREATER_EQUALS() - Method in class cel.parser.internal.CELParser.RelationContext
 
GREATER_EQUALS_BOOL - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
GREATER_EQUALS_BYTES - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
GREATER_EQUALS_DOUBLE - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
GREATER_EQUALS_DOUBLE_INT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
GREATER_EQUALS_DOUBLE_UINT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
GREATER_EQUALS_DURATION - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
GREATER_EQUALS_INT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
GREATER_EQUALS_INT64_DOUBLE - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
GREATER_EQUALS_INT64_UINT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
GREATER_EQUALS_STRING - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
GREATER_EQUALS_TIMESTAMP - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
GREATER_EQUALS_UINT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
GREATER_EQUALS_UINT64_DOUBLE - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
GREATER_EQUALS_UINT64_INT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
GREATER_INT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
GREATER_INT64_DOUBLE - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
GREATER_INT64_UINT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
GREATER_STRING - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
GREATER_TIMESTAMP - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
GREATER_UINT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
GREATER_UINT64_DOUBLE - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
GREATER_UINT64_INT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 

H

HAS - dev.cel.parser.CelStandardMacro
Field presence test macro
hasAbstractType() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Abstract, application defined type.
hasAbstractType() - Method in class com.google.api.expr.v1alpha1.Type
Abstract, application defined type.
hasAbstractType() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
Abstract, application defined type.
hasAccuInit() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
The initial value of the accumulator.
hasAccuInit() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
The initial value of the accumulator.
hasAccuInit() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
The initial value of the accumulator.
hasBoolValue() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
boolean value.
hasBoolValue() - Method in class com.google.api.expr.v1alpha1.Constant
boolean value.
hasBoolValue() - Method in interface com.google.api.expr.v1alpha1.ConstantOrBuilder
boolean value.
hasBoolValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
Boolean value.
hasBoolValue() - Method in class com.google.api.expr.v1alpha1.Value
Boolean value.
hasBoolValue() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
Boolean value.
hasBytesValue() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
bytes value.
hasBytesValue() - Method in class com.google.api.expr.v1alpha1.Constant
bytes value.
hasBytesValue() - Method in interface com.google.api.expr.v1alpha1.ConstantOrBuilder
bytes value.
hasBytesValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
Byte string value.
hasBytesValue() - Method in class com.google.api.expr.v1alpha1.Value
Byte string value.
hasBytesValue() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
Byte string value.
hasCallExpr() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
A call expression, including calls to predefined functions and operators.
hasCallExpr() - Method in class com.google.api.expr.v1alpha1.Expr
A call expression, including calls to predefined functions and operators.
hasCallExpr() - Method in interface com.google.api.expr.v1alpha1.ExprOrBuilder
A call expression, including calls to predefined functions and operators.
hasComprehensionExpr() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
A comprehension expression.
hasComprehensionExpr() - Method in class com.google.api.expr.v1alpha1.Expr
A comprehension expression.
hasComprehensionExpr() - Method in interface com.google.api.expr.v1alpha1.ExprOrBuilder
A comprehension expression.
hasConstExpr() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
A literal expression.
hasConstExpr() - Method in class com.google.api.expr.v1alpha1.Expr
A literal expression.
hasConstExpr() - Method in interface com.google.api.expr.v1alpha1.ExprOrBuilder
A literal expression.
hasDoubleValue() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
double value.
hasDoubleValue() - Method in class com.google.api.expr.v1alpha1.Constant
double value.
hasDoubleValue() - Method in interface com.google.api.expr.v1alpha1.ConstantOrBuilder
double value.
hasDoubleValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
Floating point value.
hasDoubleValue() - Method in class com.google.api.expr.v1alpha1.Value
Floating point value.
hasDoubleValue() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
Floating point value.
hasDurationValue() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
Deprecated.
google.api.expr.v1alpha1.Constant.duration_value is deprecated. See google/api/expr/v1alpha1/syntax.proto;l=325
hasDurationValue() - Method in class com.google.api.expr.v1alpha1.Constant
Deprecated.
google.api.expr.v1alpha1.Constant.duration_value is deprecated. See google/api/expr/v1alpha1/syntax.proto;l=325
hasDurationValue() - Method in interface com.google.api.expr.v1alpha1.ConstantOrBuilder
Deprecated.
google.api.expr.v1alpha1.Constant.duration_value is deprecated. See google/api/expr/v1alpha1/syntax.proto;l=325
hasDyn() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Dynamic type.
hasDyn() - Method in class com.google.api.expr.v1alpha1.Type
Dynamic type.
hasDyn() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
Dynamic type.
hasElemType() - Method in class com.google.api.expr.v1alpha1.Type.ListType.Builder
The element type.
hasElemType() - Method in class com.google.api.expr.v1alpha1.Type.ListType
The element type.
hasElemType() - Method in interface com.google.api.expr.v1alpha1.Type.ListTypeOrBuilder
The element type.
hasEnumValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
An enum value.
hasEnumValue() - Method in class com.google.api.expr.v1alpha1.Value
An enum value.
hasEnumValue() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
An enum value.
hasError() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
The set of errors in the critical path of evalution.
hasError() - Method in class com.google.api.expr.v1alpha1.ExprValue
The set of errors in the critical path of evalution.
hasError() - Method in interface com.google.api.expr.v1alpha1.ExprValueOrBuilder
The set of errors in the critical path of evalution.
hasError() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Error type.
hasError() - Method in class com.google.api.expr.v1alpha1.Type
Error type.
hasError() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
Error type.
hasError() - Method in class dev.cel.common.CelValidationResult
Whether a CelIssue with an CelIssue.Severity.ERROR severity was encountered during validation.
hasExpr() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
The checked expression.
hasExpr() - Method in class com.google.api.expr.v1alpha1.CheckedExpr
The checked expression.
hasExpr() - Method in interface com.google.api.expr.v1alpha1.CheckedExprOrBuilder
The checked expression.
hasExpr() - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
The parsed expression.
hasExpr() - Method in class com.google.api.expr.v1alpha1.ParsedExpr
The parsed expression.
hasExpr() - Method in interface com.google.api.expr.v1alpha1.ParsedExprOrBuilder
The parsed expression.
hasFieldKey() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
The field key for a message creator statement.
hasFieldKey() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
The field key for a message creator statement.
hasFieldKey() - Method in interface com.google.api.expr.v1alpha1.Expr.CreateStruct.EntryOrBuilder
The field key for a message creator statement.
hasFunction() - Method in class com.google.api.expr.v1alpha1.Decl.Builder
Function declaration.
hasFunction() - Method in class com.google.api.expr.v1alpha1.Decl
Function declaration.
hasFunction() - Method in interface com.google.api.expr.v1alpha1.DeclOrBuilder
Function declaration.
hasFunction() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Function type.
hasFunction() - Method in class com.google.api.expr.v1alpha1.Type
Function type.
hasFunction() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
Function type.
hashCode() - Method in class com.google.api.expr.v1alpha1.CheckedExpr
 
hashCode() - Method in class com.google.api.expr.v1alpha1.Constant
 
hashCode() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
 
hashCode() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
 
hashCode() - Method in class com.google.api.expr.v1alpha1.Decl
 
hashCode() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
 
hashCode() - Method in class com.google.api.expr.v1alpha1.EnumValue
 
hashCode() - Method in class com.google.api.expr.v1alpha1.ErrorSet
 
hashCode() - Method in class com.google.api.expr.v1alpha1.EvalState
 
hashCode() - Method in class com.google.api.expr.v1alpha1.EvalState.Result
 
hashCode() - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep
Deprecated.
 
hashCode() - Method in class com.google.api.expr.v1alpha1.Explain
Deprecated.
 
hashCode() - Method in class com.google.api.expr.v1alpha1.Expr.Call
 
hashCode() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
 
hashCode() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList
 
hashCode() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
 
hashCode() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
 
hashCode() - Method in class com.google.api.expr.v1alpha1.Expr
 
hashCode() - Method in class com.google.api.expr.v1alpha1.Expr.Ident
 
hashCode() - Method in class com.google.api.expr.v1alpha1.Expr.Select
 
hashCode() - Method in class com.google.api.expr.v1alpha1.ExprValue
 
hashCode() - Method in class com.google.api.expr.v1alpha1.ListValue
 
hashCode() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry
 
hashCode() - Method in class com.google.api.expr.v1alpha1.MapValue
 
hashCode() - Method in class com.google.api.expr.v1alpha1.ParsedExpr
 
hashCode() - Method in class com.google.api.expr.v1alpha1.Reference
 
hashCode() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
 
hashCode() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
 
hashCode() - Method in class com.google.api.expr.v1alpha1.SourceInfo
 
hashCode() - Method in class com.google.api.expr.v1alpha1.SourcePosition
 
hashCode() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType
 
hashCode() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType
 
hashCode() - Method in class com.google.api.expr.v1alpha1.Type
 
hashCode() - Method in class com.google.api.expr.v1alpha1.Type.ListType
 
hashCode() - Method in class com.google.api.expr.v1alpha1.Type.MapType
 
hashCode() - Method in class com.google.api.expr.v1alpha1.UnknownSet
 
hashCode() - Method in class com.google.api.expr.v1alpha1.Value
 
hashCode() - Method in class dev.cel.checker.DescriptorTypeProvider.FieldDef
 
hashCode() - Method in class dev.cel.checker.DescriptorTypeProvider.TypeDef
 
hashCode() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableCall
 
hashCode() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableComprehension
 
hashCode() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableIdent
 
hashCode() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableList
 
hashCode() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableMap.Entry
 
hashCode() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableMap
 
hashCode() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableSelect
 
hashCode() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableStruct.Entry
 
hashCode() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableStruct
 
hashCode() - Method in class dev.cel.common.ast.CelMutableExpr
 
hashCode() - Method in class dev.cel.parser.CelMacro
 
hasId(long) - Method in class dev.cel.common.ast.CelExprIdGeneratorFactory.StableIdGenerator
Checks if the given ID has been encountered before.
hasIdent() - Method in class com.google.api.expr.v1alpha1.Decl.Builder
Identifier declaration.
hasIdent() - Method in class com.google.api.expr.v1alpha1.Decl
Identifier declaration.
hasIdent() - Method in interface com.google.api.expr.v1alpha1.DeclOrBuilder
Identifier declaration.
hasIdentExpr() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
An identifier expression.
hasIdentExpr() - Method in class com.google.api.expr.v1alpha1.Expr
An identifier expression.
hasIdentExpr() - Method in interface com.google.api.expr.v1alpha1.ExprOrBuilder
An identifier expression.
hasInt64Value() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
int64 value.
hasInt64Value() - Method in class com.google.api.expr.v1alpha1.Constant
int64 value.
hasInt64Value() - Method in interface com.google.api.expr.v1alpha1.ConstantOrBuilder
int64 value.
hasInt64Value() - Method in class com.google.api.expr.v1alpha1.Value.Builder
Signed integer value.
hasInt64Value() - Method in class com.google.api.expr.v1alpha1.Value
Signed integer value.
hasInt64Value() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
Signed integer value.
hasIterRange() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
The range over which the comprehension iterates.
hasIterRange() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
The range over which the comprehension iterates.
hasIterRange() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
The range over which the comprehension iterates.
hasKey() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
The key.
hasKey() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry
The key.
hasKey() - Method in interface com.google.api.expr.v1alpha1.MapValue.EntryOrBuilder
The key.
hasKeyType() - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
The type of the key.
hasKeyType() - Method in class com.google.api.expr.v1alpha1.Type.MapType
The type of the key.
hasKeyType() - Method in interface com.google.api.expr.v1alpha1.Type.MapTypeOrBuilder
The type of the key.
hasListExpr() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
A list creation expression.
hasListExpr() - Method in class com.google.api.expr.v1alpha1.Expr
A list creation expression.
hasListExpr() - Method in interface com.google.api.expr.v1alpha1.ExprOrBuilder
A list creation expression.
hasListType() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Parameterized list with elements of `list_type`, e.g.
hasListType() - Method in class com.google.api.expr.v1alpha1.Type
Parameterized list with elements of `list_type`, e.g.
hasListType() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
Parameterized list with elements of `list_type`, e.g.
hasListValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
List value.
hasListValue() - Method in class com.google.api.expr.v1alpha1.Value
List value.
hasListValue() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
List value.
hasLoopCondition() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
An expression which can contain iter_var, iter_var2, and accu_var.
hasLoopCondition() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
An expression which can contain iter_var, iter_var2, and accu_var.
hasLoopCondition() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
An expression which can contain iter_var, iter_var2, and accu_var.
hasLoopStep() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
An expression which can contain iter_var, iter_var2, and accu_var.
hasLoopStep() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
An expression which can contain iter_var, iter_var2, and accu_var.
hasLoopStep() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
An expression which can contain iter_var, iter_var2, and accu_var.
hasMapKey() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
The key expression for a map creation statement.
hasMapKey() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
The key expression for a map creation statement.
hasMapKey() - Method in interface com.google.api.expr.v1alpha1.Expr.CreateStruct.EntryOrBuilder
The key expression for a map creation statement.
hasMapType() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Parameterized map with typed keys and values.
hasMapType() - Method in class com.google.api.expr.v1alpha1.Type
Parameterized map with typed keys and values.
hasMapType() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
Parameterized map with typed keys and values.
hasMapValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
Map value.
hasMapValue() - Method in class com.google.api.expr.v1alpha1.Value
Map value.
hasMapValue() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
Map value.
hasMessageType() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Protocol buffer message type.
hasMessageType() - Method in class com.google.api.expr.v1alpha1.Type
Protocol buffer message type.
hasMessageType() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
Protocol buffer message type.
hasNull() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Null value.
hasNull() - Method in class com.google.api.expr.v1alpha1.Type
Null value.
hasNull() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
Null value.
hasNullValue() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
null value.
hasNullValue() - Method in class com.google.api.expr.v1alpha1.Constant
null value.
hasNullValue() - Method in interface com.google.api.expr.v1alpha1.ConstantOrBuilder
null value.
hasNullValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
Null value.
hasNullValue() - Method in class com.google.api.expr.v1alpha1.Value
Null value.
hasNullValue() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
Null value.
hasObjectValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
The proto message backing an object value.
hasObjectValue() - Method in class com.google.api.expr.v1alpha1.Value
The proto message backing an object value.
hasObjectValue() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
The proto message backing an object value.
hasOperand() - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
Required.
hasOperand() - Method in class com.google.api.expr.v1alpha1.Expr.Select
Required.
hasOperand() - Method in interface com.google.api.expr.v1alpha1.Expr.SelectOrBuilder
Required.
hasPrimitive() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.
hasPrimitive() - Method in class com.google.api.expr.v1alpha1.Type
Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.
hasPrimitive() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.
hasResult() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
An expression which can contain accu_var.
hasResult() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
An expression which can contain accu_var.
hasResult() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
An expression which can contain accu_var.
hasResultType() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
Required.
hasResultType() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
Required.
hasResultType() - Method in interface com.google.api.expr.v1alpha1.Decl.FunctionDecl.OverloadOrBuilder
Required.
hasResultType() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
Result type of the function.
hasResultType() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType
Result type of the function.
hasResultType() - Method in interface com.google.api.expr.v1alpha1.Type.FunctionTypeOrBuilder
Result type of the function.
hasSelectExpr() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
A field selection expression, e.g.
hasSelectExpr() - Method in class com.google.api.expr.v1alpha1.Expr
A field selection expression, e.g.
hasSelectExpr() - Method in interface com.google.api.expr.v1alpha1.ExprOrBuilder
A field selection expression, e.g.
hasSourceInfo() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.
hasSourceInfo() - Method in class com.google.api.expr.v1alpha1.CheckedExpr
The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.
hasSourceInfo() - Method in interface com.google.api.expr.v1alpha1.CheckedExprOrBuilder
The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.
hasSourceInfo() - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
The source info derived from input that generated the parsed `expr`.
hasSourceInfo() - Method in class com.google.api.expr.v1alpha1.ParsedExpr
The source info derived from input that generated the parsed `expr`.
hasSourceInfo() - Method in interface com.google.api.expr.v1alpha1.ParsedExprOrBuilder
The source info derived from input that generated the parsed `expr`.
hasStringValue() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
string value.
hasStringValue() - Method in class com.google.api.expr.v1alpha1.Constant
string value.
hasStringValue() - Method in interface com.google.api.expr.v1alpha1.ConstantOrBuilder
string value.
hasStringValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
UTF-8 string value.
hasStringValue() - Method in class com.google.api.expr.v1alpha1.Value
UTF-8 string value.
hasStringValue() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
UTF-8 string value.
hasStructExpr() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
A map or message creation expression.
hasStructExpr() - Method in class com.google.api.expr.v1alpha1.Expr
A map or message creation expression.
hasStructExpr() - Method in interface com.google.api.expr.v1alpha1.ExprOrBuilder
A map or message creation expression.
hasTarget() - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
The target of an method call-style expression.
hasTarget() - Method in class com.google.api.expr.v1alpha1.Expr.Call
The target of an method call-style expression.
hasTarget() - Method in interface com.google.api.expr.v1alpha1.Expr.CallOrBuilder
The target of an method call-style expression.
hasTimestampValue() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
Deprecated.
google.api.expr.v1alpha1.Constant.timestamp_value is deprecated. See google/api/expr/v1alpha1/syntax.proto;l=330
hasTimestampValue() - Method in class com.google.api.expr.v1alpha1.Constant
Deprecated.
google.api.expr.v1alpha1.Constant.timestamp_value is deprecated. See google/api/expr/v1alpha1/syntax.proto;l=330
hasTimestampValue() - Method in interface com.google.api.expr.v1alpha1.ConstantOrBuilder
Deprecated.
google.api.expr.v1alpha1.Constant.timestamp_value is deprecated. See google/api/expr/v1alpha1/syntax.proto;l=330
hasType() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
Required.
hasType() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
Required.
hasType() - Method in interface com.google.api.expr.v1alpha1.Decl.IdentDeclOrBuilder
Required.
hasType() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Type type.
hasType() - Method in class com.google.api.expr.v1alpha1.Type
Type type.
hasType() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
Type type.
hasTypeParam() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Type param type.
hasTypeParam() - Method in class com.google.api.expr.v1alpha1.Type
Type param type.
hasTypeParam() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
Type param type.
hasTypeValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
Type value.
hasTypeValue() - Method in class com.google.api.expr.v1alpha1.Value
Type value.
hasTypeValue() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
Type value.
hasUint64Value() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
uint64 value.
hasUint64Value() - Method in class com.google.api.expr.v1alpha1.Constant
uint64 value.
hasUint64Value() - Method in interface com.google.api.expr.v1alpha1.ConstantOrBuilder
uint64 value.
hasUint64Value() - Method in class com.google.api.expr.v1alpha1.Value.Builder
Unsigned integer value.
hasUint64Value() - Method in class com.google.api.expr.v1alpha1.Value
Unsigned integer value.
hasUint64Value() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
Unsigned integer value.
hasUnknown() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
The set of unknowns in the critical path of evaluation.
hasUnknown() - Method in class com.google.api.expr.v1alpha1.ExprValue
The set of unknowns in the critical path of evaluation.
hasUnknown() - Method in interface com.google.api.expr.v1alpha1.ExprValueOrBuilder
The set of unknowns in the critical path of evaluation.
hasValue() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
The constant value of the identifier.
hasValue() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
The constant value of the identifier.
hasValue() - Method in interface com.google.api.expr.v1alpha1.Decl.IdentDeclOrBuilder
The constant value of the identifier.
hasValue() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
Required.
hasValue() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
Required.
hasValue() - Method in interface com.google.api.expr.v1alpha1.Expr.CreateStruct.EntryOrBuilder
Required.
hasValue() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
A concrete value.
hasValue() - Method in class com.google.api.expr.v1alpha1.ExprValue
A concrete value.
hasValue() - Method in interface com.google.api.expr.v1alpha1.ExprValueOrBuilder
A concrete value.
hasValue() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
The value.
hasValue() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry
The value.
hasValue() - Method in interface com.google.api.expr.v1alpha1.MapValue.EntryOrBuilder
The value.
hasValue() - Method in class com.google.api.expr.v1alpha1.Reference.Builder
For references to constants, this may contain the value of the constant if known at compile time.
hasValue() - Method in class com.google.api.expr.v1alpha1.Reference
For references to constants, this may contain the value of the constant if known at compile time.
hasValue() - Method in interface com.google.api.expr.v1alpha1.ReferenceOrBuilder
For references to constants, this may contain the value of the constant if known at compile time.
hasValueType() - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
The type of the value.
hasValueType() - Method in class com.google.api.expr.v1alpha1.Type.MapType
The type of the value.
hasValueType() - Method in interface com.google.api.expr.v1alpha1.Type.MapTypeOrBuilder
The type of the value.
hasVersion() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
Version info.
hasVersion() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
Version info.
hasVersion() - Method in interface com.google.api.expr.v1alpha1.SourceInfo.ExtensionOrBuilder
Version info.
hasWellKnown() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Well-known protobuf type such as `google.protobuf.Timestamp`.
hasWellKnown() - Method in class com.google.api.expr.v1alpha1.Type
Well-known protobuf type such as `google.protobuf.Timestamp`.
hasWellKnown() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
Well-known protobuf type such as `google.protobuf.Timestamp`.
hasWrapper() - Method in class com.google.api.expr.v1alpha1.Type.Builder
Wrapper of a primitive type, e.g.
hasWrapper() - Method in class com.google.api.expr.v1alpha1.Type
Wrapper of a primitive type, e.g.
hasWrapper() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
Wrapper of a primitive type, e.g.

I

id - Variable in class cel.parser.internal.CELParser.EscapedIdentifierContext
 
id - Variable in class cel.parser.internal.CELParser.GlobalCallContext
 
id - Variable in class cel.parser.internal.CELParser.IdentContext
 
id - Variable in class cel.parser.internal.CELParser.MemberCallContext
 
id - Variable in class cel.parser.internal.CELParser.SelectContext
 
id - Variable in class cel.parser.internal.CELParser.SimpleIdentifierContext
 
id() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableMap.Entry
 
id() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableStruct.Entry
 
id() - Method in class dev.cel.common.ast.CelMutableExpr
 
ID_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Explain.ExprStep
Deprecated.
 
ID_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
 
ID_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr
 
ID_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.SourceInfo.Extension
 
ident() - Method in class dev.cel.common.ast.CelMutableExpr
 
IDENT - com.google.api.expr.v1alpha1.Decl.DeclKindCase
 
IDENT_EXPR - com.google.api.expr.v1alpha1.Expr.ExprKindCase
 
IDENT_EXPR_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr
 
IDENT_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Decl
 
IdentBuilder(String) - Constructor for class dev.cel.checker.Env.IdentBuilder
Deprecated.
Create an identifier builder.
IdentContext(CELParser.PrimaryContext) - Constructor for class cel.parser.internal.CELParser.IdentContext
 
identDecl() - Method in enum dev.cel.checker.CelStandardDeclarations.StandardIdentifier
 
IDENTIFIER - Static variable in class cel.parser.internal.CELLexer
 
IDENTIFIER - Variable in class cel.parser.internal.CELParser.CreateMessageContext
 
IDENTIFIER - Static variable in class cel.parser.internal.CELParser
 
IDENTIFIER() - Method in class cel.parser.internal.CELParser.CreateMessageContext
 
IDENTIFIER() - Method in class cel.parser.internal.CELParser.GlobalCallContext
 
IDENTIFIER() - Method in class cel.parser.internal.CELParser.IdentContext
 
IDENTIFIER() - Method in class cel.parser.internal.CELParser.MemberCallContext
 
IDENTIFIER() - Method in class cel.parser.internal.CELParser.SimpleIdentifierContext
 
IDENTIFIER(int) - Method in class cel.parser.internal.CELParser.CreateMessageContext
 
ids - Variable in class cel.parser.internal.CELParser.CreateMessageContext
 
immutableCopy() - Method in class dev.cel.checker.Env.DeclGroup
Create a copy of the DeclGroup with immutable identifier and function maps.
IN - dev.cel.checker.CelStandardDeclarations.StandardFunction
 
IN - Static variable in class cel.parser.internal.CELLexer
 
IN - Static variable in class cel.parser.internal.CELParser
 
IN() - Method in class cel.parser.internal.CELParser.RelationContext
 
IN_LIST - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.InternalOperator
 
IN_MAP - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.InternalOperator
 
include(CelStandardDeclarations.StandardFunction, CelStandardDeclarations.StandardOverload) - Method in interface dev.cel.checker.CelStandardDeclarations.Builder.FunctionFilter
 
include(CelStandardDeclarations.StandardIdentifier) - Method in interface dev.cel.checker.CelStandardDeclarations.Builder.IdentifierFilter
 
includeFunctions(CelStandardDeclarations.StandardFunction...) - Method in class dev.cel.checker.CelStandardDeclarations.Builder
 
includeFunctions(Iterable<CelStandardDeclarations.StandardFunction>) - Method in class dev.cel.checker.CelStandardDeclarations.Builder
 
includeIdentifiers(CelStandardDeclarations.StandardIdentifier...) - Method in class dev.cel.checker.CelStandardDeclarations.Builder
 
includeIdentifiers(Iterable<CelStandardDeclarations.StandardIdentifier>) - Method in class dev.cel.checker.CelStandardDeclarations.Builder
 
index - Variable in class cel.parser.internal.CELParser.IndexContext
 
index() - Method in class dev.cel.common.internal.CodePointStream
 
INDEX - dev.cel.checker.CelStandardDeclarations.StandardFunction
 
INDEX_LIST - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Index
 
INDEX_MAP - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Index
 
IndexContext(CELParser.MemberContext) - Constructor for class cel.parser.internal.CELParser.IndexContext
 
InferenceContext - Class in dev.cel.checker
An object holding a context for type inference.
InferenceContext() - Constructor for class dev.cel.checker.InferenceContext
 
INFORMATION - dev.cel.common.CelIssue.Severity
 
INT - dev.cel.checker.CelStandardDeclarations.StandardFunction
 
INT - dev.cel.checker.CelStandardDeclarations.StandardIdentifier
 
INT32_WRAPPER_MESSAGE - Static variable in class dev.cel.checker.Types
 
INT64 - com.google.api.expr.v1alpha1.Type.PrimitiveType
Int64 type.
INT64 - Static variable in class dev.cel.checker.Types
 
INT64_TO_DOUBLE - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
 
INT64_TO_INT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
 
INT64_TO_STRING - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
 
INT64_TO_TIMESTAMP - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
 
INT64_TO_UINT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
 
INT64_VALUE - com.google.api.expr.v1alpha1.Constant.ConstantKindCase
 
INT64_VALUE - com.google.api.expr.v1alpha1.Value.KindCase
 
INT64_VALUE - Static variable in enum com.google.api.expr.v1alpha1.Type.PrimitiveType
Int64 type.
INT64_VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Constant
 
INT64_VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Value
 
INT64_WRAPPER_MESSAGE - Static variable in class dev.cel.checker.Types
 
IntContext(CELParser.LiteralContext) - Constructor for class cel.parser.internal.CELParser.IntContext
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.CheckedExpr
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Constant
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Decl.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Decl
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.EnumValue.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.EnumValue
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.ErrorSet
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.EvalState
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.EvalState.Result.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.EvalState.Result
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
Deprecated.
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep.Builder
Deprecated.
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep
Deprecated.
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Explain
Deprecated.
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Expr.Call
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Expr.Ident.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Expr.Ident
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Expr
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Expr.Select
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.ExprValue
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.ListValue
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.MapValue
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.ParsedExpr
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Reference.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Reference
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.SourceInfo
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.SourcePosition
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Type.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Type
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Type.ListType.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Type.ListType
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Type.MapType
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.UnknownSet
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Value.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Value
 
internalGetMapFieldReflection(int) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
 
internalGetMapFieldReflection(int) - Method in class com.google.api.expr.v1alpha1.CheckedExpr
 
internalGetMapFieldReflection(int) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
 
internalGetMapFieldReflection(int) - Method in class com.google.api.expr.v1alpha1.SourceInfo
 
internalGetMutableMapFieldReflection(int) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
 
internalGetMutableMapFieldReflection(int) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
 
internalGetValueMap() - Static method in enum com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
 
internalGetValueMap() - Static method in enum com.google.api.expr.v1alpha1.Type.PrimitiveType
 
internalGetValueMap() - Static method in enum com.google.api.expr.v1alpha1.Type.WellKnownType
 
IS_INSTANCE_FUNCTION_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
 
isAssignable(CelType, CelType) - Method in class dev.cel.checker.InferenceContext
Checks whether type1 is assignable to type2 under refinement of the type substitution.
isAssignable(List<CelType>, List<CelType>) - Method in class dev.cel.checker.InferenceContext
isAssignable(Map<CelType, CelType>, CelType, CelType) - Static method in class dev.cel.checker.Types
Checks whether type1 is assignable to type2, based on the given substitution for type parameters.
isAssignable(Map<CelType, CelType>, List<CelType>, List<CelType>) - Static method in class dev.cel.checker.Types
Same as Types.isAssignable(Map, Type, Type) but performs pairwise check on lists of types.
isAssignable(Map<Type, Type>, Type, Type) - Static method in class dev.cel.checker.Types
isBinaryOrTernaryOperator(CelExpr) - Method in class dev.cel.parser.CelUnparserVisitor
 
isDyn(CelType) - Static method in class dev.cel.checker.Types
 
isDynOrError(CelType) - Static method in class dev.cel.checker.Types
Tests whether the type has error or dyn kind.
isDynOrError(Type) - Static method in class dev.cel.checker.Types
Deprecated.
isEnum() - Method in class dev.cel.checker.DescriptorTypeProvider.TypeDef
Return whether the type is an enum.
isEqualOrLessSpecific(CelType, CelType) - Static method in class dev.cel.checker.Types
Check whether one type is equal or less specific than the other one.
isEqualOrLessSpecific(Type, Type) - Static method in class dev.cel.checker.Types
isHeterogeneousComparison() - Method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.CheckedExpr
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.Constant
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.Decl.Builder
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.Decl
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.EnumValue.Builder
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.EnumValue
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.ErrorSet
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.EvalState
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.EvalState.Result.Builder
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.EvalState.Result
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
Deprecated.
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep.Builder
Deprecated.
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep
Deprecated.
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.Explain
Deprecated.
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.Expr.Call
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.Expr.Ident.Builder
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.Expr.Ident
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.Expr
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.Expr.Select
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.ExprValue
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.ListValue
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.MapValue
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.ParsedExpr
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.Reference.Builder
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.Reference
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version.Builder
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.SourceInfo
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.SourcePosition
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.Type.Builder
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.Type
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.Type.ListType.Builder
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.Type.ListType
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.Type.MapType
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.UnknownSet
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.Value.Builder
 
isInitialized() - Method in class com.google.api.expr.v1alpha1.Value
 
isInstanceFunction() - Method in class dev.cel.common.CelOverloadDecl.Builder
 
isInstanceFunction() - Method in class dev.cel.common.CelOverloadDecl
Denotes whether the function is declared in a global function `Ex: f(x, ...)` or a method call style `Ex: x.f(...)`.
isMap() - Method in class dev.cel.checker.DescriptorTypeProvider.FieldDef
The field is a map if it has a non-null DescriptorTypeProvider.FieldDef.mapEntryType().
isMessage() - Method in class dev.cel.checker.DescriptorTypeProvider.TypeDef
Return whether the type is a message.
isReceiverStyle() - Method in class dev.cel.parser.CelMacro
True if this macro is receiver-style, false if it is global.
isVariadic() - Method in class dev.cel.parser.CelMacro
Returns true if this macro accepts any number of arguments, false otherwise.
ITER_RANGE - dev.cel.checker.ExprVisitor.ComprehensionArg
 
ITER_RANGE - dev.cel.common.ast.CelExprVisitor.ComprehensionArg
 
ITER_RANGE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.Comprehension
 
ITER_VAR_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.Comprehension
 
ITER_VAR2_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.Comprehension
 
iterRange() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableComprehension
 
iterVar() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableComprehension
 
iterVar2() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableComprehension
 

K

key() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableMap.Entry
 
KEY_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.MapValue.Entry
 
KEY_TYPE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Type.MapType
 
KEYKIND_NOT_SET - com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.KeyKindCase
 
keys - Variable in class cel.parser.internal.CELParser.MapInitializerListContext
 
keyType() - Method in class dev.cel.checker.DescriptorTypeProvider.MapEntryDef
The TypeDef of the map entry key.
KIND_NOT_SET - com.google.api.expr.v1alpha1.ExprValue.KindCase
 
KIND_NOT_SET - com.google.api.expr.v1alpha1.Value.KindCase
 

L

LA(int) - Method in class dev.cel.common.internal.CodePointStream
 
LBRACE - Static variable in class cel.parser.internal.CELLexer
 
LBRACE - Static variable in class cel.parser.internal.CELParser
 
LBRACE() - Method in class cel.parser.internal.CELParser.CreateMapContext
 
LBRACE() - Method in class cel.parser.internal.CELParser.CreateMessageContext
 
LBRACKET - Static variable in class cel.parser.internal.CELLexer
 
LBRACKET - Static variable in class cel.parser.internal.CELParser
 
LBRACKET() - Method in class cel.parser.internal.CELParser.CreateListContext
 
LBRACKET() - Method in class cel.parser.internal.CELParser.IndexContext
 
leadingDot - Variable in class cel.parser.internal.CELParser.CreateMessageContext
 
leadingDot - Variable in class cel.parser.internal.CELParser.GlobalCallContext
 
leadingDot - Variable in class cel.parser.internal.CELParser.IdentContext
 
LEFT_BRACE - Static variable in class dev.cel.parser.CelUnparserVisitor
 
LEFT_BRACKET - Static variable in class dev.cel.parser.CelUnparserVisitor
 
LEFT_PAREN - Static variable in class dev.cel.parser.CelUnparserVisitor
 
LESS - dev.cel.checker.CelStandardDeclarations.StandardFunction
 
LESS - Static variable in class cel.parser.internal.CELLexer
 
LESS - Static variable in class cel.parser.internal.CELParser
 
LESS() - Method in class cel.parser.internal.CELParser.RelationContext
 
LESS_BOOL - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
LESS_BYTES - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
LESS_DOUBLE - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
LESS_DOUBLE_INT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
LESS_DOUBLE_UINT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
LESS_DURATION - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
LESS_EQUALS - dev.cel.checker.CelStandardDeclarations.StandardFunction
 
LESS_EQUALS - Static variable in class cel.parser.internal.CELLexer
 
LESS_EQUALS - Static variable in class cel.parser.internal.CELParser
 
LESS_EQUALS() - Method in class cel.parser.internal.CELParser.RelationContext
 
LESS_EQUALS_BOOL - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
LESS_EQUALS_BYTES - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
LESS_EQUALS_DOUBLE - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
LESS_EQUALS_DOUBLE_INT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
LESS_EQUALS_DOUBLE_UINT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
LESS_EQUALS_DURATION - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
LESS_EQUALS_INT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
LESS_EQUALS_INT64_DOUBLE - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
LESS_EQUALS_INT64_UINT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
LESS_EQUALS_STRING - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
LESS_EQUALS_TIMESTAMP - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
LESS_EQUALS_UINT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
LESS_EQUALS_UINT64_DOUBLE - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
LESS_EQUALS_UINT64_INT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
LESS_INT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
LESS_INT64_DOUBLE - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
LESS_INT64_UINT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
LESS_STRING - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
LESS_TIMESTAMP - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
LESS_UINT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
LESS_UINT64_DOUBLE - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
LESS_UINT64_INT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
 
line() - Method in class dev.cel.common.internal.Errors.SourceLocation
Return the line where the source appears.
LINE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.SourcePosition
 
LINE_OFFSETS_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.SourceInfo
 
list() - Method in class dev.cel.common.ast.CelMutableExpr
 
LIST - dev.cel.checker.CelStandardDeclarations.StandardIdentifier
 
LIST_EXPR - com.google.api.expr.v1alpha1.Expr.ExprKindCase
 
LIST_EXPR_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr
 
LIST_SIZE - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Size
 
LIST_TYPE - com.google.api.expr.v1alpha1.Type.TypeKindCase
 
LIST_TYPE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Type
 
LIST_VALUE - com.google.api.expr.v1alpha1.Value.KindCase
 
LIST_VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Value
 
LIST_VALUE_MESSAGE - Static variable in class dev.cel.checker.Types
 
listInit() - Method in class cel.parser.internal.CELParser.CreateListContext
 
listInit() - Method in class cel.parser.internal.CELParser
 
ListInitContext(ParserRuleContext, int) - Constructor for class cel.parser.internal.CELParser.ListInitContext
 
ListValue - Class in com.google.api.expr.v1alpha1
A list.
ListValue.Builder - Class in com.google.api.expr.v1alpha1
A list.
ListValueOrBuilder - Interface in com.google.api.expr.v1alpha1
 
literal() - Method in class cel.parser.internal.CELParser.ConstantLiteralContext
 
literal() - Method in class cel.parser.internal.CELParser
 
LiteralContext() - Constructor for class cel.parser.internal.CELParser.LiteralContext
 
LiteralContext(ParserRuleContext, int) - Constructor for class cel.parser.internal.CELParser.LiteralContext
 
LOCATION_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.SourceInfo
 
LOCATION_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.SourcePosition
 
LOGICAL_AND - dev.cel.checker.CelStandardDeclarations.StandardFunction
 
LOGICAL_AND - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.BooleanOperator
 
LOGICAL_AND - Static variable in class cel.parser.internal.CELLexer
 
LOGICAL_AND - Static variable in class cel.parser.internal.CELParser
 
LOGICAL_AND() - Method in class cel.parser.internal.CELParser.ConditionalAndContext
 
LOGICAL_AND(int) - Method in class cel.parser.internal.CELParser.ConditionalAndContext
 
LOGICAL_NOT - dev.cel.checker.CelStandardDeclarations.StandardFunction
 
LOGICAL_NOT - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.BooleanOperator
 
LOGICAL_OR - dev.cel.checker.CelStandardDeclarations.StandardFunction
 
LOGICAL_OR - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.BooleanOperator
 
LOGICAL_OR - Static variable in class cel.parser.internal.CELLexer
 
LOGICAL_OR - Static variable in class cel.parser.internal.CELParser
 
LOGICAL_OR() - Method in class cel.parser.internal.CELParser.ConditionalOrContext
 
LOGICAL_OR(int) - Method in class cel.parser.internal.CELParser.ConditionalOrContext
 
LogicalNotContext(CELParser.UnaryContext) - Constructor for class cel.parser.internal.CELParser.LogicalNotContext
 
lookupCelType(String) - Method in interface dev.cel.checker.TypeProvider
Deprecated.
Lookup the a CelType given a qualified typeName.
lookupEnumValue(String) - Method in class dev.cel.checker.DescriptorTypeProvider
 
lookupEnumValue(String) - Method in class dev.cel.checker.TypeProvider.CombinedTypeProvider
Deprecated.
 
lookupEnumValue(String) - Method in interface dev.cel.checker.TypeProvider
Deprecated.
Lookup the Integer enum value given an enumName.
lookupExtensionType(String) - Method in class dev.cel.checker.DescriptorTypeProvider
 
lookupExtensionType(String) - Method in class dev.cel.checker.TypeProvider.CombinedTypeProvider
Deprecated.
 
lookupExtensionType(String) - Method in interface dev.cel.checker.TypeProvider
Deprecated.
Lookup the FieldType of the named extension (specified using its full path).
lookupField(String) - Method in class dev.cel.checker.DescriptorTypeProvider.TypeDef
 
lookupFieldNames(Type) - Method in class dev.cel.checker.DescriptorTypeProvider
 
lookupFieldNames(Type) - Method in class dev.cel.checker.TypeProvider.CombinedTypeProvider
Deprecated.
 
lookupFieldNames(Type) - Method in interface dev.cel.checker.TypeProvider
Deprecated.
Returns the field names associated with the given Type.
lookupFieldType(CelType, String) - Method in interface dev.cel.checker.TypeProvider
Deprecated.
Lookup the FieldType for a fieldName within a type.
lookupFieldType(Type, String) - Method in class dev.cel.checker.DescriptorTypeProvider
 
lookupFieldType(Type, String) - Method in class dev.cel.checker.TypeProvider.CombinedTypeProvider
Deprecated.
 
lookupFieldType(Type, String) - Method in interface dev.cel.checker.TypeProvider
Deprecated.
Lookup the FieldType for a fieldName within a type.
lookupFunction(long, int, CelContainer, String) - Method in class dev.cel.checker.Env
Lookup a name like Env.tryLookupCelFunction(dev.cel.common.CelContainer, java.lang.String) but report an error if the name is not found and return the Env.ERROR_FUNCTION_DECL.
lookupIdent(long, int, CelContainer, String) - Method in class dev.cel.checker.Env
Lookup a name like Env.tryLookupCelIdent(dev.cel.common.CelContainer, java.lang.String), but report an error if the name is not found and return the Env.ERROR_IDENT_DECL.
lookupType(String) - Method in class dev.cel.checker.DescriptorTypeProvider
 
lookupType(String) - Method in class dev.cel.checker.TypeProvider.CombinedTypeProvider
Deprecated.
 
lookupType(String) - Method in interface dev.cel.checker.TypeProvider
Deprecated.
Lookup the a Type given a qualified typeName.
LOOP_CONDIITON - dev.cel.checker.ExprVisitor.ComprehensionArg
 
LOOP_CONDIITON - dev.cel.common.ast.CelExprVisitor.ComprehensionArg
 
LOOP_CONDITION_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.Comprehension
 
LOOP_STEP - dev.cel.checker.ExprVisitor.ComprehensionArg
 
LOOP_STEP - dev.cel.common.ast.CelExprVisitor.ComprehensionArg
 
LOOP_STEP_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.Comprehension
 
loopCondition() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableComprehension
 
loopStep() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableComprehension
 
LPAREN - Static variable in class cel.parser.internal.CELLexer
 
LPAREN - Static variable in class cel.parser.internal.CELParser
 
LPAREN() - Method in class cel.parser.internal.CELParser.GlobalCallContext
 
LPAREN() - Method in class cel.parser.internal.CELParser.MemberCallContext
 
LPAREN() - Method in class cel.parser.internal.CELParser.NestedContext
 

M

MACRO_CALLS_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.SourceInfo
 
MAJOR_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
 
map() - Method in class dev.cel.common.ast.CelMutableExpr
 
MAP - dev.cel.checker.CelStandardDeclarations.StandardIdentifier
 
MAP - dev.cel.parser.CelStandardMacro
Comprehension which applies a transform to each element in the input range and produces a list of equivalent size as output.
MAP_FILTER - dev.cel.parser.CelStandardMacro
Comprehension which conditionally applies a transform to elements in the list which satisfy the filter predicate.
MAP_KEY - com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.KeyKindCase
 
MAP_KEY_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
 
MAP_SIZE - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Size
 
MAP_TYPE - com.google.api.expr.v1alpha1.Type.TypeKindCase
 
MAP_TYPE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Type
 
MAP_VALUE - com.google.api.expr.v1alpha1.Value.KindCase
 
MAP_VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Value
 
MapEntryDef() - Constructor for class dev.cel.checker.DescriptorTypeProvider.MapEntryDef
 
mapEntryType() - Method in class dev.cel.checker.DescriptorTypeProvider.FieldDef
The field MapEntryDef.
mapInitializerList() - Method in class cel.parser.internal.CELParser.CreateMapContext
 
mapInitializerList() - Method in class cel.parser.internal.CELParser
 
MapInitializerListContext(ParserRuleContext, int) - Constructor for class cel.parser.internal.CELParser.MapInitializerListContext
 
MapValue - Class in com.google.api.expr.v1alpha1
A map.
MapValue.Builder - Class in com.google.api.expr.v1alpha1
A map.
MapValue.Entry - Class in com.google.api.expr.v1alpha1
An entry in the map.
MapValue.Entry.Builder - Class in com.google.api.expr.v1alpha1
An entry in the map.
MapValue.EntryOrBuilder - Interface in com.google.api.expr.v1alpha1
 
MapValueOrBuilder - Interface in com.google.api.expr.v1alpha1
 
mark() - Method in class dev.cel.common.internal.CodePointStream
 
MATCHES - dev.cel.checker.CelStandardDeclarations.StandardFunction
 
MATCHES - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.StringMatchers
 
MATCHES_STRING - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.StringMatchers
 
member() - Method in class cel.parser.internal.CELParser.IndexContext
 
member() - Method in class cel.parser.internal.CELParser.LogicalNotContext
 
member() - Method in class cel.parser.internal.CELParser
 
member() - Method in class cel.parser.internal.CELParser.MemberCallContext
 
member() - Method in class cel.parser.internal.CELParser.MemberExprContext
 
member() - Method in class cel.parser.internal.CELParser.NegateContext
 
member() - Method in class cel.parser.internal.CELParser.SelectContext
 
MemberCallContext(CELParser.MemberContext) - Constructor for class cel.parser.internal.CELParser.MemberCallContext
 
MemberContext() - Constructor for class cel.parser.internal.CELParser.MemberContext
 
MemberContext(ParserRuleContext, int) - Constructor for class cel.parser.internal.CELParser.MemberContext
 
MemberExprContext(CELParser.UnaryContext) - Constructor for class cel.parser.internal.CELParser.MemberExprContext
 
memoize(long, long) - Method in class dev.cel.common.ast.CelExprIdGeneratorFactory.StableIdGenerator
Memoize a given expression ID with a newly generated ID.
mergeAbstractType(Type.AbstractType) - Method in class com.google.api.expr.v1alpha1.Type.Builder
Abstract, application defined type.
mergeAccuInit(Expr) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
The initial value of the accumulator.
mergeCallExpr(Expr.Call) - Method in class com.google.api.expr.v1alpha1.Expr.Builder
A call expression, including calls to predefined functions and operators.
mergeComprehensionExpr(Expr.Comprehension) - Method in class com.google.api.expr.v1alpha1.Expr.Builder
A comprehension expression.
mergeConstExpr(Constant) - Method in class com.google.api.expr.v1alpha1.Expr.Builder
A literal expression.
mergeDurationValue(Duration) - Method in class com.google.api.expr.v1alpha1.Constant.Builder
Deprecated.
mergeDyn(Empty) - Method in class com.google.api.expr.v1alpha1.Type.Builder
Dynamic type.
mergeElemType(Type) - Method in class com.google.api.expr.v1alpha1.Type.ListType.Builder
The element type.
mergeEnumValue(EnumValue) - Method in class com.google.api.expr.v1alpha1.Value.Builder
An enum value.
mergeError(ErrorSet) - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
The set of errors in the critical path of evalution.
mergeError(Empty) - Method in class com.google.api.expr.v1alpha1.Type.Builder
Error type.
mergeExpr(Expr) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
The checked expression.
mergeExpr(Expr) - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
The parsed expression.
mergeFrom(CheckedExpr) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
 
mergeFrom(Constant) - Method in class com.google.api.expr.v1alpha1.Constant.Builder
 
mergeFrom(Decl) - Method in class com.google.api.expr.v1alpha1.Decl.Builder
 
mergeFrom(Decl.FunctionDecl) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
 
mergeFrom(Decl.FunctionDecl.Overload) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
 
mergeFrom(Decl.IdentDecl) - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
 
mergeFrom(EnumValue) - Method in class com.google.api.expr.v1alpha1.EnumValue.Builder
 
mergeFrom(ErrorSet) - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
 
mergeFrom(EvalState) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
 
mergeFrom(EvalState.Result) - Method in class com.google.api.expr.v1alpha1.EvalState.Result.Builder
 
mergeFrom(Explain) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
Deprecated.
 
mergeFrom(Explain.ExprStep) - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep.Builder
Deprecated.
 
mergeFrom(Expr) - Method in class com.google.api.expr.v1alpha1.Expr.Builder
 
mergeFrom(Expr.Call) - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
 
mergeFrom(Expr.Comprehension) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
 
mergeFrom(Expr.CreateList) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
 
mergeFrom(Expr.CreateStruct) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
 
mergeFrom(Expr.CreateStruct.Entry) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
 
mergeFrom(Expr.Ident) - Method in class com.google.api.expr.v1alpha1.Expr.Ident.Builder
 
mergeFrom(Expr.Select) - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
 
mergeFrom(ExprValue) - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
 
mergeFrom(ListValue) - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
 
mergeFrom(MapValue) - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
 
mergeFrom(MapValue.Entry) - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
 
mergeFrom(ParsedExpr) - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
 
mergeFrom(Reference) - Method in class com.google.api.expr.v1alpha1.Reference.Builder
 
mergeFrom(SourceInfo) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
 
mergeFrom(SourceInfo.Extension) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
 
mergeFrom(SourceInfo.Extension.Version) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version.Builder
 
mergeFrom(SourcePosition) - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
 
mergeFrom(Type) - Method in class com.google.api.expr.v1alpha1.Type.Builder
 
mergeFrom(Type.AbstractType) - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
 
mergeFrom(Type.FunctionType) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
 
mergeFrom(Type.ListType) - Method in class com.google.api.expr.v1alpha1.Type.ListType.Builder
 
mergeFrom(Type.MapType) - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
 
mergeFrom(UnknownSet) - Method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
 
mergeFrom(Value) - Method in class com.google.api.expr.v1alpha1.Value.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Constant.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Decl.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.EnumValue.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.EvalState.Result.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
Deprecated.
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep.Builder
Deprecated.
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Expr.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Expr.Ident.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Reference.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Type.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Type.ListType.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Value.Builder
 
mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
 
mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Constant.Builder
 
mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Decl.Builder
 
mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
 
mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
 
mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
 
mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.EnumValue.Builder
 
mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
 
mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
 
mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.EvalState.Result.Builder
 
mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
Deprecated.
 
mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep.Builder
Deprecated.
 
mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Expr.Builder
 
mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
 
mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
 
mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
 
mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
 
mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
 
mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Expr.Ident.Builder
 
mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
 
mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
 
mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
 
mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
 
mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
 
mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
 
mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Reference.Builder
 
mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
 
mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
 
mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version.Builder
 
mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
 
mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
 
mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Type.Builder
 
mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
 
mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Type.ListType.Builder
 
mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
 
mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
 
mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Value.Builder
 
mergeFunction(Decl.FunctionDecl) - Method in class com.google.api.expr.v1alpha1.Decl.Builder
Function declaration.
mergeFunction(Type.FunctionType) - Method in class com.google.api.expr.v1alpha1.Type.Builder
Function type.
mergeIdent(Decl.IdentDecl) - Method in class com.google.api.expr.v1alpha1.Decl.Builder
Identifier declaration.
mergeIdentExpr(Expr.Ident) - Method in class com.google.api.expr.v1alpha1.Expr.Builder
An identifier expression.
mergeIterRange(Expr) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
The range over which the comprehension iterates.
mergeKey(Value) - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
The key.
mergeKeyType(Type) - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
The type of the key.
mergeListExpr(Expr.CreateList) - Method in class com.google.api.expr.v1alpha1.Expr.Builder
A list creation expression.
mergeListType(Type.ListType) - Method in class com.google.api.expr.v1alpha1.Type.Builder
Parameterized list with elements of `list_type`, e.g.
mergeListValue(ListValue) - Method in class com.google.api.expr.v1alpha1.Value.Builder
List value.
mergeLoopCondition(Expr) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
An expression which can contain iter_var, iter_var2, and accu_var.
mergeLoopStep(Expr) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
An expression which can contain iter_var, iter_var2, and accu_var.
mergeMapKey(Expr) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
The key expression for a map creation statement.
mergeMapType(Type.MapType) - Method in class com.google.api.expr.v1alpha1.Type.Builder
Parameterized map with typed keys and values.
mergeMapValue(MapValue) - Method in class com.google.api.expr.v1alpha1.Value.Builder
Map value.
mergeObjectValue(Any) - Method in class com.google.api.expr.v1alpha1.Value.Builder
The proto message backing an object value.
mergeOperand(Expr) - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
Required.
mergeResult(Expr) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
An expression which can contain accu_var.
mergeResultType(Type) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
Required.
mergeResultType(Type) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
Result type of the function.
mergeSelectExpr(Expr.Select) - Method in class com.google.api.expr.v1alpha1.Expr.Builder
A field selection expression, e.g.
mergeSourceInfo(SourceInfo) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.
mergeSourceInfo(SourceInfo) - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
The source info derived from input that generated the parsed `expr`.
mergeStructExpr(Expr.CreateStruct) - Method in class com.google.api.expr.v1alpha1.Expr.Builder
A map or message creation expression.
mergeTarget(Expr) - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
The target of an method call-style expression.
mergeTimestampValue(Timestamp) - Method in class com.google.api.expr.v1alpha1.Constant.Builder
Deprecated.
mergeType(Type) - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
Required.
mergeType(Type) - Method in class com.google.api.expr.v1alpha1.Type.Builder
Type type.
mergeUnknown(UnknownSet) - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
The set of unknowns in the critical path of evaluation.
mergeValue(Constant) - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
The constant value of the identifier.
mergeValue(Constant) - Method in class com.google.api.expr.v1alpha1.Reference.Builder
For references to constants, this may contain the value of the constant if known at compile time.
mergeValue(Expr) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
Required.
mergeValue(Value) - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
A concrete value.
mergeValue(Value) - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
The value.
mergeValueType(Type) - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
The type of the value.
mergeVersion(SourceInfo.Extension.Version) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
Version info.
MESSAGE_NAME_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.CreateStruct
 
MESSAGE_TYPE - com.google.api.expr.v1alpha1.Type.TypeKindCase
 
MESSAGE_TYPE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Type
 
messageName() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableStruct
 
messageType() - Method in class dev.cel.checker.TypeProvider.ExtensionFieldType
Deprecated.
The Type of the message being extended.
MINOR_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
 
MINUS - Static variable in class cel.parser.internal.CELLexer
 
MINUS - Static variable in class cel.parser.internal.CELParser
 
MINUS() - Method in class cel.parser.internal.CELParser.CalcContext
 
MINUS() - Method in class cel.parser.internal.CELParser.DoubleContext
 
MINUS() - Method in class cel.parser.internal.CELParser.IntContext
 
MINUS() - Method in class cel.parser.internal.CELParser.NegateContext
 
MINUS(int) - Method in class cel.parser.internal.CELParser.NegateContext
 
modeNames - Static variable in class cel.parser.internal.CELLexer
 
MODULO - dev.cel.checker.CelStandardDeclarations.StandardFunction
 
MODULO_INT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
 
MODULO_UINT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
 
mostGeneral(CelType, CelType) - Static method in class dev.cel.checker.Types
Returns the more general of two types which are known to unify.
MULTIPLY - dev.cel.checker.CelStandardDeclarations.StandardFunction
 
MULTIPLY_DOUBLE - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
 
MULTIPLY_INT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
 
MULTIPLY_UINT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
 

N

name() - Method in class dev.cel.checker.CelIdentDecl
Fully qualified variable name.
name() - Method in class dev.cel.checker.DescriptorTypeProvider.EnumValueDef
The simple name of the enum value within a containing enum TypeDef.
name() - Method in class dev.cel.checker.DescriptorTypeProvider.FieldDef
The field name.
name() - Method in class dev.cel.checker.DescriptorTypeProvider.TypeDef
The qualified name of the message or enum.
name() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableIdent
 
name() - Method in class dev.cel.common.CelFunctionDecl.Builder
 
name() - Method in class dev.cel.common.CelFunctionDecl
Fully qualified name of the function.
name() - Method in class dev.cel.common.CelVarDecl
Fully qualified variable name.
NAME_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Decl
 
NAME_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.Ident
 
NAME_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Reference
 
NAME_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Type.AbstractType
 
NEGATE - dev.cel.checker.CelStandardDeclarations.StandardFunction
 
NEGATE_DOUBLE - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
 
NEGATE_INT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
 
NegateContext(CELParser.UnaryContext) - Constructor for class cel.parser.internal.CELParser.NegateContext
 
NestedContext(CELParser.PrimaryContext) - Constructor for class cel.parser.internal.CELParser.NestedContext
 
newBoolLiteral(boolean) - Method in class dev.cel.common.ast.CelExprFactory
Creates a new constant CelExpr for a bool value.
newBuilder() - Static method in class com.google.api.expr.v1alpha1.CheckedExpr
 
newBuilder() - Static method in class com.google.api.expr.v1alpha1.Constant
 
newBuilder() - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
 
newBuilder() - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
 
newBuilder() - Static method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
 
newBuilder() - Static method in class com.google.api.expr.v1alpha1.Decl
 
newBuilder() - Static method in class com.google.api.expr.v1alpha1.EnumValue
 
newBuilder() - Static method in class com.google.api.expr.v1alpha1.ErrorSet
 
newBuilder() - Static method in class com.google.api.expr.v1alpha1.EvalState
 
newBuilder() - Static method in class com.google.api.expr.v1alpha1.EvalState.Result
 
newBuilder() - Static method in class com.google.api.expr.v1alpha1.Explain.ExprStep
Deprecated.
 
newBuilder() - Static method in class com.google.api.expr.v1alpha1.Explain
Deprecated.
 
newBuilder() - Static method in class com.google.api.expr.v1alpha1.Expr.Call
 
newBuilder() - Static method in class com.google.api.expr.v1alpha1.Expr.Comprehension
 
newBuilder() - Static method in class com.google.api.expr.v1alpha1.Expr.CreateList
 
newBuilder() - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
 
newBuilder() - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
 
newBuilder() - Static method in class com.google.api.expr.v1alpha1.Expr.Ident
 
newBuilder() - Static method in class com.google.api.expr.v1alpha1.Expr
 
newBuilder() - Static method in class com.google.api.expr.v1alpha1.Expr.Select
 
newBuilder() - Static method in class com.google.api.expr.v1alpha1.ExprValue
 
newBuilder() - Static method in class com.google.api.expr.v1alpha1.ListValue
 
newBuilder() - Static method in class com.google.api.expr.v1alpha1.MapValue.Entry
 
newBuilder() - Static method in class com.google.api.expr.v1alpha1.MapValue
 
newBuilder() - Static method in class com.google.api.expr.v1alpha1.ParsedExpr
 
newBuilder() - Static method in class com.google.api.expr.v1alpha1.Reference
 
newBuilder() - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
 
newBuilder() - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
 
newBuilder() - Static method in class com.google.api.expr.v1alpha1.SourceInfo
 
newBuilder() - Static method in class com.google.api.expr.v1alpha1.SourcePosition
 
newBuilder() - Static method in class com.google.api.expr.v1alpha1.Type.AbstractType
 
newBuilder() - Static method in class com.google.api.expr.v1alpha1.Type.FunctionType
 
newBuilder() - Static method in class com.google.api.expr.v1alpha1.Type.ListType
 
newBuilder() - Static method in class com.google.api.expr.v1alpha1.Type.MapType
 
newBuilder() - Static method in class com.google.api.expr.v1alpha1.Type
 
newBuilder() - Static method in class com.google.api.expr.v1alpha1.UnknownSet
 
newBuilder() - Static method in class com.google.api.expr.v1alpha1.Value
 
newBuilder() - Static method in class dev.cel.checker.CelCheckerLegacyImpl
Create a new builder to construct a CelChecker instance.
newBuilder() - Static method in class dev.cel.checker.CelIdentDecl
 
newBuilder() - Static method in class dev.cel.checker.CelStandardDeclarations
 
newBuilder() - Static method in class dev.cel.common.CelFunctionDecl
Create a new builder to construct a CelFunctionDecl instance.
newBuilder() - Static method in class dev.cel.common.CelIssue
 
newBuilder() - Static method in class dev.cel.common.CelOverloadDecl
Create a new builder to construct a CelOverloadDecl instance
newBuilder() - Static method in class dev.cel.parser.CelParserImpl
Creates a new CelParserImpl.Builder.
newBuilder(CheckedExpr) - Static method in class com.google.api.expr.v1alpha1.CheckedExpr
 
newBuilder(Constant) - Static method in class com.google.api.expr.v1alpha1.Constant
 
newBuilder(Decl) - Static method in class com.google.api.expr.v1alpha1.Decl
 
newBuilder(Decl.FunctionDecl) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
 
newBuilder(Decl.FunctionDecl.Overload) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
 
newBuilder(Decl.IdentDecl) - Static method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
 
newBuilder(EnumValue) - Static method in class com.google.api.expr.v1alpha1.EnumValue
 
newBuilder(ErrorSet) - Static method in class com.google.api.expr.v1alpha1.ErrorSet
 
newBuilder(EvalState) - Static method in class com.google.api.expr.v1alpha1.EvalState
 
newBuilder(EvalState.Result) - Static method in class com.google.api.expr.v1alpha1.EvalState.Result
 
newBuilder(Explain) - Static method in class com.google.api.expr.v1alpha1.Explain
Deprecated.
 
newBuilder(Explain.ExprStep) - Static method in class com.google.api.expr.v1alpha1.Explain.ExprStep
Deprecated.
 
newBuilder(Expr) - Static method in class com.google.api.expr.v1alpha1.Expr
 
newBuilder(Expr.Call) - Static method in class com.google.api.expr.v1alpha1.Expr.Call
 
newBuilder(Expr.Comprehension) - Static method in class com.google.api.expr.v1alpha1.Expr.Comprehension
 
newBuilder(Expr.CreateList) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateList
 
newBuilder(Expr.CreateStruct) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
 
newBuilder(Expr.CreateStruct.Entry) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
 
newBuilder(Expr.Ident) - Static method in class com.google.api.expr.v1alpha1.Expr.Ident
 
newBuilder(Expr.Select) - Static method in class com.google.api.expr.v1alpha1.Expr.Select
 
newBuilder(ExprValue) - Static method in class com.google.api.expr.v1alpha1.ExprValue
 
newBuilder(ListValue) - Static method in class com.google.api.expr.v1alpha1.ListValue
 
newBuilder(MapValue) - Static method in class com.google.api.expr.v1alpha1.MapValue
 
newBuilder(MapValue.Entry) - Static method in class com.google.api.expr.v1alpha1.MapValue.Entry
 
newBuilder(ParsedExpr) - Static method in class com.google.api.expr.v1alpha1.ParsedExpr
 
newBuilder(Reference) - Static method in class com.google.api.expr.v1alpha1.Reference
 
newBuilder(SourceInfo) - Static method in class com.google.api.expr.v1alpha1.SourceInfo
 
newBuilder(SourceInfo.Extension) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
 
newBuilder(SourceInfo.Extension.Version) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
 
newBuilder(SourcePosition) - Static method in class com.google.api.expr.v1alpha1.SourcePosition
 
newBuilder(Type) - Static method in class com.google.api.expr.v1alpha1.Type
 
newBuilder(Type.AbstractType) - Static method in class com.google.api.expr.v1alpha1.Type.AbstractType
 
newBuilder(Type.FunctionType) - Static method in class com.google.api.expr.v1alpha1.Type.FunctionType
 
newBuilder(Type.ListType) - Static method in class com.google.api.expr.v1alpha1.Type.ListType
 
newBuilder(Type.MapType) - Static method in class com.google.api.expr.v1alpha1.Type.MapType
 
newBuilder(UnknownSet) - Static method in class com.google.api.expr.v1alpha1.UnknownSet
 
newBuilder(Value) - Static method in class com.google.api.expr.v1alpha1.Value
 
newBuilder(CelParserBuilder, CelCheckerBuilder) - Static method in class dev.cel.compiler.CelCompilerImpl
Create a new builder for constructing a CelCompiler instance.
newBuilderForType() - Method in class com.google.api.expr.v1alpha1.CheckedExpr
 
newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Constant
 
newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
 
newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
 
newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
 
newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Decl
 
newBuilderForType() - Method in class com.google.api.expr.v1alpha1.EnumValue
 
newBuilderForType() - Method in class com.google.api.expr.v1alpha1.ErrorSet
 
newBuilderForType() - Method in class com.google.api.expr.v1alpha1.EvalState
 
newBuilderForType() - Method in class com.google.api.expr.v1alpha1.EvalState.Result
 
newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep
Deprecated.
 
newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Explain
Deprecated.
 
newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Expr.Call
 
newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
 
newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList
 
newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
 
newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
 
newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Expr.Ident
 
newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Expr
 
newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Expr.Select
 
newBuilderForType() - Method in class com.google.api.expr.v1alpha1.ExprValue
 
newBuilderForType() - Method in class com.google.api.expr.v1alpha1.ListValue
 
newBuilderForType() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry
 
newBuilderForType() - Method in class com.google.api.expr.v1alpha1.MapValue
 
newBuilderForType() - Method in class com.google.api.expr.v1alpha1.ParsedExpr
 
newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Reference
 
newBuilderForType() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
 
newBuilderForType() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
 
newBuilderForType() - Method in class com.google.api.expr.v1alpha1.SourceInfo
 
newBuilderForType() - Method in class com.google.api.expr.v1alpha1.SourcePosition
 
newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType
 
newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType
 
newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Type.ListType
 
newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Type.MapType
 
newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Type
 
newBuilderForType() - Method in class com.google.api.expr.v1alpha1.UnknownSet
 
newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Value
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.CheckedExpr
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Constant
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Decl
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.EnumValue
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.ErrorSet
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.EvalState
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.EvalState.Result
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep
Deprecated.
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Explain
Deprecated.
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Expr.Call
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Expr.Ident
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Expr
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Expr.Select
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.ExprValue
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.ListValue
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.MapValue.Entry
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.MapValue
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.ParsedExpr
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Reference
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.SourceInfo
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.SourcePosition
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Type.AbstractType
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Type.ListType
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Type.MapType
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Type
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.UnknownSet
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Value
 
newBytesLiteral(byte[]) - Method in class dev.cel.common.ast.CelExprFactory
Creates a new constant CelExpr for a bytes value.
newBytesLiteral(CelByteString) - Method in class dev.cel.common.ast.CelExprFactory
Creates a new constant CelExpr for a bytes value.
newBytesLiteral(String) - Method in class dev.cel.common.ast.CelExprFactory
Creates a new constant CelExpr for a bytes value.
newConstant(CelConstant) - Method in class dev.cel.common.ast.CelExprFactory
Create a new constant expression.
newDoubleLiteral(double) - Method in class dev.cel.common.ast.CelExprFactory
Creates a new constant CelExpr for a double value.
newFunctionDeclaration(String, CelOverloadDecl...) - Static method in class dev.cel.common.CelFunctionDecl
Constructs a function declaration with any number of CelOverloadDecl
newFunctionDeclaration(String, Iterable<CelOverloadDecl>) - Static method in class dev.cel.common.CelFunctionDecl
Constructs a function declaration with an iterable of CelOverloadDecl
newGlobalCall(String, CelExpr...) - Method in class dev.cel.common.ast.CelExprFactory
Creates a global (free) function call CelExpr for the given function and arguments.
newGlobalCall(String, Iterable<CelExpr>) - Method in class dev.cel.common.ast.CelExprFactory
Creates a global (free) function call CelExpr for the given function and arguments.
newGlobalMacro(String, int, CelMacroExpander) - Static method in class dev.cel.parser.CelMacro
Creates a new global macro that accepts a fixed number of arguments.
newGlobalOverload(String, CelType, CelType...) - Static method in class dev.cel.common.CelOverloadDecl
Helper method for declaring a global function overload
newGlobalOverload(String, CelType, List<CelType>) - Static method in class dev.cel.common.CelOverloadDecl
Helper method for declaring a global function overload
newGlobalOverload(String, String, CelType, CelType...) - Static method in class dev.cel.common.CelOverloadDecl
Helper method for declaring a global function overload
newGlobalOverload(String, String, CelType, List<CelType>) - Static method in class dev.cel.common.CelOverloadDecl
Helper method for declaring a global function overload
newGlobalVarArgMacro(String, CelMacroExpander) - Static method in class dev.cel.parser.CelMacro
Creates a new global macro that accepts a variable number of arguments.
newIdentDeclaration(String, CelType) - Static method in class dev.cel.checker.CelIdentDecl
Create a new CelIdentDecl with a given name and type.
newIdentifier(String) - Method in class dev.cel.common.ast.CelExprFactory
Creates an identifier CelExpr for the given name.
newInstance() - Static method in class dev.cel.common.ast.CelExprFactory
 
newInstance() - Static method in class dev.cel.common.CelMutableSource
 
newInstance(CelMutableExpr) - Static method in class dev.cel.common.ast.CelMutableExpr
Constructs a deep copy of the mutable expression.
newInstance(Iterable<String>, CelType) - Method in class dev.cel.checker.InferenceContext
Returns an instance of the given type where all given type parameters are replaced by fresh type variables.
newIntLiteral(long) - Method in class dev.cel.common.ast.CelExprFactory
Creates a new constant CelExpr for an int value.
newList(CelExpr...) - Method in class dev.cel.common.ast.CelExprFactory
Creates a new list CelExpr comprised of the elements.
newList(Iterable<CelExpr>) - Method in class dev.cel.common.ast.CelExprFactory
Creates a new list CelExpr comprised of the elements.
newMap(CelExpr.CelMap.Entry...) - Method in class dev.cel.common.ast.CelExprFactory
Creates a new map CelExpr comprised of the entries.
newMap(Iterable<CelExpr.CelMap.Entry>) - Method in class dev.cel.common.ast.CelExprFactory
Creates a new map CelExpr comprised of the entries.
newMapEntry(CelExpr, CelExpr) - Method in class dev.cel.common.ast.CelExprFactory
Creates a new map CelExpr.CelStruct.Entry comprised of the given key and value.
newMemberOverload(String, CelType, CelType...) - Static method in class dev.cel.common.CelOverloadDecl
Helper method for declaring a member function overload
newMemberOverload(String, CelType, List<CelType>) - Static method in class dev.cel.common.CelOverloadDecl
Helper method for declaring a member function overload
newMemberOverload(String, String, CelType, CelType...) - Static method in class dev.cel.common.CelOverloadDecl
Helper method for declaring a member function overload
newMemberOverload(String, String, CelType, List<CelType>) - Static method in class dev.cel.common.CelOverloadDecl
Helper method for declaring a member function overload
newMessage(String, CelExpr.CelStruct.Entry...) - Method in class dev.cel.common.ast.CelExprFactory
Creates a new message CelExpr of the given type comprised of the given fields.
newMessage(String, Iterable<CelExpr.CelStruct.Entry>) - Method in class dev.cel.common.ast.CelExprFactory
Creates a new message CelExpr of the given type comprised of the given fields.
newMessageField(String, CelExpr) - Method in class dev.cel.common.ast.CelExprFactory
Creates a new message CelExpr.CelStruct.Entry comprised of the given field and value.
newMonotonicIdGenerator(long) - Static method in class dev.cel.common.ast.CelExprIdGeneratorFactory
MonotonicIdGenerator increments expression IDs from an initial seed value.
newReceiverCall(String, CelExpr, CelExpr...) - Method in class dev.cel.common.ast.CelExprFactory
Creates a receiver-style function call CelExpr for the given function, target, and arguments.
newReceiverCall(String, CelExpr, Iterable<CelExpr>) - Method in class dev.cel.common.ast.CelExprFactory
Creates a receiver-style function call CelExpr for the given function, target, and arguments.
newReceiverMacro(String, int, CelMacroExpander) - Static method in class dev.cel.parser.CelMacro
Creates a new receiver-style macro that accepts a fixed number of arguments.
newReceiverVarArgMacro(String, CelMacroExpander) - Static method in class dev.cel.parser.CelMacro
Creates a new receiver-style macro that accepts a variable number of arguments.
newSelect(CelExpr, String, boolean) - Method in class dev.cel.common.ast.CelExprFactory
Creates a field traversal or field presence test CelExpr for the given operand and field.
newStableIdGenerator(long) - Static method in class dev.cel.common.ast.CelExprIdGeneratorFactory
StableIdGenerator ensures new IDs are only created the first time they are encountered.
newStringLiteral(String) - Method in class dev.cel.common.ast.CelExprFactory
Creates a new constant CelExpr for a string value.
newTypeVar(String) - Method in class dev.cel.checker.InferenceContext
Creates a fresh type variable in the given context.
newUintLiteral(long) - Method in class dev.cel.common.ast.CelExprFactory
Creates a new constant CelExpr for a uint value.
newUnparser() - Static method in class dev.cel.parser.CelUnparserFactory
 
newVarDeclaration(String, CelType) - Static method in class dev.cel.common.CelVarDecl
Create a new CelVarDecl with a given name and type.
nextExprId() - Method in class dev.cel.common.ast.CelExprFactory
Returns the next unique expression ID.
nextExprId() - Method in class dev.cel.common.ast.CelExprIdGeneratorFactory.MonotonicIdGenerator
 
nextExprId() - Method in class dev.cel.common.ast.CelExprIdGeneratorFactory.StableIdGenerator
Generates the next available ID.
nextExprId(long) - Method in class dev.cel.common.ast.CelExprIdGeneratorFactory.StableIdGenerator
Generate the next available ID while memoizing the existing ID.
NOT_EQUALS - dev.cel.checker.CelStandardDeclarations.StandardFunction
 
NOT_EQUALS - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Relation
 
NOT_EQUALS - Static variable in class cel.parser.internal.CELLexer
 
NOT_EQUALS - Static variable in class cel.parser.internal.CELParser
 
NOT_EQUALS() - Method in class cel.parser.internal.CELParser.RelationContext
 
NOT_STRICTLY_FALSE - dev.cel.checker.CelStandardDeclarations.StandardFunction
 
NOT_STRICTLY_FALSE - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.InternalOperator
 
notSet() - Method in class dev.cel.common.ast.CelMutableExpr
 
NUL - Static variable in class cel.parser.internal.CELLexer
 
NUL - Static variable in class cel.parser.internal.CELParser
 
NUL() - Method in class cel.parser.internal.CELParser.NullContext
 
NULL - com.google.api.expr.v1alpha1.Type.TypeKindCase
 
NULL_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Type
 
NULL_TYPE - dev.cel.checker.CelStandardDeclarations.StandardIdentifier
 
NULL_TYPE - Static variable in class dev.cel.checker.Types
 
NULL_VALUE - com.google.api.expr.v1alpha1.Constant.ConstantKindCase
 
NULL_VALUE - com.google.api.expr.v1alpha1.Value.KindCase
 
NULL_VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Constant
 
NULL_VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Value
 
NullContext(CELParser.LiteralContext) - Constructor for class cel.parser.internal.CELParser.NullContext
 
NUM_FLOAT - Static variable in class cel.parser.internal.CELLexer
 
NUM_FLOAT - Static variable in class cel.parser.internal.CELParser
 
NUM_FLOAT() - Method in class cel.parser.internal.CELParser.DoubleContext
 
NUM_INT - Static variable in class cel.parser.internal.CELLexer
 
NUM_INT - Static variable in class cel.parser.internal.CELParser
 
NUM_INT() - Method in class cel.parser.internal.CELParser.IntContext
 
NUM_UINT - Static variable in class cel.parser.internal.CELLexer
 
NUM_UINT - Static variable in class cel.parser.internal.CELParser
 
NUM_UINT() - Method in class cel.parser.internal.CELParser.UintContext
 

O

OBJECT_VALUE - com.google.api.expr.v1alpha1.Value.KindCase
 
OBJECT_VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Value
 
of(int, int) - Static method in class dev.cel.common.internal.Errors.SourceLocation
Create a new SourceLocation from line and column.
of(DescriptorProtos.FieldDescriptorProto.Type) - Static method in class dev.cel.checker.DescriptorTypeProvider.TypeDef
Create a TypeDef for a primitive type.
of(CelMutableExpr, CelMutableSource) - Static method in class dev.cel.common.CelMutableAst
Constructs an instance of CelMutableAst with the mutable expression and its source builder.
of(CelReference, CelType) - Static method in class dev.cel.checker.ExprChecker.OverloadResolution
Deprecated.
Construct a new OverloadResolution from a reference and type.
of(Type) - Static method in class dev.cel.checker.TypeProvider.FieldType
Deprecated.
Create a new FieldType instance from the provided type.
of(Type, Type) - Static method in class dev.cel.checker.TypeProvider.ExtensionFieldType
Deprecated.
 
of(String, FieldMask) - Static method in class dev.cel.checker.ProtoTypeMask
Construct a new ProtoTypeMask with a FieldMask indicating which fields should be visible to CEL expressions.
ofAllFields(String) - Static method in class dev.cel.checker.ProtoTypeMask
Construct a new ProtoTypeMask which exposes all fields in the given typeName for use within CEL expressions.
ofAllFieldsHidden(String) - Static method in class dev.cel.checker.ProtoTypeMask
Construct a new ProtoTypeMask which hides all fields in the given typeName for use within CEL expressions.
ofCall(long, CelMutableExpr.CelMutableCall) - Static method in class dev.cel.common.ast.CelMutableExpr
 
ofCall(CelMutableExpr.CelMutableCall) - Static method in class dev.cel.common.ast.CelMutableExpr
 
ofComprehension(long, CelMutableExpr.CelMutableComprehension) - Static method in class dev.cel.common.ast.CelMutableExpr
 
ofComprehension(CelMutableExpr.CelMutableComprehension) - Static method in class dev.cel.common.ast.CelMutableExpr
 
ofConstant(long, CelConstant) - Static method in class dev.cel.common.ast.CelMutableExpr
 
ofConstant(CelConstant) - Static method in class dev.cel.common.ast.CelMutableExpr
 
OFFSET_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.SourcePosition
 
ofIdent(long, String) - Static method in class dev.cel.common.ast.CelMutableExpr
 
ofIdent(String) - Static method in class dev.cel.common.ast.CelMutableExpr
 
ofList(long, CelMutableExpr.CelMutableList) - Static method in class dev.cel.common.ast.CelMutableExpr
 
ofList(CelMutableExpr.CelMutableList) - Static method in class dev.cel.common.ast.CelMutableExpr
 
ofMap(long, CelMutableExpr.CelMutableMap) - Static method in class dev.cel.common.ast.CelMutableExpr
 
ofMap(CelMutableExpr.CelMutableMap) - Static method in class dev.cel.common.ast.CelMutableExpr
 
ofNotSet() - Static method in class dev.cel.common.ast.CelMutableExpr
 
ofNotSet(long) - Static method in class dev.cel.common.ast.CelMutableExpr
 
ofSelect(long, CelMutableExpr.CelMutableSelect) - Static method in class dev.cel.common.ast.CelMutableExpr
 
ofSelect(CelMutableExpr.CelMutableSelect) - Static method in class dev.cel.common.ast.CelMutableExpr
 
ofStruct(long, CelMutableExpr.CelMutableStruct) - Static method in class dev.cel.common.ast.CelMutableExpr
 
ofStruct(CelMutableExpr.CelMutableStruct) - Static method in class dev.cel.common.ast.CelMutableExpr
 
OLD_IN - dev.cel.checker.CelStandardDeclarations.StandardFunction
 
OLD_NOT_STRICTLY_FALSE - dev.cel.checker.CelStandardDeclarations.StandardFunction
 
op - Variable in class cel.parser.internal.CELParser.CalcContext
 
op - Variable in class cel.parser.internal.CELParser.CreateListContext
 
op - Variable in class cel.parser.internal.CELParser.CreateMapContext
 
op - Variable in class cel.parser.internal.CELParser.CreateMessageContext
 
op - Variable in class cel.parser.internal.CELParser.ExprContext
 
op - Variable in class cel.parser.internal.CELParser.GlobalCallContext
 
op - Variable in class cel.parser.internal.CELParser.IndexContext
 
op - Variable in class cel.parser.internal.CELParser.MemberCallContext
 
op - Variable in class cel.parser.internal.CELParser.RelationContext
 
op - Variable in class cel.parser.internal.CELParser.SelectContext
 
open - Variable in class cel.parser.internal.CELParser.MemberCallContext
 
operand() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableSelect
 
OPERAND_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.Select
 
ops - Variable in class cel.parser.internal.CELParser.ConditionalAndContext
 
ops - Variable in class cel.parser.internal.CELParser.ConditionalOrContext
 
ops - Variable in class cel.parser.internal.CELParser.CreateMessageContext
 
ops - Variable in class cel.parser.internal.CELParser.LogicalNotContext
 
ops - Variable in class cel.parser.internal.CELParser.NegateContext
 
opt - Variable in class cel.parser.internal.CELParser.IndexContext
 
opt - Variable in class cel.parser.internal.CELParser.OptExprContext
 
opt - Variable in class cel.parser.internal.CELParser.OptFieldContext
 
opt - Variable in class cel.parser.internal.CELParser.SelectContext
 
optExpr - Variable in class cel.parser.internal.CELParser.ListInitContext
 
optExpr - Variable in class cel.parser.internal.CELParser.MapInitializerListContext
 
optExpr() - Method in class cel.parser.internal.CELParser.ListInitContext
 
optExpr() - Method in class cel.parser.internal.CELParser.MapInitializerListContext
 
optExpr() - Method in class cel.parser.internal.CELParser
 
optExpr(int) - Method in class cel.parser.internal.CELParser.ListInitContext
 
optExpr(int) - Method in class cel.parser.internal.CELParser.MapInitializerListContext
 
OptExprContext(ParserRuleContext, int) - Constructor for class cel.parser.internal.CELParser.OptExprContext
 
optField - Variable in class cel.parser.internal.CELParser.FieldInitializerListContext
 
optField() - Method in class cel.parser.internal.CELParser.FieldInitializerListContext
 
optField() - Method in class cel.parser.internal.CELParser
 
optField(int) - Method in class cel.parser.internal.CELParser.FieldInitializerListContext
 
OptFieldContext(ParserRuleContext, int) - Constructor for class cel.parser.internal.CELParser.OptFieldContext
 
OPTIONAL_ENTRY_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
 
OPTIONAL_INDICES_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.CreateList
 
optionalEntry() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableMap.Entry
 
optionalEntry() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableStruct.Entry
 
optionalIndices() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableList
 
options() - Method in interface dev.cel.checker.CelCheckerBuilder
Retrieves the currently configured CelOptions in the builder.
options() - Method in class dev.cel.checker.CelCheckerLegacyImpl.Builder
 
OVERLOAD_ID_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
 
OVERLOAD_ID_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Reference
 
overloadId() - Method in class dev.cel.common.CelOverloadDecl
Required.
OverloadResolution() - Constructor for class dev.cel.checker.ExprChecker.OverloadResolution
Deprecated.
 
overloads() - Method in class dev.cel.common.CelFunctionDecl.Builder
 
overloads() - Method in class dev.cel.common.CelFunctionDecl
Required.
OVERLOADS_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
 
overloadsBuilder() - Method in class dev.cel.common.CelFunctionDecl.Builder
 
overloadToCelOverload(Decl.FunctionDecl.Overload) - Static method in class dev.cel.common.CelOverloadDecl
 

P

PARAMETER_TYPES_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Type.AbstractType
 
parameterTypes() - Method in class dev.cel.common.CelOverloadDecl.Builder
 
parameterTypes() - Method in class dev.cel.common.CelOverloadDecl
List of function parameter type values.
PARAMS_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
 
parse(CelSource) - Method in class dev.cel.compiler.CelCompilerImpl
 
parse(CelSource) - Method in interface dev.cel.parser.CelParser
Parse the input expression and return a CelValidationResult.
parse(CelSource) - Method in class dev.cel.parser.CelParserImpl
 
parse(String) - Method in interface dev.cel.parser.CelParser
Parse the input expression and return a CelValidationResult.
parse(String, String) - Method in class dev.cel.compiler.CelCompilerImpl
 
parse(String, String) - Method in interface dev.cel.parser.CelParser
Parse the input expression and return a CelValidationResult.
parse(String, String) - Method in class dev.cel.parser.CelParserImpl
 
parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.CheckedExpr
 
parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Constant
 
parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
 
parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
 
parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
 
parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Decl
 
parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.EnumValue
 
parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.ErrorSet
 
parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.EvalState
 
parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.EvalState.Result
 
parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Explain.ExprStep
Deprecated.
 
parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Explain
Deprecated.
 
parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.Call
 
parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.Comprehension
 
parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateList
 
parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
 
parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
 
parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.Ident
 
parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Expr
 
parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.Select
 
parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.ExprValue
 
parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.ListValue
 
parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.MapValue.Entry
 
parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.MapValue
 
parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.ParsedExpr
 
parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Reference
 
parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
 
parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
 
parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.SourceInfo
 
parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.SourcePosition
 
parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Type.AbstractType
 
parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Type.FunctionType
 
parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Type.ListType
 
parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Type.MapType
 
parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Type
 
parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.UnknownSet
 
parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Value
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.CheckedExpr
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Constant
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EnumValue
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ErrorSet
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EvalState
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EvalState.Result
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Explain.ExprStep
Deprecated.
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Explain
Deprecated.
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Call
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Comprehension
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateList
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Ident
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Select
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ExprValue
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ListValue
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.MapValue.Entry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.MapValue
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ParsedExpr
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Reference
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourceInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourcePosition
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.AbstractType
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.FunctionType
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.ListType
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.MapType
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.UnknownSet
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Value
 
ParsedExpr - Class in com.google.api.expr.v1alpha1
An expression together with source information as returned by the parser.
ParsedExpr.Builder - Class in com.google.api.expr.v1alpha1
An expression together with source information as returned by the parser.
ParsedExprOrBuilder - Interface in com.google.api.expr.v1alpha1
 
parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.CheckedExpr
 
parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.Constant
 
parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
 
parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
 
parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
 
parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.Decl
 
parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.EnumValue
 
parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.ErrorSet
 
parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.EvalState
 
parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.EvalState.Result
 
parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.Explain.ExprStep
Deprecated.
 
parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.Explain
Deprecated.
 
parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.Expr.Call
 
parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.Expr.Comprehension
 
parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateList
 
parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
 
parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
 
parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.Expr.Ident
 
parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.Expr
 
parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.Expr.Select
 
parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.ExprValue
 
parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.ListValue
 
parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.MapValue.Entry
 
parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.MapValue
 
parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.ParsedExpr
 
parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.Reference
 
parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
 
parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
 
parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.SourceInfo
 
parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.SourcePosition
 
parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.Type.AbstractType
 
parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.Type.FunctionType
 
parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.Type.ListType
 
parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.Type.MapType
 
parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.Type
 
parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.UnknownSet
 
parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.Value
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.CheckedExpr
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Constant
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EnumValue
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ErrorSet
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EvalState
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EvalState.Result
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Explain.ExprStep
Deprecated.
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Explain
Deprecated.
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Call
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Comprehension
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateList
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Ident
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Select
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ExprValue
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ListValue
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.MapValue.Entry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.MapValue
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ParsedExpr
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Reference
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourceInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourcePosition
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.AbstractType
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.FunctionType
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.ListType
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.MapType
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.UnknownSet
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Value
 
parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.CheckedExpr
 
parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Constant
 
parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
 
parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
 
parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
 
parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Decl
 
parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.EnumValue
 
parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.ErrorSet
 
parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.EvalState
 
parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.EvalState.Result
 
parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Explain.ExprStep
Deprecated.
 
parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Explain
Deprecated.
 
parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Expr.Call
 
parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Expr.Comprehension
 
parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateList
 
parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
 
parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
 
parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Expr.Ident
 
parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Expr
 
parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Expr.Select
 
parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.ExprValue
 
parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.ListValue
 
parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.MapValue.Entry
 
parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.MapValue
 
parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.ParsedExpr
 
parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Reference
 
parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
 
parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
 
parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.SourceInfo
 
parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.SourcePosition
 
parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Type.AbstractType
 
parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Type.FunctionType
 
parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Type.ListType
 
parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Type.MapType
 
parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Type
 
parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.UnknownSet
 
parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Value
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.CheckedExpr
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Constant
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EnumValue
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ErrorSet
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EvalState
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EvalState.Result
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Explain.ExprStep
Deprecated.
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Explain
Deprecated.
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Call
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Comprehension
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateList
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Ident
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Select
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ExprValue
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ListValue
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.MapValue.Entry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.MapValue
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ParsedExpr
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Reference
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourceInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourcePosition
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.AbstractType
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.FunctionType
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.ListType
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.MapType
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.UnknownSet
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Value
 
parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.CheckedExpr
 
parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Constant
 
parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
 
parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
 
parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
 
parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Decl
 
parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.EnumValue
 
parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.ErrorSet
 
parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.EvalState
 
parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.EvalState.Result
 
parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Explain.ExprStep
Deprecated.
 
parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Explain
Deprecated.
 
parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.Call
 
parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.Comprehension
 
parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateList
 
parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
 
parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
 
parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.Ident
 
parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Expr
 
parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.Select
 
parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.ExprValue
 
parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.ListValue
 
parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.MapValue.Entry
 
parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.MapValue
 
parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.ParsedExpr
 
parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Reference
 
parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
 
parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
 
parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.SourceInfo
 
parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.SourcePosition
 
parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Type.AbstractType
 
parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Type.FunctionType
 
parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Type.ListType
 
parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Type.MapType
 
parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Type
 
parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.UnknownSet
 
parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Value
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.CheckedExpr
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Constant
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EnumValue
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ErrorSet
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EvalState
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EvalState.Result
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Explain.ExprStep
Deprecated.
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Explain
Deprecated.
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Call
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Comprehension
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateList
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Ident
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Select
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ExprValue
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ListValue
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.MapValue.Entry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.MapValue
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ParsedExpr
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Reference
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourceInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourcePosition
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.AbstractType
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.FunctionType
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.ListType
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.MapType
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.UnknownSet
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Value
 
parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.CheckedExpr
 
parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Constant
 
parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
 
parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
 
parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
 
parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Decl
 
parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.EnumValue
 
parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.ErrorSet
 
parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.EvalState
 
parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.EvalState.Result
 
parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Explain.ExprStep
Deprecated.
 
parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Explain
Deprecated.
 
parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.Call
 
parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.Comprehension
 
parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateList
 
parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
 
parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
 
parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.Ident
 
parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Expr
 
parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.Select
 
parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.ExprValue
 
parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.ListValue
 
parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.MapValue.Entry
 
parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.MapValue
 
parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.ParsedExpr
 
parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Reference
 
parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
 
parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
 
parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.SourceInfo
 
parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.SourcePosition
 
parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Type.AbstractType
 
parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Type.FunctionType
 
parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Type.ListType
 
parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Type.MapType
 
parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Type
 
parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.UnknownSet
 
parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Value
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.CheckedExpr
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Constant
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EnumValue
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ErrorSet
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EvalState
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EvalState.Result
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Explain.ExprStep
Deprecated.
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Explain
Deprecated.
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Call
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Comprehension
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateList
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Ident
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Select
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ExprValue
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ListValue
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.MapValue.Entry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.MapValue
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ParsedExpr
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Reference
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourceInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourcePosition
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.AbstractType
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.FunctionType
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.ListType
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.MapType
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.UnknownSet
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Value
 
parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.CheckedExpr
 
parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Constant
 
parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
 
parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
 
parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
 
parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Decl
 
parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.EnumValue
 
parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.ErrorSet
 
parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.EvalState
 
parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.EvalState.Result
 
parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Explain.ExprStep
Deprecated.
 
parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Explain
Deprecated.
 
parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Expr.Call
 
parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Expr.Comprehension
 
parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateList
 
parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
 
parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
 
parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Expr.Ident
 
parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Expr
 
parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Expr.Select
 
parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.ExprValue
 
parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.ListValue
 
parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.MapValue.Entry
 
parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.MapValue
 
parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.ParsedExpr
 
parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Reference
 
parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
 
parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
 
parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.SourceInfo
 
parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.SourcePosition
 
parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Type.AbstractType
 
parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Type.FunctionType
 
parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Type.ListType
 
parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Type.MapType
 
parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Type
 
parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.UnknownSet
 
parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Value
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.CheckedExpr
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Constant
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EnumValue
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ErrorSet
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EvalState
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EvalState.Result
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Explain.ExprStep
Deprecated.
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Explain
Deprecated.
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Call
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Comprehension
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateList
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Ident
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Select
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ExprValue
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ListValue
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.MapValue.Entry
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.MapValue
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ParsedExpr
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Reference
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourceInfo
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourcePosition
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.AbstractType
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.FunctionType
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.ListType
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.MapType
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.UnknownSet
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Value
 
parser() - Static method in class com.google.api.expr.v1alpha1.CheckedExpr
 
parser() - Static method in class com.google.api.expr.v1alpha1.Constant
 
parser() - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
 
parser() - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
 
parser() - Static method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
 
parser() - Static method in class com.google.api.expr.v1alpha1.Decl
 
parser() - Static method in class com.google.api.expr.v1alpha1.EnumValue
 
parser() - Static method in class com.google.api.expr.v1alpha1.ErrorSet
 
parser() - Static method in class com.google.api.expr.v1alpha1.EvalState
 
parser() - Static method in class com.google.api.expr.v1alpha1.EvalState.Result
 
parser() - Static method in class com.google.api.expr.v1alpha1.Explain.ExprStep
Deprecated.
 
parser() - Static method in class com.google.api.expr.v1alpha1.Explain
Deprecated.
 
parser() - Static method in class com.google.api.expr.v1alpha1.Expr.Call
 
parser() - Static method in class com.google.api.expr.v1alpha1.Expr.Comprehension
 
parser() - Static method in class com.google.api.expr.v1alpha1.Expr.CreateList
 
parser() - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
 
parser() - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
 
parser() - Static method in class com.google.api.expr.v1alpha1.Expr.Ident
 
parser() - Static method in class com.google.api.expr.v1alpha1.Expr
 
parser() - Static method in class com.google.api.expr.v1alpha1.Expr.Select
 
parser() - Static method in class com.google.api.expr.v1alpha1.ExprValue
 
parser() - Static method in class com.google.api.expr.v1alpha1.ListValue
 
parser() - Static method in class com.google.api.expr.v1alpha1.MapValue.Entry
 
parser() - Static method in class com.google.api.expr.v1alpha1.MapValue
 
parser() - Static method in class com.google.api.expr.v1alpha1.ParsedExpr
 
parser() - Static method in class com.google.api.expr.v1alpha1.Reference
 
parser() - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
 
parser() - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
 
parser() - Static method in class com.google.api.expr.v1alpha1.SourceInfo
 
parser() - Static method in class com.google.api.expr.v1alpha1.SourcePosition
 
parser() - Static method in class com.google.api.expr.v1alpha1.Type.AbstractType
 
parser() - Static method in class com.google.api.expr.v1alpha1.Type.FunctionType
 
parser() - Static method in class com.google.api.expr.v1alpha1.Type.ListType
 
parser() - Static method in class com.google.api.expr.v1alpha1.Type.MapType
 
parser() - Static method in class com.google.api.expr.v1alpha1.Type
 
parser() - Static method in class com.google.api.expr.v1alpha1.UnknownSet
 
parser() - Static method in class com.google.api.expr.v1alpha1.Value
 
PERCENT - Static variable in class cel.parser.internal.CELLexer
 
PERCENT - Static variable in class cel.parser.internal.CELParser
 
PERCENT() - Method in class cel.parser.internal.CELParser.CalcContext
 
PLUS - Static variable in class cel.parser.internal.CELLexer
 
PLUS - Static variable in class cel.parser.internal.CELParser
 
PLUS() - Method in class cel.parser.internal.CELParser.CalcContext
 
position() - Method in class dev.cel.common.internal.Errors.Error
Returns the code point position assigned to the expression with the error.
POSITIONS_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.SourceInfo
 
primary() - Method in class cel.parser.internal.CELParser
 
primary() - Method in class cel.parser.internal.CELParser.PrimaryExprContext
 
PrimaryContext() - Constructor for class cel.parser.internal.CELParser.PrimaryContext
 
PrimaryContext(ParserRuleContext, int) - Constructor for class cel.parser.internal.CELParser.PrimaryContext
 
PrimaryExprContext(CELParser.MemberContext) - Constructor for class cel.parser.internal.CELParser.PrimaryExprContext
 
PRIMITIVE - com.google.api.expr.v1alpha1.Type.TypeKindCase
 
PRIMITIVE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Type
 
PRIMITIVE_TYPE_MAP - Static variable in class dev.cel.checker.Types
Map of primitive proto types and their CEL Type equivalents.
PRIMITIVE_TYPE_UNSPECIFIED - com.google.api.expr.v1alpha1.Type.PrimitiveType
Unspecified type.
PRIMITIVE_TYPE_UNSPECIFIED_VALUE - Static variable in enum com.google.api.expr.v1alpha1.Type.PrimitiveType
Unspecified type.
protoType() - Method in class dev.cel.checker.DescriptorTypeProvider.TypeDef
The proto-based type enum for the type.
ProtoTypeMask - Class in dev.cel.checker
ProtoTypeMask describes the fraction of a protobuf type's object graph that should be visible within CEL expressions.
ProtoTypeMask() - Constructor for class dev.cel.checker.ProtoTypeMask
 
ProtoTypeMaskTypeProvider - Class in dev.cel.checker
The ProtoTypeMaskTypeProvider binds a set of ProtoTypeMask instances to type definitions and ensures that only fields which have been explicitly listed by the set of ProtoTypeMask values is exposed within the CEL type system.
putAllMacroCalls(Map<Long, Expr>) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
A map from the parse node id where a macro replacement was made to the call `Expr` that resulted in a macro expansion.
putAllPositions(Map<Long, Integer>) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
A map from the parse node id (e.g.
putAllReferenceMap(Map<Long, Reference>) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
A map from expression ids to resolved references.
putAllTypeMap(Map<Long, Type>) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
A map from expression ids to types.
putFunction(CelFunctionDecl) - Method in class dev.cel.checker.Env.DeclGroup
Put a function declaration into the DeclGroup.
putIdent(CelIdentDecl) - Method in class dev.cel.checker.Env.DeclGroup
Put an identifier declaration into the DeclGroup.
putMacroCalls(long, Expr) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
A map from the parse node id where a macro replacement was made to the call `Expr` that resulted in a macro expansion.
putMacroCallsBuilderIfAbsent(long) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
A map from the parse node id where a macro replacement was made to the call `Expr` that resulted in a macro expansion.
putPositions(long, int) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
A map from the parse node id (e.g.
putReferenceMap(long, Reference) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
A map from expression ids to resolved references.
putReferenceMapBuilderIfAbsent(long) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
A map from expression ids to resolved references.
putTypeMap(long, Type) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
A map from expression ids to types.
putTypeMapBuilderIfAbsent(long) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
A map from expression ids to types.

Q

QUESTION_MARK - Static variable in class dev.cel.parser.CelUnparserVisitor
 
QUESTIONMARK - Static variable in class cel.parser.internal.CELLexer
 
QUESTIONMARK - Static variable in class cel.parser.internal.CELParser
 
QUESTIONMARK() - Method in class cel.parser.internal.CELParser.ExprContext
 
QUESTIONMARK() - Method in class cel.parser.internal.CELParser.IndexContext
 
QUESTIONMARK() - Method in class cel.parser.internal.CELParser.OptExprContext
 
QUESTIONMARK() - Method in class cel.parser.internal.CELParser.OptFieldContext
 
QUESTIONMARK() - Method in class cel.parser.internal.CELParser.SelectContext
 

R

rawMessage() - Method in class dev.cel.common.internal.Errors.Error
Returns the raw error message without the container or line number.
RBRACE - Static variable in class cel.parser.internal.CELLexer
 
RBRACE - Static variable in class cel.parser.internal.CELParser
 
RBRACE() - Method in class cel.parser.internal.CELParser.CreateMapContext
 
RBRACE() - Method in class cel.parser.internal.CELParser.CreateMessageContext
 
reference() - Method in class dev.cel.checker.ExprChecker.OverloadResolution
Deprecated.
The Reference to the declaration name and overload id.
Reference - Class in com.google.api.expr.v1alpha1
Describes a resolved reference to a declaration.
REFERENCE_MAP_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.CheckedExpr
 
Reference.Builder - Class in com.google.api.expr.v1alpha1
Describes a resolved reference to a declaration.
ReferenceOrBuilder - Interface in com.google.api.expr.v1alpha1
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.api.expr.v1alpha1.DeclProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.api.expr.v1alpha1.EvalProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.api.expr.v1alpha1.ExplainProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.api.expr.v1alpha1.SyntaxProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.api.expr.v1alpha1.ValueProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.DeclProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EvalProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ExplainProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SyntaxProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ValueProto
 
relation - Variable in class cel.parser.internal.CELParser.ConditionalAndContext
 
relation() - Method in class cel.parser.internal.CELParser.ConditionalAndContext
 
relation() - Method in class cel.parser.internal.CELParser
 
relation() - Method in class cel.parser.internal.CELParser.RelationContext
 
relation(int) - Method in class cel.parser.internal.CELParser.ConditionalAndContext
 
relation(int) - Method in class cel.parser.internal.CELParser.RelationContext
 
RelationContext(ParserRuleContext, int) - Constructor for class cel.parser.internal.CELParser.RelationContext
 
release(int) - Method in class dev.cel.common.internal.CodePointStream
 
removeArgs(int) - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
The arguments.
removeArgTypes(int) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
Argument types of the function.
removeElements(int) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
The elements part of the list.
removeEntries(int) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
The entries in the creation expression.
removeEntries(int) - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
The set of map entries.
removeErrors(int) - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
The errors in the set.
removeExprSteps(int) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
Deprecated.
List of steps.
removeExtensions(int) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
A list of tags for extensions that were used while parsing or type checking the source expression.
removeMacroCalls(long) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
A map from the parse node id where a macro replacement was made to the call `Expr` that resulted in a macro expansion.
removeOverloads(int) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
Required.
removeParameterTypes(int) - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
Parameter types for this abstract type.
removeParams(int) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
removePositions(long) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
A map from the parse node id (e.g.
removeReferenceMap(long) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
A map from expression ids to resolved references.
removeResults(int) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
An ordered list of results.
removeTypeMap(long) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
A map from expression ids to types.
removeValues(int) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
The unique values referenced in this message.
removeValues(int) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
Deprecated.
All of the observed values.
removeValues(int) - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
The ordered values in the list.
renumberId(long) - Method in class dev.cel.common.ast.CelExprIdGeneratorFactory.StableIdGenerator
Renumbers the existing expression ID to a newly generated unique ID.
repeated() - Method in class dev.cel.checker.DescriptorTypeProvider.FieldDef
The field is repeated if it is a list or map type.
reportError(int, String, Object...) - Method in class dev.cel.checker.Env
Deprecated.
reportError(int, String, Object...) - Method in class dev.cel.common.internal.Errors
Deprecated.
reportError(long, int, String, Object...) - Method in class dev.cel.checker.Env
Reports an error.
reportError(long, int, String, Object...) - Method in class dev.cel.common.internal.Errors
Reports an error.
reportError(CelIssue) - Method in class dev.cel.parser.CelMacroExprFactory
Reports a CelIssue and returns a sentinel CelExpr that indicates an error.
reportError(String) - Method in class dev.cel.parser.CelMacroExprFactory
Creates a CelIssue and reports it, returning a sentinel CelExpr that indicates an error.
reportError(String, Object...) - Method in class dev.cel.parser.CelMacroExprFactory
Creates a CelIssue and reports it, returning a sentinel CelExpr that indicates an error.
resetTypeAndRefMaps() - Method in class dev.cel.checker.Env
Reset type and ref maps.
result() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableComprehension
 
RESULT - dev.cel.checker.ExprVisitor.ComprehensionArg
 
RESULT - dev.cel.common.ast.CelExprVisitor.ComprehensionArg
 
RESULT_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.Comprehension
 
RESULT_TYPE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
 
RESULT_TYPE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Type.FunctionType
 
RESULTS_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.EvalState
 
resultType() - Method in class dev.cel.common.CelOverloadDecl.Builder
 
resultType() - Method in class dev.cel.common.CelOverloadDecl
Required.
RIGHT_BRACE - Static variable in class dev.cel.parser.CelUnparserVisitor
 
RIGHT_BRACKET - Static variable in class dev.cel.parser.CelUnparserVisitor
 
RIGHT_PAREN - Static variable in class dev.cel.parser.CelUnparserVisitor
 
ROOT_SCOPE - Static variable in class dev.cel.checker.Env
The top-most scope in the environment, for use with Env.getDeclGroup(int).
RPAREN - Static variable in class cel.parser.internal.CELLexer
 
RPAREN - Static variable in class cel.parser.internal.CELParser
 
RPAREN() - Method in class cel.parser.internal.CELParser.GlobalCallContext
 
RPAREN() - Method in class cel.parser.internal.CELParser.MemberCallContext
 
RPAREN() - Method in class cel.parser.internal.CELParser.NestedContext
 
RPRACKET - Static variable in class cel.parser.internal.CELLexer
 
RPRACKET - Static variable in class cel.parser.internal.CELParser
 
RPRACKET() - Method in class cel.parser.internal.CELParser.CreateListContext
 
RPRACKET() - Method in class cel.parser.internal.CELParser.IndexContext
 
RULE_calc - Static variable in class cel.parser.internal.CELParser
 
RULE_conditionalAnd - Static variable in class cel.parser.internal.CELParser
 
RULE_conditionalOr - Static variable in class cel.parser.internal.CELParser
 
RULE_escapeIdent - Static variable in class cel.parser.internal.CELParser
 
RULE_expr - Static variable in class cel.parser.internal.CELParser
 
RULE_exprList - Static variable in class cel.parser.internal.CELParser
 
RULE_fieldInitializerList - Static variable in class cel.parser.internal.CELParser
 
RULE_listInit - Static variable in class cel.parser.internal.CELParser
 
RULE_literal - Static variable in class cel.parser.internal.CELParser
 
RULE_mapInitializerList - Static variable in class cel.parser.internal.CELParser
 
RULE_member - Static variable in class cel.parser.internal.CELParser
 
RULE_optExpr - Static variable in class cel.parser.internal.CELParser
 
RULE_optField - Static variable in class cel.parser.internal.CELParser
 
RULE_primary - Static variable in class cel.parser.internal.CELParser
 
RULE_relation - Static variable in class cel.parser.internal.CELParser
 
RULE_start - Static variable in class cel.parser.internal.CELParser
 
RULE_unary - Static variable in class cel.parser.internal.CELParser
 
ruleNames - Static variable in class cel.parser.internal.CELLexer
 
ruleNames - Static variable in class cel.parser.internal.CELParser
 

S

s16 - Variable in class cel.parser.internal.CELParser.CreateMessageContext
 
s18 - Variable in class cel.parser.internal.CELParser.NegateContext
 
s19 - Variable in class cel.parser.internal.CELParser.LogicalNotContext
 
s21 - Variable in class cel.parser.internal.CELParser.FieldInitializerListContext
 
s21 - Variable in class cel.parser.internal.CELParser.MapInitializerListContext
 
s8 - Variable in class cel.parser.internal.CELParser.ConditionalAndContext
 
s9 - Variable in class cel.parser.internal.CELParser.ConditionalOrContext
 
sameAs(Decl, String, String) - Method in class dev.cel.checker.Env.FunctionBuilder
Deprecated.
Add the overloads of another function to this function, after replacing the overload id as specified.
scopeDepth() - Method in class dev.cel.checker.Env
Return the current scope depth for the environment.
seek(int) - Method in class dev.cel.common.internal.CodePointStream
 
select() - Method in class dev.cel.common.ast.CelMutableExpr
 
SELECT_EXPR - com.google.api.expr.v1alpha1.Expr.ExprKindCase
 
SELECT_EXPR_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr
 
SelectContext(CELParser.MemberContext) - Constructor for class cel.parser.internal.CELParser.SelectContext
 
sempred(RuleContext, int, int) - Method in class cel.parser.internal.CELParser
 
setAbstractType(Type.AbstractType) - Method in class com.google.api.expr.v1alpha1.Type.Builder
Abstract, application defined type.
setAbstractType(Type.AbstractType.Builder) - Method in class com.google.api.expr.v1alpha1.Type.Builder
Abstract, application defined type.
setAccuInit(Expr) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
The initial value of the accumulator.
setAccuInit(Expr.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
The initial value of the accumulator.
setAccuInit(CelMutableExpr) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableComprehension
 
setAccuVar(String) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
The name of the variable used for accumulation of the result.
setAccuVar(String) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableComprehension
 
setAccuVarBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
The name of the variable used for accumulation of the result.
setAffectedComponents(int, SourceInfo.Extension.Component) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
If set, the listed components must understand the extension for the expression to evaluate correctly.
setAffectedComponentsValue(int, int) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
If set, the listed components must understand the extension for the expression to evaluate correctly.
setArg(int, CelMutableExpr) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableCall
 
setArgs(int, Expr) - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
The arguments.
setArgs(int, Expr.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
The arguments.
setArgs(Collection<CelMutableExpr>) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableCall
 
setArgTypes(int, Type) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
Argument types of the function.
setArgTypes(int, Type.Builder) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
Argument types of the function.
setBoolValue(boolean) - Method in class com.google.api.expr.v1alpha1.Constant.Builder
boolean value.
setBoolValue(boolean) - Method in class com.google.api.expr.v1alpha1.Value.Builder
Boolean value.
setBytesValue(ByteString) - Method in class com.google.api.expr.v1alpha1.Constant.Builder
bytes value.
setBytesValue(ByteString) - Method in class com.google.api.expr.v1alpha1.Value.Builder
Byte string value.
setCall(CelMutableExpr.CelMutableCall) - Method in class dev.cel.common.ast.CelMutableExpr
 
setCallExpr(Expr.Call) - Method in class com.google.api.expr.v1alpha1.Expr.Builder
A call expression, including calls to predefined functions and operators.
setCallExpr(Expr.Call.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.Builder
A call expression, including calls to predefined functions and operators.
setCheckerOptions(CelCheckerBuilder) - Method in interface dev.cel.checker.CelCheckerLibrary
Configures the checker to support the library implementation, such as adding function bindings
setColumn(int) - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
The 0-based index of the starting position within the line of source text where the issue occurs.
setComprehension(CelMutableExpr.CelMutableComprehension) - Method in class dev.cel.common.ast.CelMutableExpr
 
setComprehensionExpr(Expr.Comprehension) - Method in class com.google.api.expr.v1alpha1.Expr.Builder
A comprehension expression.
setComprehensionExpr(Expr.Comprehension.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.Builder
A comprehension expression.
setConstant(CelConstant) - Method in class dev.cel.checker.CelIdentDecl.Builder
 
setConstant(CelConstant) - Method in class dev.cel.common.ast.CelMutableExpr
 
setConstant(Optional<CelConstant>) - Method in class dev.cel.checker.CelIdentDecl.Builder
 
setConstExpr(Constant) - Method in class com.google.api.expr.v1alpha1.Expr.Builder
A literal expression.
setConstExpr(Constant.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.Builder
A literal expression.
setContainer(CelContainer) - Method in interface dev.cel.checker.CelCheckerBuilder
Set the CelContainer to use as the namespace for resolving CEL expression variables and functions.
setContainer(CelContainer) - Method in class dev.cel.checker.CelCheckerLegacyImpl.Builder
 
setContainer(CelContainer) - Method in interface dev.cel.compiler.CelCompilerBuilder
Set the CelContainer to use as the namespace for resolving CEL expression variables and functions.
setContainer(CelContainer) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
 
setDescription(String) - Method in class dev.cel.common.CelMutableSource
 
setDoc(String) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
Documentation string for the overload.
setDoc(String) - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
Documentation string for the identifier.
setDoc(String) - Method in class dev.cel.checker.CelIdentDecl.Builder
 
setDoc(String) - Method in class dev.cel.common.CelOverloadDecl.Builder
Sets the documentation for the overload
setDocBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
Documentation string for the overload.
setDocBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
Documentation string for the identifier.
setDoubleValue(double) - Method in class com.google.api.expr.v1alpha1.Constant.Builder
double value.
setDoubleValue(double) - Method in class com.google.api.expr.v1alpha1.Value.Builder
Floating point value.
setDurationValue(Duration) - Method in class com.google.api.expr.v1alpha1.Constant.Builder
Deprecated.
setDurationValue(Duration.Builder) - Method in class com.google.api.expr.v1alpha1.Constant.Builder
Deprecated.
setDyn(Empty) - Method in class com.google.api.expr.v1alpha1.Type.Builder
Dynamic type.
setDyn(Empty.Builder) - Method in class com.google.api.expr.v1alpha1.Type.Builder
Dynamic type.
setElement(int, CelMutableExpr) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableList
 
setElements(int, Expr) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
The elements part of the list.
setElements(int, Expr.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
The elements part of the list.
setElemType(Type) - Method in class com.google.api.expr.v1alpha1.Type.ListType.Builder
The element type.
setElemType(Type.Builder) - Method in class com.google.api.expr.v1alpha1.Type.ListType.Builder
The element type.
setEntries(int, Expr.CreateStruct.Entry) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
The entries in the creation expression.
setEntries(int, Expr.CreateStruct.Entry.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
The entries in the creation expression.
setEntries(int, MapValue.Entry) - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
The set of map entries.
setEntries(int, MapValue.Entry.Builder) - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
The set of map entries.
setEntries(List<CelMutableExpr.CelMutableMap.Entry>) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableMap
 
setEntries(List<CelMutableExpr.CelMutableStruct.Entry>) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableStruct
 
setEntry(int, CelMutableExpr.CelMutableMap.Entry) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableMap
 
setEntry(int, CelMutableExpr.CelMutableStruct.Entry) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableStruct
 
setEnumValue(EnumValue) - Method in class com.google.api.expr.v1alpha1.Value.Builder
An enum value.
setEnumValue(EnumValue.Builder) - Method in class com.google.api.expr.v1alpha1.Value.Builder
An enum value.
setError(ErrorSet) - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
The set of errors in the critical path of evalution.
setError(ErrorSet.Builder) - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
The set of errors in the critical path of evalution.
setError(Empty) - Method in class com.google.api.expr.v1alpha1.Type.Builder
Error type.
setError(Empty.Builder) - Method in class com.google.api.expr.v1alpha1.Type.Builder
Error type.
setErrors(int, Status) - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
The errors in the set.
setErrors(int, Status.Builder) - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
The errors in the set.
setExpr(long) - Method in class com.google.api.expr.v1alpha1.EvalState.Result.Builder
The id of the expression this result if for.
setExpr(Expr) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
The checked expression.
setExpr(Expr) - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
The parsed expression.
setExpr(Expr.Builder) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
The checked expression.
setExpr(Expr.Builder) - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
The parsed expression.
setExprId(long) - Method in class dev.cel.common.CelIssue.Builder
 
setExprs(int, long) - Method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
The ids of the expressions with unknown values.
setExprSteps(int, Explain.ExprStep) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
Deprecated.
List of steps.
setExprSteps(int, Explain.ExprStep.Builder) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
Deprecated.
List of steps.
setExprVersion(String) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
The expr version indicates the major / minor version number of the `expr` representation.
setExprVersionBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
The expr version indicates the major / minor version number of the `expr` representation.
setExtensions(int, SourceInfo.Extension) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
A list of tags for extensions that were used while parsing or type checking the source expression.
setExtensions(int, SourceInfo.Extension.Builder) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
A list of tags for extensions that were used while parsing or type checking the source expression.
setField(String) - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
Required.
setField(String) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableSelect
 
setFieldBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
Required.
setFieldKey(String) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
The field key for a message creator statement.
setFieldKey(String) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableStruct.Entry
 
setFieldKeyBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
The field key for a message creator statement.
setFunction(Decl.FunctionDecl) - Method in class com.google.api.expr.v1alpha1.Decl.Builder
Function declaration.
setFunction(Decl.FunctionDecl.Builder) - Method in class com.google.api.expr.v1alpha1.Decl.Builder
Function declaration.
setFunction(Type.FunctionType) - Method in class com.google.api.expr.v1alpha1.Type.Builder
Function type.
setFunction(Type.FunctionType.Builder) - Method in class com.google.api.expr.v1alpha1.Type.Builder
Function type.
setFunction(String) - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
Required.
setFunction(String) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableCall
 
setFunctionBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
Required.
setId(long) - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep.Builder
Deprecated.
ID of corresponding Expr node.
setId(long) - Method in class com.google.api.expr.v1alpha1.Expr.Builder
Required.
setId(long) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
Required.
setId(long) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableMap.Entry
 
setId(long) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableStruct.Entry
 
setId(long) - Method in class dev.cel.common.ast.CelMutableExpr
 
setId(String) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
Identifier for the extension.
setIdBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
Identifier for the extension.
setIdent(Decl.IdentDecl) - Method in class com.google.api.expr.v1alpha1.Decl.Builder
Identifier declaration.
setIdent(Decl.IdentDecl.Builder) - Method in class com.google.api.expr.v1alpha1.Decl.Builder
Identifier declaration.
setIdent(CelMutableExpr.CelMutableIdent) - Method in class dev.cel.common.ast.CelMutableExpr
 
setIdentExpr(Expr.Ident) - Method in class com.google.api.expr.v1alpha1.Expr.Builder
An identifier expression.
setIdentExpr(Expr.Ident.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.Builder
An identifier expression.
setInt64Value(long) - Method in class com.google.api.expr.v1alpha1.Constant.Builder
int64 value.
setInt64Value(long) - Method in class com.google.api.expr.v1alpha1.Value.Builder
Signed integer value.
setIsInstanceFunction(boolean) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
Whether the function is to be used in a method call-style `x.f(...)` or a function call-style `f(x, ...)`.
setIsInstanceFunction(boolean) - Method in class dev.cel.common.CelOverloadDecl.Builder
Sets the function declaration style CelOverloadDecl.Builder.isInstanceFunction().
setIterRange(Expr) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
The range over which the comprehension iterates.
setIterRange(Expr.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
The range over which the comprehension iterates.
setIterRange(CelMutableExpr) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableComprehension
 
setIterVar(String) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
The name of the first iteration variable.
setIterVar(String) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableComprehension
 
setIterVar2(String) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
The name of the second iteration variable, empty if not set.
setIterVar2(String) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableComprehension
 
setIterVar2Bytes(ByteString) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
The name of the second iteration variable, empty if not set.
setIterVarBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
The name of the first iteration variable.
setKey(Value) - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
The key.
setKey(Value.Builder) - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
The key.
setKey(CelMutableExpr) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableMap.Entry
 
setKeyType(Type) - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
The type of the key.
setKeyType(Type.Builder) - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
The type of the key.
setLine(int) - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
The 1-based index of the starting line in the source text where the issue occurs, or 0 if unknown.
setLineOffsets(int, int) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
Monotonically increasing list of code point offsets where newlines `\n` appear.
setList(CelMutableExpr.CelMutableList) - Method in class dev.cel.common.ast.CelMutableExpr
 
setListExpr(Expr.CreateList) - Method in class com.google.api.expr.v1alpha1.Expr.Builder
A list creation expression.
setListExpr(Expr.CreateList.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.Builder
A list creation expression.
setListType(Type.ListType) - Method in class com.google.api.expr.v1alpha1.Type.Builder
Parameterized list with elements of `list_type`, e.g.
setListType(Type.ListType.Builder) - Method in class com.google.api.expr.v1alpha1.Type.Builder
Parameterized list with elements of `list_type`, e.g.
setListValue(ListValue) - Method in class com.google.api.expr.v1alpha1.Value.Builder
List value.
setListValue(ListValue.Builder) - Method in class com.google.api.expr.v1alpha1.Value.Builder
List value.
setLocation(String) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
The location name.
setLocation(String) - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
The soucre location name (e.g.
setLocationBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
The location name.
setLocationBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
The soucre location name (e.g.
setLoopCondition(Expr) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
An expression which can contain iter_var, iter_var2, and accu_var.
setLoopCondition(Expr.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
An expression which can contain iter_var, iter_var2, and accu_var.
setLoopCondition(CelMutableExpr) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableComprehension
 
setLoopStep(Expr) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
An expression which can contain iter_var, iter_var2, and accu_var.
setLoopStep(Expr.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
An expression which can contain iter_var, iter_var2, and accu_var.
setLoopStep(CelMutableExpr) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableComprehension
 
setMajor(long) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version.Builder
Major version changes indicate different required support level from the required components.
setMap(CelMutableExpr.CelMutableMap) - Method in class dev.cel.common.ast.CelMutableExpr
 
setMapKey(Expr) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
The key expression for a map creation statement.
setMapKey(Expr.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
The key expression for a map creation statement.
setMapType(Type.MapType) - Method in class com.google.api.expr.v1alpha1.Type.Builder
Parameterized map with typed keys and values.
setMapType(Type.MapType.Builder) - Method in class com.google.api.expr.v1alpha1.Type.Builder
Parameterized map with typed keys and values.
setMapValue(MapValue) - Method in class com.google.api.expr.v1alpha1.Value.Builder
Map value.
setMapValue(MapValue.Builder) - Method in class com.google.api.expr.v1alpha1.Value.Builder
Map value.
setMessage(String) - Method in class dev.cel.common.CelIssue.Builder
 
setMessageName(String) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
The type name of the message to be created, empty when creating map literals.
setMessageName(String) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableStruct
 
setMessageNameBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
The type name of the message to be created, empty when creating map literals.
setMessageType(String) - Method in class com.google.api.expr.v1alpha1.Type.Builder
Protocol buffer message type.
setMessageTypeBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.Type.Builder
Protocol buffer message type.
setMinor(long) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version.Builder
Minor version changes must not change the observed behavior from existing implementations, but may be provided informationally.
setName(String) - Method in class com.google.api.expr.v1alpha1.Decl.Builder
The fully qualified name of the declaration.
setName(String) - Method in class com.google.api.expr.v1alpha1.Expr.Ident.Builder
Required.
setName(String) - Method in class com.google.api.expr.v1alpha1.Reference.Builder
The fully qualified name of the declaration.
setName(String) - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
The fully qualified name of this abstract type.
setName(String) - Method in class dev.cel.checker.CelIdentDecl.Builder
 
setName(String) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableIdent
 
setName(String) - Method in class dev.cel.common.CelFunctionDecl.Builder
Sets the function name CelFunctionDecl.Builder.name()
setNameBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.Decl.Builder
The fully qualified name of the declaration.
setNameBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.Expr.Ident.Builder
Required.
setNameBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.Reference.Builder
The fully qualified name of the declaration.
setNameBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
The fully qualified name of this abstract type.
setNull(NullValue) - Method in class com.google.api.expr.v1alpha1.Type.Builder
Null value.
setNullValue(int) - Method in class com.google.api.expr.v1alpha1.Type.Builder
Null value.
setNullValue(NullValue) - Method in class com.google.api.expr.v1alpha1.Constant.Builder
null value.
setNullValue(NullValue) - Method in class com.google.api.expr.v1alpha1.Value.Builder
Null value.
setNullValueValue(int) - Method in class com.google.api.expr.v1alpha1.Constant.Builder
null value.
setNullValueValue(int) - Method in class com.google.api.expr.v1alpha1.Value.Builder
Null value.
setObjectValue(Any) - Method in class com.google.api.expr.v1alpha1.Value.Builder
The proto message backing an object value.
setObjectValue(Any.Builder) - Method in class com.google.api.expr.v1alpha1.Value.Builder
The proto message backing an object value.
setOffset(int) - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
The UTF-8 code unit offset.
setOperand(Expr) - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
Required.
setOperand(Expr.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
Required.
setOperand(CelMutableExpr) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableSelect
 
setOptionalEntry(boolean) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
Whether the key-value pair is optional.
setOptionalEntry(boolean) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableMap.Entry
 
setOptionalEntry(boolean) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableStruct.Entry
 
setOptionalIndices(int, int) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
The indices within the elements list which are marked as optional elements.
setOptions(CelOptions) - Method in interface dev.cel.checker.CelCheckerBuilder
Set the CelOptions used to enable fixes and features for this CEL instances.
setOptions(CelOptions) - Method in class dev.cel.checker.CelCheckerLegacyImpl.Builder
 
setOptions(CelOptions) - Method in interface dev.cel.compiler.CelCompilerBuilder
Set the CelOptions used to enable fixes and features for this CEL instances.
setOptions(CelOptions) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
 
setOptions(CelOptions) - Method in interface dev.cel.parser.CelParserBuilder
Configures the CelOptions used to enable fixes within the parser.
setOptions(CelOptions) - Method in class dev.cel.parser.CelParserImpl.Builder
 
setOverloadId(int, String) - Method in class com.google.api.expr.v1alpha1.Reference.Builder
For references to functions, this is a list of `Overload.overload_id` values which match according to typing rules.
setOverloadId(String) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
Required.
setOverloadId(String) - Method in class dev.cel.common.CelOverloadDecl.Builder
Sets the value for CelOverloadDecl.overloadId()
setOverloadIdBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
Required.
setOverloads(int, Decl.FunctionDecl.Overload) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
Required.
setOverloads(int, Decl.FunctionDecl.Overload.Builder) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
Required.
setOverloads(ImmutableSet<CelOverloadDecl>) - Method in class dev.cel.common.CelFunctionDecl.Builder
 
setParameterTypes(int, Type) - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
Parameter types for this abstract type.
setParameterTypes(int, Type.Builder) - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
Parameter types for this abstract type.
setParameterTypes(ImmutableList<CelType>) - Method in class dev.cel.common.CelOverloadDecl.Builder
setParams(int, Type) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
setParams(int, Type.Builder) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.
setParserOptions(CelParserBuilder) - Method in interface dev.cel.parser.CelParserLibrary
Configures the parser to support the library implementation, such as adding macros
setPrimitive(Type.PrimitiveType) - Method in class com.google.api.expr.v1alpha1.Type.Builder
Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.
setPrimitiveValue(int) - Method in class com.google.api.expr.v1alpha1.Type.Builder
Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.
setProtoResultType(Type) - Method in interface dev.cel.checker.CelCheckerBuilder
Set the expected resultType in proto format described in checked.proto for the type-checked expression.
setProtoResultType(Type) - Method in class dev.cel.checker.CelCheckerLegacyImpl.Builder
 
setProtoResultType(Type) - Method in interface dev.cel.compiler.CelCompilerBuilder
Set the expected resultType in proto format described in checked.proto for the type-checked expression.
setProtoResultType(Type) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
 
setResult(Expr) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
An expression which can contain accu_var.
setResult(Expr.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
An expression which can contain accu_var.
setResult(CelMutableExpr) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableComprehension
 
setResults(int, EvalState.Result) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
An ordered list of results.
setResults(int, EvalState.Result.Builder) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
An ordered list of results.
setResultType(Type) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
Required.
setResultType(Type) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
Result type of the function.
setResultType(Type.Builder) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
Required.
setResultType(Type.Builder) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
Result type of the function.
setResultType(CelType) - Method in interface dev.cel.checker.CelCheckerBuilder
Set the expected resultType for the type-checked expression.
setResultType(CelType) - Method in class dev.cel.checker.CelCheckerLegacyImpl.Builder
 
setResultType(CelType) - Method in class dev.cel.common.CelOverloadDecl.Builder
setResultType(CelType) - Method in interface dev.cel.compiler.CelCompilerBuilder
Set the expected resultType for the type-checked expression.
setResultType(CelType) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
 
setSelect(CelMutableExpr.CelMutableSelect) - Method in class dev.cel.common.ast.CelMutableExpr
 
setSelectExpr(Expr.Select) - Method in class com.google.api.expr.v1alpha1.Expr.Builder
A field selection expression, e.g.
setSelectExpr(Expr.Select.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.Builder
A field selection expression, e.g.
setSeverity(CelIssue.Severity) - Method in class dev.cel.common.CelIssue.Builder
 
setSourceInfo(SourceInfo) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.
setSourceInfo(SourceInfo) - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
The source info derived from input that generated the parsed `expr`.
setSourceInfo(SourceInfo.Builder) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.
setSourceInfo(SourceInfo.Builder) - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
The source info derived from input that generated the parsed `expr`.
setSourceLocation(CelSourceLocation) - Method in class dev.cel.common.CelIssue.Builder
 
setStandardDeclarations(CelStandardDeclarations) - Method in interface dev.cel.checker.CelCheckerBuilder
Override the standard declarations for the type-checker.
setStandardDeclarations(CelStandardDeclarations) - Method in class dev.cel.checker.CelCheckerLegacyImpl.Builder
 
setStandardDeclarations(CelStandardDeclarations) - Method in interface dev.cel.compiler.CelCompilerBuilder
Override the standard declarations for the type-checker.
setStandardDeclarations(CelStandardDeclarations) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
 
setStandardEnvironmentEnabled(boolean) - Method in interface dev.cel.checker.CelCheckerBuilder
Enable or disable the standard CEL library functions and variables
setStandardEnvironmentEnabled(boolean) - Method in class dev.cel.checker.CelCheckerLegacyImpl.Builder
 
setStandardEnvironmentEnabled(boolean) - Method in interface dev.cel.compiler.CelCompilerBuilder
Enable or disable the standard CEL library functions and variables
setStandardEnvironmentEnabled(boolean) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
 
setStandardMacros(CelStandardMacro...) - Method in interface dev.cel.compiler.CelCompilerBuilder
Sets the macro set for the parser, replacing the macros from any prior call.
setStandardMacros(CelStandardMacro...) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
 
setStandardMacros(CelStandardMacro...) - Method in interface dev.cel.parser.CelParserBuilder
Sets the macro set defined as part of CEL standard library for the parser, replacing the macros from any prior call.
setStandardMacros(CelStandardMacro...) - Method in class dev.cel.parser.CelParserImpl.Builder
 
setStandardMacros(Iterable<CelStandardMacro>) - Method in interface dev.cel.compiler.CelCompilerBuilder
Sets the macro set for the parser, replacing the macros from any prior call.
setStandardMacros(Iterable<CelStandardMacro>) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
 
setStandardMacros(Iterable<CelStandardMacro>) - Method in interface dev.cel.parser.CelParserBuilder
Sets the macro set defined as part of CEL standard library for the parser, replacing the macros from any prior call.
setStandardMacros(Iterable<CelStandardMacro>) - Method in class dev.cel.parser.CelParserImpl.Builder
 
setStringValue(String) - Method in class com.google.api.expr.v1alpha1.Constant.Builder
string value.
setStringValue(String) - Method in class com.google.api.expr.v1alpha1.Value.Builder
UTF-8 string value.
setStringValueBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.Constant.Builder
string value.
setStringValueBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.Value.Builder
UTF-8 string value.
setStruct(CelMutableExpr.CelMutableStruct) - Method in class dev.cel.common.ast.CelMutableExpr
 
setStructExpr(Expr.CreateStruct) - Method in class com.google.api.expr.v1alpha1.Expr.Builder
A map or message creation expression.
setStructExpr(Expr.CreateStruct.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.Builder
A map or message creation expression.
setSyntaxVersion(String) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
The syntax version of the source, e.g.
setSyntaxVersionBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
The syntax version of the source, e.g.
setTarget(Expr) - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
The target of an method call-style expression.
setTarget(Expr.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
The target of an method call-style expression.
setTarget(CelMutableExpr) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableCall
 
setTestOnly(boolean) - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
Whether the select is to be interpreted as a field presence test.
setTestOnly(boolean) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableSelect
 
setTimestampValue(Timestamp) - Method in class com.google.api.expr.v1alpha1.Constant.Builder
Deprecated.
setTimestampValue(Timestamp.Builder) - Method in class com.google.api.expr.v1alpha1.Constant.Builder
Deprecated.
setType(Type) - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
Required.
setType(Type) - Method in class com.google.api.expr.v1alpha1.Type.Builder
Type type.
setType(Type.Builder) - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
Required.
setType(Type.Builder) - Method in class com.google.api.expr.v1alpha1.Type.Builder
Type type.
setType(CelType) - Method in class dev.cel.checker.CelIdentDecl.Builder
 
setType(String) - Method in class com.google.api.expr.v1alpha1.EnumValue.Builder
The fully qualified name of the enum type.
setTypeBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.EnumValue.Builder
The fully qualified name of the enum type.
setTypeParam(String) - Method in class com.google.api.expr.v1alpha1.Type.Builder
Type param type.
setTypeParamBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.Type.Builder
Type param type.
setTypeParams(int, String) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
The type param names associated with the function declaration.
setTypeProvider(TypeProvider) - Method in interface dev.cel.checker.CelCheckerBuilder
setTypeProvider(TypeProvider) - Method in class dev.cel.checker.CelCheckerLegacyImpl.Builder
Deprecated.
setTypeProvider(TypeProvider) - Method in interface dev.cel.compiler.CelCompilerBuilder
setTypeProvider(TypeProvider) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
Deprecated.
setTypeProvider(CelTypeProvider) - Method in interface dev.cel.checker.CelCheckerBuilder
Set the celTypeProvider for use with type-checking expressions.
setTypeProvider(CelTypeProvider) - Method in class dev.cel.checker.CelCheckerLegacyImpl.Builder
 
setTypeProvider(CelTypeProvider) - Method in interface dev.cel.compiler.CelCompilerBuilder
Set the celTypeProvider for use with type-checking expressions.
setTypeProvider(CelTypeProvider) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
 
setTypeValue(String) - Method in class com.google.api.expr.v1alpha1.Value.Builder
Type value.
setTypeValueBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.Value.Builder
Type value.
setUint64Value(long) - Method in class com.google.api.expr.v1alpha1.Constant.Builder
uint64 value.
setUint64Value(long) - Method in class com.google.api.expr.v1alpha1.Value.Builder
Unsigned integer value.
setUnknown(UnknownSet) - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
The set of unknowns in the critical path of evaluation.
setUnknown(UnknownSet.Builder) - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
The set of unknowns in the critical path of evaluation.
setValue(int) - Method in class com.google.api.expr.v1alpha1.EnumValue.Builder
The value of the enum.
setValue(long) - Method in class com.google.api.expr.v1alpha1.EvalState.Result.Builder
The index in `values` of the resulting value.
setValue(Constant) - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
The constant value of the identifier.
setValue(Constant) - Method in class com.google.api.expr.v1alpha1.Reference.Builder
For references to constants, this may contain the value of the constant if known at compile time.
setValue(Constant.Builder) - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
The constant value of the identifier.
setValue(Constant.Builder) - Method in class com.google.api.expr.v1alpha1.Reference.Builder
For references to constants, this may contain the value of the constant if known at compile time.
setValue(Expr) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
Required.
setValue(Expr.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
Required.
setValue(Value) - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
A concrete value.
setValue(Value) - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
The value.
setValue(Value.Builder) - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
A concrete value.
setValue(Value.Builder) - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
The value.
setValue(CelMutableExpr) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableMap.Entry
 
setValue(CelMutableExpr) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableStruct.Entry
 
setValueIndex(int) - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep.Builder
Deprecated.
Index of the value in the values list.
setValues(int, ExprValue) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
The unique values referenced in this message.
setValues(int, ExprValue.Builder) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
The unique values referenced in this message.
setValues(int, Value) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
Deprecated.
All of the observed values.
setValues(int, Value) - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
The ordered values in the list.
setValues(int, Value.Builder) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
Deprecated.
All of the observed values.
setValues(int, Value.Builder) - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
The ordered values in the list.
setValueType(Type) - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
The type of the value.
setValueType(Type.Builder) - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
The type of the value.
setVersion(SourceInfo.Extension.Version) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
Version info.
setVersion(SourceInfo.Extension.Version.Builder) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
Version info.
setWellKnown(Type.WellKnownType) - Method in class com.google.api.expr.v1alpha1.Type.Builder
Well-known protobuf type such as `google.protobuf.Timestamp`.
setWellKnownValue(int) - Method in class com.google.api.expr.v1alpha1.Type.Builder
Well-known protobuf type such as `google.protobuf.Timestamp`.
setWrapper(Type.PrimitiveType) - Method in class com.google.api.expr.v1alpha1.Type.Builder
Wrapper of a primitive type, e.g.
setWrapperValue(int) - Method in class com.google.api.expr.v1alpha1.Type.Builder
Wrapper of a primitive type, e.g.
sign - Variable in class cel.parser.internal.CELParser.DoubleContext
 
sign - Variable in class cel.parser.internal.CELParser.IntContext
 
SimpleIdentifierContext(CELParser.EscapeIdentContext) - Constructor for class cel.parser.internal.CELParser.SimpleIdentifierContext
 
size() - Method in class dev.cel.common.internal.CodePointStream
 
SIZE - dev.cel.checker.CelStandardDeclarations.StandardFunction
 
SIZE_BYTES - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Size
 
SIZE_LIST - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Size
 
SIZE_MAP - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Size
 
SIZE_STRING - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Size
 
SLASH - Static variable in class cel.parser.internal.CELLexer
 
SLASH - Static variable in class cel.parser.internal.CELParser
 
SLASH() - Method in class cel.parser.internal.CELParser.CalcContext
 
source() - Method in class dev.cel.common.CelMutableAst
Returns the CelMutableSource that was used during construction of the abstract syntax tree.
SOURCE_INFO_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.CheckedExpr
 
SOURCE_INFO_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.ParsedExpr
 
sourceInfo - Variable in class dev.cel.parser.CelUnparserVisitor
 
SourceInfo - Class in com.google.api.expr.v1alpha1
Source information collected at parse time.
SourceInfo.Builder - Class in com.google.api.expr.v1alpha1
Source information collected at parse time.
SourceInfo.Extension - Class in com.google.api.expr.v1alpha1
An extension that was requested for the source expression.
SourceInfo.Extension.Builder - Class in com.google.api.expr.v1alpha1
An extension that was requested for the source expression.
SourceInfo.Extension.Component - Enum in com.google.api.expr.v1alpha1
CEL component specifier.
SourceInfo.Extension.Version - Class in com.google.api.expr.v1alpha1
Version
SourceInfo.Extension.Version.Builder - Class in com.google.api.expr.v1alpha1
Version
SourceInfo.Extension.VersionOrBuilder - Interface in com.google.api.expr.v1alpha1
 
SourceInfo.ExtensionOrBuilder - Interface in com.google.api.expr.v1alpha1
 
SourceInfoOrBuilder - Interface in com.google.api.expr.v1alpha1
 
SourceLocation() - Constructor for class dev.cel.common.internal.Errors.SourceLocation
 
SourcePosition - Class in com.google.api.expr.v1alpha1
A specific position in source.
SourcePosition.Builder - Class in com.google.api.expr.v1alpha1
A specific position in source.
SourcePositionOrBuilder - Interface in com.google.api.expr.v1alpha1
 
SPACE - Static variable in class dev.cel.parser.CelUnparserVisitor
 
specialize(CelType) - Method in class dev.cel.checker.InferenceContext
Specializes the given type using the substitution of this context.
specialize(List<CelType>) - Method in class dev.cel.checker.InferenceContext
Specializes using given type list of types using the substitution of this context.
standard(CelStandardDeclarations, Errors, TypeProvider, CelOptions) - Static method in class dev.cel.checker.Env
 
standard(Errors) - Static method in class dev.cel.checker.Env
Deprecated.
Do not use. This exists for compatibility reasons. Migrate to CEL-Java fluent APIs. See CelCompilerFactory.
standard(Errors, TypeProvider) - Static method in class dev.cel.checker.Env
Deprecated.
Do not use. This exists for compatibility reasons. Migrate to CEL-Java fluent APIs. See CelCompilerFactory.
standard(Errors, TypeProvider, CelOptions) - Static method in class dev.cel.checker.Env
Deprecated.
Do not use. This exists for compatibility reasons. Migrate to CEL-Java fluent APIs. See CelCompilerFactory.
STANDARD_MACROS - Static variable in enum dev.cel.parser.CelStandardMacro
Set of all standard macros supported by the CEL spec.
standardCelCheckerBuilder() - Static method in class dev.cel.compiler.CelCompilerFactory
Create a new builder to construct a CelChecker instance.
standardCelCompilerBuilder() - Static method in class dev.cel.compiler.CelCompilerFactory
Create a new builder to construct a CelCompiler instance.
standardCelParserBuilder() - Static method in class dev.cel.parser.CelParserFactory
Configure a builder to construct a current CelParser instance.
STAR - Static variable in class cel.parser.internal.CELLexer
 
STAR - Static variable in class cel.parser.internal.CELParser
 
STAR() - Method in class cel.parser.internal.CELParser.CalcContext
 
start() - Method in class cel.parser.internal.CELParser
 
StartContext(ParserRuleContext, int) - Constructor for class cel.parser.internal.CELParser.StartContext
 
STARTS_WITH - dev.cel.checker.CelStandardDeclarations.StandardFunction
 
STARTS_WITH_STRING - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.StringMatchers
 
STRING - com.google.api.expr.v1alpha1.Type.PrimitiveType
String type.
STRING - dev.cel.checker.CelStandardDeclarations.StandardFunction
 
STRING - dev.cel.checker.CelStandardDeclarations.StandardIdentifier
 
STRING - Static variable in class cel.parser.internal.CELLexer
 
STRING - Static variable in class cel.parser.internal.CELParser
 
STRING - Static variable in class dev.cel.checker.Types
 
STRING() - Method in class cel.parser.internal.CELParser.StringContext
 
STRING_SIZE - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Size
 
STRING_TO_BOOL - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
 
STRING_TO_BYTES - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
 
STRING_TO_DOUBLE - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
 
STRING_TO_DURATION - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
 
STRING_TO_INT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
 
STRING_TO_STRING - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
 
STRING_TO_TIMESTAMP - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
 
STRING_TO_UINT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
 
STRING_VALUE - com.google.api.expr.v1alpha1.Constant.ConstantKindCase
 
STRING_VALUE - com.google.api.expr.v1alpha1.Value.KindCase
 
STRING_VALUE - Static variable in enum com.google.api.expr.v1alpha1.Type.PrimitiveType
String type.
STRING_VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Constant
 
STRING_VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Value
 
STRING_WRAPPER_MESSAGE - Static variable in class dev.cel.checker.Types
 
stringBuilder - Variable in class dev.cel.parser.CelUnparserVisitor
 
StringContext(CELParser.LiteralContext) - Constructor for class cel.parser.internal.CELParser.StringContext
 
struct() - Method in class dev.cel.common.ast.CelMutableExpr
 
STRUCT_EXPR - com.google.api.expr.v1alpha1.Expr.ExprKindCase
 
STRUCT_EXPR_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr
 
STRUCT_MESSAGE - Static variable in class dev.cel.checker.Types
 
substitute(Map<CelType, CelType>, CelType, boolean) - Static method in class dev.cel.checker.Types
Apply substitution to given type, replacing all direct and indirect occurrences of bound type parameters.
substitute(Map<Type, Type>, Type, boolean) - Static method in class dev.cel.checker.Types
Deprecated.
SUBTRACT - dev.cel.checker.CelStandardDeclarations.StandardFunction
 
SUBTRACT_DOUBLE - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
 
SUBTRACT_DURATION_DURATION - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
 
SUBTRACT_INT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
 
SUBTRACT_TIMESTAMP_DURATION - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
 
SUBTRACT_TIMESTAMP_TIMESTAMP - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
 
SUBTRACT_UINT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
 
SymbolTable(Iterable<Descriptors.FileDescriptor>) - Constructor for class dev.cel.checker.DescriptorTypeProvider.SymbolTable
 
SymbolTable(List<Descriptors.Descriptor>) - Constructor for class dev.cel.checker.DescriptorTypeProvider.SymbolTable
 
SYNTAX_VERSION_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.SourceInfo
 
SyntaxProto - Class in com.google.api.expr.v1alpha1
 

T

target() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableCall
 
TARGET_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.Call
 
TEST_ONLY_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.Select
 
testOnly() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableSelect
 
TIMESTAMP - com.google.api.expr.v1alpha1.Type.WellKnownType
Well-known protobuf.Timestamp type, internally referenced as `timestamp`.
TIMESTAMP - dev.cel.checker.CelStandardDeclarations.StandardFunction
 
TIMESTAMP - Static variable in class dev.cel.checker.Types
 
TIMESTAMP_MESSAGE - Static variable in class dev.cel.checker.Types
 
TIMESTAMP_TO_DAY_OF_MONTH - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.DateTime
 
TIMESTAMP_TO_DAY_OF_MONTH_1_BASED - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.DateTime
 
TIMESTAMP_TO_DAY_OF_MONTH_1_BASED_WITH_TZ - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.DateTime
 
TIMESTAMP_TO_DAY_OF_MONTH_WITH_TZ - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.DateTime
 
TIMESTAMP_TO_DAY_OF_WEEK - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.DateTime
 
TIMESTAMP_TO_DAY_OF_WEEK_WITH_TZ - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.DateTime
 
TIMESTAMP_TO_DAY_OF_YEAR - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.DateTime
 
TIMESTAMP_TO_DAY_OF_YEAR_WITH_TZ - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.DateTime
 
TIMESTAMP_TO_HOURS - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.DateTime
 
TIMESTAMP_TO_HOURS_WITH_TZ - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.DateTime
 
TIMESTAMP_TO_INT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
 
TIMESTAMP_TO_MILLISECONDS - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.DateTime
 
TIMESTAMP_TO_MILLISECONDS_WITH_TZ - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.DateTime
 
TIMESTAMP_TO_MINUTES - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.DateTime
 
TIMESTAMP_TO_MINUTES_WITH_TZ - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.DateTime
 
TIMESTAMP_TO_MONTH - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.DateTime
 
TIMESTAMP_TO_MONTH_WITH_TZ - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.DateTime
 
TIMESTAMP_TO_SECONDS - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.DateTime
 
TIMESTAMP_TO_SECONDS_WITH_TZ - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.DateTime
 
TIMESTAMP_TO_STRING - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
 
TIMESTAMP_TO_TIMESTAMP - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
 
TIMESTAMP_TO_YEAR - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.DateTime
 
TIMESTAMP_TO_YEAR_WITH_TZ - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.DateTime
 
TIMESTAMP_VALUE - com.google.api.expr.v1alpha1.Constant.ConstantKindCase
Deprecated.
TIMESTAMP_VALUE - Static variable in enum com.google.api.expr.v1alpha1.Type.WellKnownType
Well-known protobuf.Timestamp type, internally referenced as `timestamp`.
TIMESTAMP_VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Constant
 
TO_DYN - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
 
toBuilder() - Method in class com.google.api.expr.v1alpha1.CheckedExpr
 
toBuilder() - Method in class com.google.api.expr.v1alpha1.Constant
 
toBuilder() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
 
toBuilder() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
 
toBuilder() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
 
toBuilder() - Method in class com.google.api.expr.v1alpha1.Decl
 
toBuilder() - Method in class com.google.api.expr.v1alpha1.EnumValue
 
toBuilder() - Method in class com.google.api.expr.v1alpha1.ErrorSet
 
toBuilder() - Method in class com.google.api.expr.v1alpha1.EvalState.Result
 
toBuilder() - Method in class com.google.api.expr.v1alpha1.EvalState
 
toBuilder() - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep
Deprecated.
 
toBuilder() - Method in class com.google.api.expr.v1alpha1.Explain
Deprecated.
 
toBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Call
 
toBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
 
toBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList
 
toBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
 
toBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
 
toBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Ident
 
toBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Select
 
toBuilder() - Method in class com.google.api.expr.v1alpha1.Expr
 
toBuilder() - Method in class com.google.api.expr.v1alpha1.ExprValue
 
toBuilder() - Method in class com.google.api.expr.v1alpha1.ListValue
 
toBuilder() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry
 
toBuilder() - Method in class com.google.api.expr.v1alpha1.MapValue
 
toBuilder() - Method in class com.google.api.expr.v1alpha1.ParsedExpr
 
toBuilder() - Method in class com.google.api.expr.v1alpha1.Reference
 
toBuilder() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
 
toBuilder() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
 
toBuilder() - Method in class com.google.api.expr.v1alpha1.SourceInfo
 
toBuilder() - Method in class com.google.api.expr.v1alpha1.SourcePosition
 
toBuilder() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType
 
toBuilder() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType
 
toBuilder() - Method in class com.google.api.expr.v1alpha1.Type.ListType
 
toBuilder() - Method in class com.google.api.expr.v1alpha1.Type.MapType
 
toBuilder() - Method in class com.google.api.expr.v1alpha1.Type
 
toBuilder() - Method in class com.google.api.expr.v1alpha1.UnknownSet
 
toBuilder() - Method in class com.google.api.expr.v1alpha1.Value
 
toBuilder() - Method in class dev.cel.common.CelFunctionDecl
 
toBuilder() - Method in class dev.cel.common.CelOverloadDecl
 
toCelSource(boolean) - Method in class dev.cel.common.CelMutableSource
 
toCheckerBuilder() - Method in interface dev.cel.checker.CelChecker
 
toCheckerBuilder() - Method in class dev.cel.checker.CelCheckerLegacyImpl
 
toCheckerBuilder() - Method in class dev.cel.compiler.CelCompilerImpl
 
toCompilerBuilder() - Method in interface dev.cel.compiler.CelCompiler
 
toCompilerBuilder() - Method in class dev.cel.compiler.CelCompilerImpl
 
toDisplayString(Errors.ErrorFormatter) - Method in class dev.cel.common.internal.Errors.Error
Formats the error into a string which indicates where it occurs within the expression.
toDisplayString(Source) - Method in class dev.cel.common.CelIssue
Returns a string representing this error that is suitable for displaying to humans.
toDisplayString(Collection<CelIssue>, Source) - Static method in class dev.cel.common.CelIssue
Returns a human-readable error with all issues joined in a single string.
tok - Variable in class cel.parser.internal.CELParser.BoolFalseContext
 
tok - Variable in class cel.parser.internal.CELParser.BoolTrueContext
 
tok - Variable in class cel.parser.internal.CELParser.BytesContext
 
tok - Variable in class cel.parser.internal.CELParser.DoubleContext
 
tok - Variable in class cel.parser.internal.CELParser.IntContext
 
tok - Variable in class cel.parser.internal.CELParser.NullContext
 
tok - Variable in class cel.parser.internal.CELParser.StringContext
 
tok - Variable in class cel.parser.internal.CELParser.UintContext
 
tokenNames - Static variable in class cel.parser.internal.CELLexer
Deprecated.
Use CELLexer.VOCABULARY instead.
tokenNames - Static variable in class cel.parser.internal.CELParser
Deprecated.
toParsedAst() - Method in class dev.cel.common.CelMutableAst
Converts this mutable AST into a parsed CelAbstractSyntaxTree.
toParsedAst(boolean) - Method in class dev.cel.common.CelMutableAst
Converts this mutable AST into a parsed CelAbstractSyntaxTree.
toParserBuilder() - Method in class dev.cel.compiler.CelCompilerImpl
 
toParserBuilder() - Method in interface dev.cel.parser.CelParser
 
toParserBuilder() - Method in class dev.cel.parser.CelParserImpl
 
toString() - Method in class dev.cel.checker.DescriptorTypeProvider.EnumValueDef
 
toString() - Method in class dev.cel.checker.DescriptorTypeProvider.FieldDef
 
toString() - Method in class dev.cel.checker.DescriptorTypeProvider.MapEntryDef
 
toString() - Method in class dev.cel.checker.DescriptorTypeProvider.TypeDef
 
toString() - Method in class dev.cel.common.ast.CelMutableExpr
 
toString() - Method in class dev.cel.common.internal.CodePointStream
 
toString() - Method in class dev.cel.common.internal.Errors.Error
 
toString() - Method in class dev.cel.parser.CelMacro
 
tryLookupCelFunction(CelContainer, String) - Method in class dev.cel.checker.Env
Try to lookup a function with the given name within a container.
tryLookupCelIdent(CelContainer, String) - Method in class dev.cel.checker.Env
Try to lookup an identifier with the given name within a container.
tryLookupFunction(String, String) - Method in class dev.cel.checker.Env
tryLookupIdent(CelContainer, String) - Method in class dev.cel.checker.Env
type() - Method in class dev.cel.checker.CelIdentDecl
The type of the variable.
type() - Method in class dev.cel.checker.DescriptorTypeProvider.FieldDef
The field TypeDef.
type() - Method in class dev.cel.checker.ExprChecker.OverloadResolution
Deprecated.
The Type of the result associated with the overload.
type() - Method in class dev.cel.checker.TypeProvider.FieldType
Deprecated.
The Type of the field.
type() - Method in class dev.cel.common.CelVarDecl
The type of the variable.
type(Type) - Method in class dev.cel.checker.Env.IdentBuilder
Deprecated.
Set the identifier type.
Type - Class in com.google.api.expr.v1alpha1
Represents a CEL type.
TYPE - com.google.api.expr.v1alpha1.Type.TypeKindCase
 
TYPE - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.InternalOperator
 
TYPE - dev.cel.checker.CelStandardDeclarations.StandardFunction
 
TYPE - dev.cel.checker.CelStandardDeclarations.StandardIdentifier
 
TYPE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Decl.IdentDecl
 
TYPE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.EnumValue
 
TYPE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Type
 
TYPE_MAP_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.CheckedExpr
 
TYPE_PARAM - com.google.api.expr.v1alpha1.Type.TypeKindCase
 
TYPE_PARAM_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Type
 
TYPE_PARAMS_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
 
TYPE_VALUE - com.google.api.expr.v1alpha1.Value.KindCase
 
TYPE_VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Value
 
Type.AbstractType - Class in com.google.api.expr.v1alpha1
Application defined abstract type.
Type.AbstractType.Builder - Class in com.google.api.expr.v1alpha1
Application defined abstract type.
Type.AbstractTypeOrBuilder - Interface in com.google.api.expr.v1alpha1
 
Type.Builder - Class in com.google.api.expr.v1alpha1
Represents a CEL type.
Type.FunctionType - Class in com.google.api.expr.v1alpha1
Function type with result and arg types.
Type.FunctionType.Builder - Class in com.google.api.expr.v1alpha1
Function type with result and arg types.
Type.FunctionTypeOrBuilder - Interface in com.google.api.expr.v1alpha1
 
Type.ListType - Class in com.google.api.expr.v1alpha1
List type with typed elements, e.g.
Type.ListType.Builder - Class in com.google.api.expr.v1alpha1
List type with typed elements, e.g.
Type.ListTypeOrBuilder - Interface in com.google.api.expr.v1alpha1
 
Type.MapType - Class in com.google.api.expr.v1alpha1
Map type with parameterized key and value types, e.g.
Type.MapType.Builder - Class in com.google.api.expr.v1alpha1
Map type with parameterized key and value types, e.g.
Type.MapTypeOrBuilder - Interface in com.google.api.expr.v1alpha1
 
Type.PrimitiveType - Enum in com.google.api.expr.v1alpha1
CEL primitive types.
Type.TypeKindCase - Enum in com.google.api.expr.v1alpha1
 
Type.WellKnownType - Enum in com.google.api.expr.v1alpha1
Well-known protobuf types treated with first-class support in CEL.
typecheck(Env, CelContainer, CelAbstractSyntaxTree, Optional<CelType>) - Static method in class dev.cel.checker.ExprChecker
Deprecated.
Type-checks the parsed expression within the given environment and returns a checked expression.
typecheck(Env, String, ParsedExpr, Optional<Type>) - Static method in class dev.cel.checker.ExprChecker
Deprecated.
Do not use. CEL-Java users should leverage the Fluent APIs instead. See CelCompilerFactory.
TypeDef() - Constructor for class dev.cel.checker.DescriptorTypeProvider.TypeDef
 
TypeFormatter - Class in dev.cel.checker
Class to format Type objects into String values.
TYPEKIND_NOT_SET - com.google.api.expr.v1alpha1.Type.TypeKindCase
 
TypeOrBuilder - Interface in com.google.api.expr.v1alpha1
 
typeParameterNames() - Method in class dev.cel.common.CelOverloadDecl
The type param names associated with the function declaration.
TypeProvider - Interface in dev.cel.checker
Deprecated.
Use CelTypeProvider instead.
TypeProvider.CombinedTypeProvider - Class in dev.cel.checker
Deprecated.
The CombinedTypeProvider takes one or more TypeProvider instances and attempts to look up a Type instance for a given typeName by calling each TypeProvider in the order that they are provided to the constructor.
TypeProvider.ExtensionFieldType - Class in dev.cel.checker
Deprecated.
TypeProvider.FieldType - Class in dev.cel.checker
Deprecated.
types() - Method in class dev.cel.checker.ProtoTypeMaskTypeProvider
 
Types - Class in dev.cel.checker
Utilities for dealing with the Type proto.

U

UINT - dev.cel.checker.CelStandardDeclarations.StandardFunction
 
UINT - dev.cel.checker.CelStandardDeclarations.StandardIdentifier
 
UINT32_WRAPPER_MESSAGE - Static variable in class dev.cel.checker.Types
 
UINT64 - com.google.api.expr.v1alpha1.Type.PrimitiveType
Uint64 type.
UINT64 - Static variable in class dev.cel.checker.Types
 
UINT64_TO_DOUBLE - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
 
UINT64_TO_INT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
 
UINT64_TO_STRING - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
 
UINT64_TO_UINT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
 
UINT64_VALUE - com.google.api.expr.v1alpha1.Constant.ConstantKindCase
 
UINT64_VALUE - com.google.api.expr.v1alpha1.Value.KindCase
 
UINT64_VALUE - Static variable in enum com.google.api.expr.v1alpha1.Type.PrimitiveType
Uint64 type.
UINT64_VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Constant
 
UINT64_VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Value
 
UINT64_WRAPPER_MESSAGE - Static variable in class dev.cel.checker.Types
 
UintContext(CELParser.LiteralContext) - Constructor for class cel.parser.internal.CELParser.UintContext
 
unary() - Method in class cel.parser.internal.CELParser.CalcContext
 
unary() - Method in class cel.parser.internal.CELParser
 
UnaryContext() - Constructor for class cel.parser.internal.CELParser.UnaryContext
 
UnaryContext(ParserRuleContext, int) - Constructor for class cel.parser.internal.CELParser.UnaryContext
 
unconfigured(Errors) - Static method in class dev.cel.checker.Env
Deprecated.
Do not use. This exists for compatibility reasons. Migrate to CEL-Java fluent APIs. See CelCompilerFactory.
unconfigured(Errors, TypeProvider, CelOptions) - Static method in class dev.cel.checker.Env
Deprecated.
Do not use. This exists for compatibility reasons. Migrate to CEL-Java fluent APIs. See CelCompilerFactory.
UNKNOWN - com.google.api.expr.v1alpha1.ExprValue.KindCase
 
UNKNOWN_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.ExprValue
 
UnknownSet - Class in com.google.api.expr.v1alpha1
A set of expressions for which the value is unknown.
UnknownSet.Builder - Class in com.google.api.expr.v1alpha1
A set of expressions for which the value is unknown.
UnknownSetOrBuilder - Interface in com.google.api.expr.v1alpha1
 
unparse() - Method in class dev.cel.parser.CelUnparserVisitor
 
unparse(CelExpr) - Method in class dev.cel.parser.CelUnparserVisitor
Unparses a specific CelExpr node within the AST.
unparse(CelAbstractSyntaxTree) - Method in interface dev.cel.parser.CelUnparser
Unparses the CelAbstractSyntaxTree value to a human-readable string.
UNRECOGNIZED - com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
 
UNRECOGNIZED - com.google.api.expr.v1alpha1.Type.PrimitiveType
 
UNRECOGNIZED - com.google.api.expr.v1alpha1.Type.WellKnownType
 

V

value() - Method in class dev.cel.checker.DescriptorTypeProvider.EnumValueDef
The numeric value of the enum value.
value() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableMap.Entry
 
value() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableStruct.Entry
 
value(Constant) - Method in class dev.cel.checker.Env.IdentBuilder
Deprecated.
Set the identifier to a Constant value.
Value - Class in com.google.api.expr.v1alpha1
Represents a CEL value.
VALUE - com.google.api.expr.v1alpha1.ExprValue.KindCase
 
VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Decl.IdentDecl
 
VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.EnumValue
 
VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.EvalState.Result
 
VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
 
VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.ExprValue
 
VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.MapValue.Entry
 
VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Reference
 
VALUE_INDEX_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Explain.ExprStep
Deprecated.
 
VALUE_MESSAGE - Static variable in class dev.cel.checker.Types
 
VALUE_TYPE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Type.MapType
 
Value.Builder - Class in com.google.api.expr.v1alpha1
Represents a CEL value.
Value.KindCase - Enum in com.google.api.expr.v1alpha1
 
valueOf(int) - Static method in enum com.google.api.expr.v1alpha1.Constant.ConstantKindCase
Deprecated.
valueOf(int) - Static method in enum com.google.api.expr.v1alpha1.Decl.DeclKindCase
Deprecated.
valueOf(int) - Static method in enum com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.KeyKindCase
Deprecated.
valueOf(int) - Static method in enum com.google.api.expr.v1alpha1.Expr.ExprKindCase
Deprecated.
valueOf(int) - Static method in enum com.google.api.expr.v1alpha1.ExprValue.KindCase
Deprecated.
valueOf(int) - Static method in enum com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
Deprecated.
valueOf(int) - Static method in enum com.google.api.expr.v1alpha1.Type.PrimitiveType
Deprecated.
valueOf(int) - Static method in enum com.google.api.expr.v1alpha1.Type.TypeKindCase
Deprecated.
valueOf(int) - Static method in enum com.google.api.expr.v1alpha1.Type.WellKnownType
Deprecated.
valueOf(int) - Static method in enum com.google.api.expr.v1alpha1.Value.KindCase
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.api.expr.v1alpha1.Type.PrimitiveType
Returns the enum constant of this type with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.api.expr.v1alpha1.Type.WellKnownType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.api.expr.v1alpha1.Constant.ConstantKindCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.api.expr.v1alpha1.Decl.DeclKindCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.KeyKindCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.api.expr.v1alpha1.Expr.ExprKindCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.api.expr.v1alpha1.ExprValue.KindCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.api.expr.v1alpha1.Type.PrimitiveType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.api.expr.v1alpha1.Type.TypeKindCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.api.expr.v1alpha1.Type.WellKnownType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.api.expr.v1alpha1.Value.KindCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.BooleanOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.DateTime
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Index
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.InternalOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Relation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Size
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.StringMatchers
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum dev.cel.checker.CelStandardDeclarations.StandardIdentifier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum dev.cel.checker.ExprVisitor.ComprehensionArg
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum dev.cel.common.ast.CelExprVisitor.ComprehensionArg
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum dev.cel.common.CelIssue.Severity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum dev.cel.parser.CelStandardMacro
Returns the enum constant of this type with the specified name.
ValueOrBuilder - Interface in com.google.api.expr.v1alpha1
 
ValueProto - Class in com.google.api.expr.v1alpha1
 
values - Variable in class cel.parser.internal.CELParser.FieldInitializerListContext
 
values - Variable in class cel.parser.internal.CELParser.MapInitializerListContext
 
values() - Static method in enum com.google.api.expr.v1alpha1.Constant.ConstantKindCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.api.expr.v1alpha1.Decl.DeclKindCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.KeyKindCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.api.expr.v1alpha1.Expr.ExprKindCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.api.expr.v1alpha1.ExprValue.KindCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.api.expr.v1alpha1.Type.PrimitiveType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.api.expr.v1alpha1.Type.TypeKindCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.api.expr.v1alpha1.Type.WellKnownType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.api.expr.v1alpha1.Value.KindCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.BooleanOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.DateTime
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Index
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.InternalOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Relation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Size
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.StringMatchers
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum dev.cel.checker.CelStandardDeclarations.StandardIdentifier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum dev.cel.checker.ExprVisitor.ComprehensionArg
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum dev.cel.common.ast.CelExprVisitor.ComprehensionArg
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum dev.cel.common.CelIssue.Severity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum dev.cel.parser.CelStandardMacro
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.EvalState
 
VALUES_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Explain
Deprecated.
 
VALUES_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.ListValue
 
valueType() - Method in class dev.cel.checker.DescriptorTypeProvider.MapEntryDef
The TypeDef of the map entry value.
VERSION_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.SourceInfo.Extension
 
visit(CelExpr) - Method in class dev.cel.common.ast.CelExprVisitor
Visit the expr value, routing to overloads based on the kind of expression.
visit(CelExpr) - Method in class dev.cel.parser.CelUnparserVisitor
 
visit(CelExpr, CelConstant) - Method in class dev.cel.common.ast.CelExprVisitor
Visit a CelConstant expression.
visit(CelExpr, CelConstant) - Method in class dev.cel.parser.CelUnparserVisitor
 
visit(CelExpr, CelExpr.CelCall) - Method in class dev.cel.common.ast.CelExprVisitor
Visit a CelCall expression.
visit(CelExpr, CelExpr.CelCall) - Method in class dev.cel.parser.CelUnparserVisitor
 
visit(CelExpr, CelExpr.CelComprehension) - Method in class dev.cel.common.ast.CelExprVisitor
Visit a CelComprehension expression.
visit(CelExpr, CelExpr.CelComprehension) - Method in class dev.cel.parser.CelUnparserVisitor
 
visit(CelExpr, CelExpr.CelIdent) - Method in class dev.cel.common.ast.CelExprVisitor
Visit an CelIdent expression.
visit(CelExpr, CelExpr.CelIdent) - Method in class dev.cel.parser.CelUnparserVisitor
 
visit(CelExpr, CelExpr.CelList) - Method in class dev.cel.common.ast.CelExprVisitor
Visit a CelList expression.
visit(CelExpr, CelExpr.CelList) - Method in class dev.cel.parser.CelUnparserVisitor
 
visit(CelExpr, CelExpr.CelMap) - Method in class dev.cel.common.ast.CelExprVisitor
Visit a CelMap expression.
visit(CelExpr, CelExpr.CelMap) - Method in class dev.cel.parser.CelUnparserVisitor
 
visit(CelExpr, CelExpr.CelSelect) - Method in class dev.cel.common.ast.CelExprVisitor
Visit a CelSelect expression.
visit(CelExpr, CelExpr.CelSelect) - Method in class dev.cel.parser.CelUnparserVisitor
 
visit(CelExpr, CelExpr.CelStruct) - Method in class dev.cel.common.ast.CelExprVisitor
Visit a CelStruct expression.
visit(CelExpr, CelExpr.CelStruct) - Method in class dev.cel.parser.CelUnparserVisitor
 
visit(CelMutableExpr) - Method in class dev.cel.checker.ExprChecker
Deprecated.
Visit the expr value, routing to overloads based on the kind of expression.
visit(CelAbstractSyntaxTree) - Method in class dev.cel.checker.CelProtoExprVisitor
Visit the ast value, routing to overloads based on the kind of expression.
visit(CelAbstractSyntaxTree) - Method in class dev.cel.common.ast.CelExprVisitor
Visit the ast value, routing to overloads based on the kind of expression.
visit(Expr) - Method in class dev.cel.checker.ExprVisitor
Visit the expr value, routing to overloads based on the kind of expression.
visit(Expr, Constant) - Method in class dev.cel.checker.ExprVisitor
Visit a Expr.Constant expression.
visit(Expr, Expr.Call) - Method in class dev.cel.checker.ExprVisitor
Visit a Expr.Call expression.
visit(Expr, Expr.Comprehension) - Method in class dev.cel.checker.ExprVisitor
Visit a Expr.Comprehension expression.
visit(Expr, Expr.CreateList) - Method in class dev.cel.checker.ExprVisitor
Visit a Expr.CreateList expression.
visit(Expr, Expr.CreateStruct) - Method in class dev.cel.checker.ExprVisitor
Visit a Expr.CreateStruct expression.
visit(Expr, Expr.Ident) - Method in class dev.cel.checker.ExprVisitor
Visit an Expr.Ident expression.
visit(Expr, Expr.Select) - Method in class dev.cel.checker.ExprVisitor
Visit a Expr.Select expression.
visitArg(CelExpr, CelExpr, int) - Method in class dev.cel.common.ast.CelExprVisitor
Visit the argument to an expression in the context of the calling expression.
visitArg(Expr, Expr, int) - Method in class dev.cel.checker.ExprVisitor
Visit the argument to an expression in the context of the calling expression.
visitBoolFalse(CELParser.BoolFalseContext) - Method in class cel.parser.internal.CELBaseVisitor
Visit a parse tree produced by the BoolFalse labeled alternative in CELParser.literal().
visitBoolFalse(CELParser.BoolFalseContext) - Method in interface cel.parser.internal.CELVisitor
Visit a parse tree produced by the BoolFalse labeled alternative in CELParser.literal().
visitBoolTrue(CELParser.BoolTrueContext) - Method in class cel.parser.internal.CELBaseVisitor
Visit a parse tree produced by the BoolTrue labeled alternative in CELParser.literal().
visitBoolTrue(CELParser.BoolTrueContext) - Method in interface cel.parser.internal.CELVisitor
Visit a parse tree produced by the BoolTrue labeled alternative in CELParser.literal().
visitBytes(CELParser.BytesContext) - Method in class cel.parser.internal.CELBaseVisitor
Visit a parse tree produced by the Bytes labeled alternative in CELParser.literal().
visitBytes(CELParser.BytesContext) - Method in interface cel.parser.internal.CELVisitor
Visit a parse tree produced by the Bytes labeled alternative in CELParser.literal().
visitCalc(CELParser.CalcContext) - Method in class cel.parser.internal.CELBaseVisitor
Visit a parse tree produced by CELParser.calc().
visitCalc(CELParser.CalcContext) - Method in interface cel.parser.internal.CELVisitor
Visit a parse tree produced by CELParser.calc().
visitConditionalAnd(CELParser.ConditionalAndContext) - Method in class cel.parser.internal.CELBaseVisitor
Visit a parse tree produced by CELParser.conditionalAnd().
visitConditionalAnd(CELParser.ConditionalAndContext) - Method in interface cel.parser.internal.CELVisitor
Visit a parse tree produced by CELParser.conditionalAnd().
visitConditionalOr(CELParser.ConditionalOrContext) - Method in class cel.parser.internal.CELBaseVisitor
Visit a parse tree produced by CELParser.conditionalOr().
visitConditionalOr(CELParser.ConditionalOrContext) - Method in interface cel.parser.internal.CELVisitor
Visit a parse tree produced by CELParser.conditionalOr().
visitConstantLiteral(CELParser.ConstantLiteralContext) - Method in class cel.parser.internal.CELBaseVisitor
Visit a parse tree produced by the ConstantLiteral labeled alternative in CELParser.primary().
visitConstantLiteral(CELParser.ConstantLiteralContext) - Method in interface cel.parser.internal.CELVisitor
Visit a parse tree produced by the ConstantLiteral labeled alternative in CELParser.primary().
visitCreateList(CELParser.CreateListContext) - Method in class cel.parser.internal.CELBaseVisitor
Visit a parse tree produced by the CreateList labeled alternative in CELParser.primary().
visitCreateList(CELParser.CreateListContext) - Method in interface cel.parser.internal.CELVisitor
Visit a parse tree produced by the CreateList labeled alternative in CELParser.primary().
visitCreateMap(CELParser.CreateMapContext) - Method in class cel.parser.internal.CELBaseVisitor
Visit a parse tree produced by the CreateMap labeled alternative in CELParser.primary().
visitCreateMap(CELParser.CreateMapContext) - Method in interface cel.parser.internal.CELVisitor
Visit a parse tree produced by the CreateMap labeled alternative in CELParser.primary().
visitCreateMessage(CELParser.CreateMessageContext) - Method in class cel.parser.internal.CELBaseVisitor
Visit a parse tree produced by the CreateMessage labeled alternative in CELParser.primary().
visitCreateMessage(CELParser.CreateMessageContext) - Method in interface cel.parser.internal.CELVisitor
Visit a parse tree produced by the CreateMessage labeled alternative in CELParser.primary().
visitDecl(String, List<Decl>) - Method in interface dev.cel.common.internal.EnvVisitor
Visit the declaration name and associated types, identifiers, and functions associated with that name.
visitDouble(CELParser.DoubleContext) - Method in class cel.parser.internal.CELBaseVisitor
Visit a parse tree produced by the Double labeled alternative in CELParser.literal().
visitDouble(CELParser.DoubleContext) - Method in interface cel.parser.internal.CELVisitor
Visit a parse tree produced by the Double labeled alternative in CELParser.literal().
visitEscapedIdentifier(CELParser.EscapedIdentifierContext) - Method in class cel.parser.internal.CELBaseVisitor
Visit a parse tree produced by the EscapedIdentifier labeled alternative in CELParser.escapeIdent().
visitEscapedIdentifier(CELParser.EscapedIdentifierContext) - Method in interface cel.parser.internal.CELVisitor
Visit a parse tree produced by the EscapedIdentifier labeled alternative in CELParser.escapeIdent().
visitExpr(CELParser.ExprContext) - Method in class cel.parser.internal.CELBaseVisitor
Visit a parse tree produced by CELParser.expr().
visitExpr(CELParser.ExprContext) - Method in interface cel.parser.internal.CELVisitor
Visit a parse tree produced by CELParser.expr().
visitExprList(CELParser.ExprListContext) - Method in class cel.parser.internal.CELBaseVisitor
Visit a parse tree produced by CELParser.exprList().
visitExprList(CELParser.ExprListContext) - Method in interface cel.parser.internal.CELVisitor
Visit a parse tree produced by CELParser.exprList().
visitFieldInitializerList(CELParser.FieldInitializerListContext) - Method in class cel.parser.internal.CELBaseVisitor
Visit a parse tree produced by CELParser.fieldInitializerList().
visitFieldInitializerList(CELParser.FieldInitializerListContext) - Method in interface cel.parser.internal.CELVisitor
Visit a parse tree produced by CELParser.fieldInitializerList().
visitGlobalCall(CELParser.GlobalCallContext) - Method in class cel.parser.internal.CELBaseVisitor
Visit a parse tree produced by the GlobalCall labeled alternative in CELParser.primary().
visitGlobalCall(CELParser.GlobalCallContext) - Method in interface cel.parser.internal.CELVisitor
Visit a parse tree produced by the GlobalCall labeled alternative in CELParser.primary().
visitIdent(CELParser.IdentContext) - Method in class cel.parser.internal.CELBaseVisitor
Visit a parse tree produced by the Ident labeled alternative in CELParser.primary().
visitIdent(CELParser.IdentContext) - Method in interface cel.parser.internal.CELVisitor
Visit a parse tree produced by the Ident labeled alternative in CELParser.primary().
visitIndex(CELParser.IndexContext) - Method in class cel.parser.internal.CELBaseVisitor
Visit a parse tree produced by the Index labeled alternative in CELParser.member().
visitIndex(CELParser.IndexContext) - Method in interface cel.parser.internal.CELVisitor
Visit a parse tree produced by the Index labeled alternative in CELParser.member().
visitInt(CELParser.IntContext) - Method in class cel.parser.internal.CELBaseVisitor
Visit a parse tree produced by the Int labeled alternative in CELParser.literal().
visitInt(CELParser.IntContext) - Method in interface cel.parser.internal.CELVisitor
Visit a parse tree produced by the Int labeled alternative in CELParser.literal().
visitListInit(CELParser.ListInitContext) - Method in class cel.parser.internal.CELBaseVisitor
Visit a parse tree produced by CELParser.listInit().
visitListInit(CELParser.ListInitContext) - Method in interface cel.parser.internal.CELVisitor
Visit a parse tree produced by CELParser.listInit().
visitLogicalNot(CELParser.LogicalNotContext) - Method in class cel.parser.internal.CELBaseVisitor
Visit a parse tree produced by the LogicalNot labeled alternative in CELParser.unary().
visitLogicalNot(CELParser.LogicalNotContext) - Method in interface cel.parser.internal.CELVisitor
Visit a parse tree produced by the LogicalNot labeled alternative in CELParser.unary().
visitMacro(CelMacro) - Method in interface dev.cel.common.internal.EnvVisitor
Visit the CEL macro.
visitMapInitializerList(CELParser.MapInitializerListContext) - Method in class cel.parser.internal.CELBaseVisitor
Visit a parse tree produced by CELParser.mapInitializerList().
visitMapInitializerList(CELParser.MapInitializerListContext) - Method in interface cel.parser.internal.CELVisitor
Visit a parse tree produced by CELParser.mapInitializerList().
visitMaybeNested(CelExpr, boolean) - Method in class dev.cel.parser.CelUnparserVisitor
 
visitMemberCall(CELParser.MemberCallContext) - Method in class cel.parser.internal.CELBaseVisitor
Visit a parse tree produced by the MemberCall labeled alternative in CELParser.member().
visitMemberCall(CELParser.MemberCallContext) - Method in interface cel.parser.internal.CELVisitor
Visit a parse tree produced by the MemberCall labeled alternative in CELParser.member().
visitMemberExpr(CELParser.MemberExprContext) - Method in class cel.parser.internal.CELBaseVisitor
Visit a parse tree produced by the MemberExpr labeled alternative in CELParser.unary().
visitMemberExpr(CELParser.MemberExprContext) - Method in interface cel.parser.internal.CELVisitor
Visit a parse tree produced by the MemberExpr labeled alternative in CELParser.unary().
visitNegate(CELParser.NegateContext) - Method in class cel.parser.internal.CELBaseVisitor
Visit a parse tree produced by the Negate labeled alternative in CELParser.unary().
visitNegate(CELParser.NegateContext) - Method in interface cel.parser.internal.CELVisitor
Visit a parse tree produced by the Negate labeled alternative in CELParser.unary().
visitNested(CELParser.NestedContext) - Method in class cel.parser.internal.CELBaseVisitor
Visit a parse tree produced by the Nested labeled alternative in CELParser.primary().
visitNested(CELParser.NestedContext) - Method in interface cel.parser.internal.CELVisitor
Visit a parse tree produced by the Nested labeled alternative in CELParser.primary().
visitNull(CELParser.NullContext) - Method in class cel.parser.internal.CELBaseVisitor
Visit a parse tree produced by the Null labeled alternative in CELParser.literal().
visitNull(CELParser.NullContext) - Method in interface cel.parser.internal.CELVisitor
Visit a parse tree produced by the Null labeled alternative in CELParser.literal().
visitOptExpr(CELParser.OptExprContext) - Method in class cel.parser.internal.CELBaseVisitor
Visit a parse tree produced by CELParser.optExpr().
visitOptExpr(CELParser.OptExprContext) - Method in interface cel.parser.internal.CELVisitor
Visit a parse tree produced by CELParser.optExpr().
visitOptField(CELParser.OptFieldContext) - Method in class cel.parser.internal.CELBaseVisitor
Visit a parse tree produced by CELParser.optField().
visitOptField(CELParser.OptFieldContext) - Method in interface cel.parser.internal.CELVisitor
Visit a parse tree produced by CELParser.optField().
visitPrimaryExpr(CELParser.PrimaryExprContext) - Method in class cel.parser.internal.CELBaseVisitor
Visit a parse tree produced by the PrimaryExpr labeled alternative in CELParser.member().
visitPrimaryExpr(CELParser.PrimaryExprContext) - Method in interface cel.parser.internal.CELVisitor
Visit a parse tree produced by the PrimaryExpr labeled alternative in CELParser.member().
visitRelation(CELParser.RelationContext) - Method in class cel.parser.internal.CELBaseVisitor
Visit a parse tree produced by CELParser.relation().
visitRelation(CELParser.RelationContext) - Method in interface cel.parser.internal.CELVisitor
Visit a parse tree produced by CELParser.relation().
visitSelect(CELParser.SelectContext) - Method in class cel.parser.internal.CELBaseVisitor
Visit a parse tree produced by the Select labeled alternative in CELParser.member().
visitSelect(CELParser.SelectContext) - Method in interface cel.parser.internal.CELVisitor
Visit a parse tree produced by the Select labeled alternative in CELParser.member().
visitSimpleIdentifier(CELParser.SimpleIdentifierContext) - Method in class cel.parser.internal.CELBaseVisitor
Visit a parse tree produced by the SimpleIdentifier labeled alternative in CELParser.escapeIdent().
visitSimpleIdentifier(CELParser.SimpleIdentifierContext) - Method in interface cel.parser.internal.CELVisitor
Visit a parse tree produced by the SimpleIdentifier labeled alternative in CELParser.escapeIdent().
visitStart(CELParser.StartContext) - Method in class cel.parser.internal.CELBaseVisitor
Visit a parse tree produced by CELParser.start().
visitStart(CELParser.StartContext) - Method in interface cel.parser.internal.CELVisitor
Visit a parse tree produced by CELParser.start().
visitString(CELParser.StringContext) - Method in class cel.parser.internal.CELBaseVisitor
Visit a parse tree produced by the String labeled alternative in CELParser.literal().
visitString(CELParser.StringContext) - Method in interface cel.parser.internal.CELVisitor
Visit a parse tree produced by the String labeled alternative in CELParser.literal().
visitUint(CELParser.UintContext) - Method in class cel.parser.internal.CELBaseVisitor
Visit a parse tree produced by the Uint labeled alternative in CELParser.literal().
visitUint(CELParser.UintContext) - Method in interface cel.parser.internal.CELVisitor
Visit a parse tree produced by the Uint labeled alternative in CELParser.literal().
VOCABULARY - Static variable in class cel.parser.internal.CELLexer
 
VOCABULARY - Static variable in class cel.parser.internal.CELParser
 

W

WARNING - dev.cel.common.CelIssue.Severity
 
WELL_KNOWN - com.google.api.expr.v1alpha1.Type.TypeKindCase
 
WELL_KNOWN_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Type
 
WELL_KNOWN_TYPE_MAP - Static variable in class dev.cel.checker.Types
Map of well-known proto messages and their CEL Type equivalents.
WELL_KNOWN_TYPE_UNSPECIFIED - com.google.api.expr.v1alpha1.Type.WellKnownType
Unspecified type.
WELL_KNOWN_TYPE_UNSPECIFIED_VALUE - Static variable in enum com.google.api.expr.v1alpha1.Type.WellKnownType
Unspecified type.
WHITESPACE - Static variable in class cel.parser.internal.CELLexer
 
WHITESPACE - Static variable in class cel.parser.internal.CELParser
 
withFieldsAsVariableDeclarations() - Method in class dev.cel.checker.ProtoTypeMask
 
WRAPPER - com.google.api.expr.v1alpha1.Type.TypeKindCase
 
WRAPPER_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Type
 
writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.CheckedExpr
 
writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.Constant
 
writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
 
writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
 
writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
 
writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.Decl
 
writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.EnumValue
 
writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.ErrorSet
 
writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.EvalState.Result
 
writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.EvalState
 
writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep
Deprecated.
 
writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.Explain
Deprecated.
 
writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.Expr.Call
 
writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
 
writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList
 
writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
 
writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
 
writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.Expr.Ident
 
writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.Expr.Select
 
writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.Expr
 
writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.ExprValue
 
writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.ListValue
 
writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.MapValue.Entry
 
writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.MapValue
 
writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.ParsedExpr
 
writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.Reference
 
writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
 
writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
 
writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.SourceInfo
 
writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.SourcePosition
 
writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.Type.AbstractType
 
writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType
 
writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.Type.ListType
 
writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.Type.MapType
 
writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.Type
 
writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.UnknownSet
 
writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.Value
 

_

_ATN - Static variable in class cel.parser.internal.CELLexer
 
_ATN - Static variable in class cel.parser.internal.CELParser
 
_decisionToDFA - Static variable in class cel.parser.internal.CELLexer
 
_decisionToDFA - Static variable in class cel.parser.internal.CELParser
 
_serializedATN - Static variable in class cel.parser.internal.CELLexer
 
_serializedATN - Static variable in class cel.parser.internal.CELParser
 
_sharedContextCache - Static variable in class cel.parser.internal.CELLexer
 
_sharedContextCache - Static variable in class cel.parser.internal.CELParser
 
A B C D E F G H I K L M N O P Q R S T U V W _ 
All Classes All Packages