A B C D E F G H I J K L M N O P Q R S T U V W _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ABSTRACT_TYPE - com.google.api.expr.v1alpha1.Type.TypeKindCase
- ABSTRACT_TYPE - dev.cel.expr.Type.TypeKindCase
- ABSTRACT_TYPE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Type
- ABSTRACT_TYPE_FIELD_NUMBER - Static variable in class dev.cel.expr.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(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.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.IdentOrGlobalCallContext
- 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.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_INIT_FIELD_NUMBER - Static variable in class dev.cel.expr.Expr.Comprehension
- ACCU_VAR_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.Comprehension
- ACCU_VAR_FIELD_NUMBER - Static variable in class dev.cel.expr.Expr.Comprehension
- accuInit() - Method in class dev.cel.common.ast.CelExpr.CelComprehension
- accuInit() - Method in class dev.cel.common.ast.CelExpr.CelComprehension.Builder
- accuInit() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableComprehension
- accuInit() - Method in interface dev.cel.common.ast.Expression.Comprehension
-
The initial value of the accumulator.
- accuVar() - Method in class dev.cel.common.ast.CelExpr.CelComprehension
- accuVar() - Method in class dev.cel.common.ast.CelExpr.CelComprehension.Builder
- accuVar() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableComprehension
- accuVar() - Method in interface dev.cel.common.ast.Expression.Comprehension
-
The name of the variable used for accumulation of the result.
- Activation - Class in dev.cel.runtime
-
An object which allows to bind names to values.
- Activation() - Constructor for class dev.cel.runtime.Activation
- adapt(Object) - Method in class dev.cel.runtime.DescriptorMessageProvider
-
Adapt object to its message value.
- adapt(Object) - Method in interface dev.cel.runtime.MessageProvider
-
Adapt object to its message value with source location metadata on failure .
- adapt(Object) - Method in class dev.cel.runtime.RuntimeTypeProviderLegacyImpl
- adaptFieldToValue(Descriptors.FieldDescriptor, Object) - Method in class dev.cel.common.internal.ProtoAdapter
- adaptingList(List<A>, BidiConverter<A, B>) - Static method in class dev.cel.common.internal.AdaptingTypes
- adaptingMap(Map<A, B>, BidiConverter<A, C>, BidiConverter<B, D>) - Static method in class dev.cel.common.internal.AdaptingTypes
- AdaptingTypes - Class in dev.cel.common.internal
-
Collection of types which support bidirectional adaptation between CEL and Java native value representations.
- adaptProtoToValue(MessageOrBuilder) - Method in class dev.cel.common.internal.ProtoAdapter
-
Adapts a protobuf
MessageOrBuilderinto a Java object understood by CEL. - adaptProtoToValue(DynamicProto, MessageOrBuilder, CelOptions) - Static method in class dev.cel.runtime.RuntimeHelpers
-
Adapts a
protobuf.Messageto a plain old Java object. - adaptToJsonListValue(Iterable<T>) - Static method in class dev.cel.common.CelProtoJsonAdapter
-
Adapts an iterable to a JSON list value.
- adaptToJsonStructValue(Map<K, V>) - Static method in class dev.cel.common.CelProtoJsonAdapter
-
Adapts a map to a JSON Struct.
- adaptValue(DynamicProto, Object, CelOptions) - Static method in class dev.cel.runtime.RuntimeHelpers
-
Adapts a plain old Java object into a CEL value.
- adaptValueToFieldType(Descriptors.FieldDescriptor, Object) - Method in class dev.cel.common.internal.ProtoAdapter
- adaptValueToJsonValue(Object) - Static method in class dev.cel.common.CelProtoJsonAdapter
-
Adapts a native Java object to a JSON value.
- adaptValueToProto(Object, String) - Method in class dev.cel.common.internal.ProtoAdapter
-
Adapt the Java object
valueto the given protobufprotoTypeNameif possible. - add(int, E) - Method in class dev.cel.common.values.ListValue
-
Deprecated.Unsupported operation.
- 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:
CelCompilerFactoryacceptsCelFunctionDeclandCelVarDecl). - add(E) - Method in class dev.cel.common.values.ListValue
-
Deprecated.Unsupported operation.
- 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:
CelCompilerFactoryacceptsCelFunctionDeclandCelVarDecl). - 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, Class<T>, Registrar.UnaryFunction<T>) - Method in class dev.cel.runtime.DefaultDispatcher
- add(String, Class<T>, Registrar.UnaryFunction<T>) - Method in interface dev.cel.runtime.Registrar
-
Adds a unary function to the dispatcher.
- add(String, Class<T1>, Class<T2>, Registrar.BinaryFunction<T1, T2>) - Method in class dev.cel.runtime.DefaultDispatcher
- add(String, Class<T1>, Class<T2>, Registrar.BinaryFunction<T1, T2>) - Method in interface dev.cel.runtime.Registrar
-
Adds a binary function to the dispatcher.
- add(String, List<Class<?>>, Registrar.Function) - Method in class dev.cel.runtime.DefaultDispatcher
- add(String, List<Class<?>>, Registrar.Function) - Method in interface dev.cel.runtime.Registrar
-
Adds a general function to the dispatcher.
- 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.parser.Operator
- ADD - dev.cel.runtime.CelStandardFunctions.StandardFunction
- ADD_BYTES - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Arithmetic
- ADD_DOUBLE - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Arithmetic
- ADD_DURATION_DURATION - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Arithmetic
- ADD_DURATION_TIMESTAMP - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Arithmetic
- ADD_INT64 - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Arithmetic
- ADD_LIST - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Arithmetic
- ADD_STRING - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Arithmetic
- ADD_TIMESTAMP_DURATION - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Arithmetic
- ADD_UINT64 - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Arithmetic
- addAffectedComponents(SourceInfo.Extension.Component) - Method in class dev.cel.expr.SourceInfo.Extension.Builder
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- addAffectedComponentsValue(int) - Method in class dev.cel.expr.SourceInfo.Extension.Builder
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- addAll(int, Collection<? extends E>) - Method in class dev.cel.common.values.ListValue
-
Deprecated.Unsupported operation.
- addAll(Collection<? extends E>) - Method in class dev.cel.common.values.ListValue
-
Deprecated.Unsupported operation.
- addAllAffectedComponents(Iterable<? extends SourceInfo.Extension.Component>) - Method in class dev.cel.expr.SourceInfo.Extension.Builder
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- addAllAffectedComponentsValue(Iterable<Integer>) - Method in class dev.cel.expr.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.
- addAllArgs(Iterable<? extends Expr>) - Method in class dev.cel.expr.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.
- addAllArgTypes(Iterable<? extends Type>) - Method in class dev.cel.expr.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.
- addAllElements(Iterable<? extends Expr>) - Method in class dev.cel.expr.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.
- addAllEntries(Iterable<? extends Expr.CreateStruct.Entry>) - Method in class dev.cel.expr.Expr.CreateStruct.Builder
-
The entries in the creation expression.
- addAllEntries(Iterable<? extends MapValue.Entry>) - Method in class dev.cel.expr.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.
- addAllErrors(Iterable<? extends Status>) - Method in class dev.cel.expr.ErrorSet.Builder
-
repeated .google.rpc.Status errors = 1; - addAllExprs(Iterable<? extends Long>) - Method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
-
The ids of the expressions with unknown values.
- addAllExprs(Iterable<? extends Long>) - Method in class dev.cel.expr.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.
- addAllExprSteps(Iterable<? extends Explain.ExprStep>) - Method in class dev.cel.expr.Explain.Builder
-
Deprecated.List of steps.
- addAllExtensions(CelSource.Extension...) - Method in class dev.cel.common.CelSource.Builder
-
Adds one or more
CelSource.Extensions to the source information. - addAllExtensions(Iterable<? extends CelSource.Extension>) - Method in class dev.cel.common.CelSource.Builder
-
Adds one or more
CelSource.Extensions to the source information. - addAllExtensions(Iterable<? extends SourceInfo.Extension>) - Method in class dev.cel.expr.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.
- addAllLineOffsets(Iterable<? extends Integer>) - Method in class dev.cel.expr.SourceInfo.Builder
-
Monotonically increasing list of code point offsets where newlines `\n` appear.
- addAllLineOffsets(Iterable<Integer>) - Method in class dev.cel.common.CelSource.Builder
- addAllMacroCalls(Map<Long, CelExpr>) - Method in class dev.cel.common.CelSource.Builder
- 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.
- addAllOptionalIndices(Iterable<? extends Integer>) - Method in class dev.cel.expr.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.
- addAllOverloadId(Iterable<String>) - Method in class dev.cel.expr.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.
- addAllOverloads(Iterable<? extends Decl.FunctionDecl.Overload>) - Method in class dev.cel.expr.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.
- addAllParameterTypes(Iterable<? extends Type>) - Method in class dev.cel.expr.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.
- addAllParams(Iterable<? extends Type>) - Method in class dev.cel.expr.Decl.FunctionDecl.Overload.Builder
-
List of function parameter [Type][cel.expr.Type] values.
- addAllResults(Iterable<? extends EvalState.Result>) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
An ordered list of results.
- addAllResults(Iterable<? extends EvalState.Result>) - Method in class dev.cel.expr.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.
- addAllTypeParams(Iterable<String>) - Method in class dev.cel.expr.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.
- addAllValues(Iterable<? extends ExprValue>) - Method in class dev.cel.expr.EvalState.Builder
-
The unique values referenced in this message.
- addAllValues(Iterable<? extends Value>) - Method in class dev.cel.expr.Explain.Builder
-
Deprecated.All of the observed values.
- addAllValues(Iterable<? extends Value>) - Method in class dev.cel.expr.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(int, Expr) - Method in class dev.cel.expr.Expr.Call.Builder
-
The arguments.
- addArgs(int, Expr.Builder) - Method in class dev.cel.expr.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(CelExpr...) - Method in class dev.cel.common.ast.CelExpr.CelCall.Builder
- addArgs(CelMutableExpr...) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableCall
- addArgs(Expr) - Method in class dev.cel.expr.Expr.Call.Builder
-
The arguments.
- addArgs(Expr.Builder) - Method in class dev.cel.expr.Expr.Call.Builder
-
The arguments.
- addArgs(Iterable<CelExpr>) - Method in class dev.cel.common.ast.CelExpr.CelCall.Builder
- 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() - Method in class dev.cel.expr.Expr.Call.Builder
-
The arguments.
- addArgsBuilder(int) - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
-
The arguments.
- addArgsBuilder(int) - Method in class dev.cel.expr.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(int, Type) - Method in class dev.cel.expr.Type.FunctionType.Builder
-
Argument types of the function.
- addArgTypes(int, Type.Builder) - Method in class dev.cel.expr.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.
- addArgTypes(Type) - Method in class dev.cel.expr.Type.FunctionType.Builder
-
Argument types of the function.
- addArgTypes(Type.Builder) - Method in class dev.cel.expr.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() - Method in class dev.cel.expr.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.
- addArgTypesBuilder(int) - Method in class dev.cel.expr.Type.FunctionType.Builder
-
Argument types of the function.
- addAstOptimizers(CelAstOptimizer...) - Method in interface dev.cel.optimizer.CelOptimizerBuilder
-
Adds one or more optimizer to perform custom AST optimizations.
- addAstOptimizers(Iterable<CelAstOptimizer>) - Method in interface dev.cel.optimizer.CelOptimizerBuilder
-
Adds one or more optimizer to perform custom AST optimizations.
- addAstValidators(CelAstValidator...) - Method in interface dev.cel.validator.CelValidatorBuilder
-
Adds one or more validator to perform custom AST validation.
- addAstValidators(Iterable<CelAstValidator>) - Method in interface dev.cel.validator.CelValidatorBuilder
-
Adds one or more validator to perform custom AST validation.
- addCompilerLibraries(CelCompilerLibrary...) - Method in interface dev.cel.bundle.CelBuilder
-
Adds one or more libraries for parsing and type-checking.
- addCompilerLibraries(Iterable<CelCompilerLibrary>) - Method in interface dev.cel.bundle.CelBuilder
-
Adds a collection of libraries for parsing and type-checking.
- addDeclarations(Decl...) - Method in interface dev.cel.bundle.CelBuilder
-
Add variable and function
declarationsto the CEL environment. - addDeclarations(Decl...) - Method in interface dev.cel.checker.CelCheckerBuilder
-
Add variable and function
declarationsto 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
declarationsto the CEL environment. - addDeclarations(Decl...) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
- addDeclarations(Iterable<Decl>) - Method in interface dev.cel.bundle.CelBuilder
-
Add variable and function
declarationsto the CEL environment. - addDeclarations(Iterable<Decl>) - Method in interface dev.cel.checker.CelCheckerBuilder
-
Add variable and function
declarationsto 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
declarationsto 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(int, Expr) - Method in class dev.cel.expr.Expr.CreateList.Builder
-
The elements part of the list.
- addElements(int, Expr.Builder) - Method in class dev.cel.expr.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.
- addElements(CelExpr...) - Method in class dev.cel.common.ast.CelExpr.CelList.Builder
- addElements(Expr) - Method in class dev.cel.expr.Expr.CreateList.Builder
-
The elements part of the list.
- addElements(Expr.Builder) - Method in class dev.cel.expr.Expr.CreateList.Builder
-
The elements part of the list.
- addElements(Iterable<CelExpr>) - Method in class dev.cel.common.ast.CelExpr.CelList.Builder
- addElementsBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
-
The elements part of the list.
- addElementsBuilder() - Method in class dev.cel.expr.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.
- addElementsBuilder(int) - Method in class dev.cel.expr.Expr.CreateList.Builder
-
The elements part of the list.
- addEliminableFunctions(Iterable<String>) - Method in class dev.cel.optimizer.optimizers.SubexpressionOptimizer.SubexpressionOptimizerOptions.Builder
-
Adds a collection of custom functions that will be a candidate for common subexpression elimination.
- addEliminableFunctions(String...) - Method in class dev.cel.optimizer.optimizers.SubexpressionOptimizer.SubexpressionOptimizerOptions.Builder
- 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(int, Expr.CreateStruct.Entry) - Method in class dev.cel.expr.Expr.CreateStruct.Builder
-
The entries in the creation expression.
- addEntries(int, Expr.CreateStruct.Entry.Builder) - Method in class dev.cel.expr.Expr.CreateStruct.Builder
-
The entries in the creation expression.
- addEntries(int, MapValue.Entry) - Method in class dev.cel.expr.MapValue.Builder
-
The set of map entries.
- addEntries(int, MapValue.Entry.Builder) - Method in class dev.cel.expr.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.
- addEntries(CelExpr.CelMap.Entry...) - Method in class dev.cel.common.ast.CelExpr.CelMap.Builder
- addEntries(CelExpr.CelStruct.Entry...) - Method in class dev.cel.common.ast.CelExpr.CelStruct.Builder
- addEntries(Expr.CreateStruct.Entry) - Method in class dev.cel.expr.Expr.CreateStruct.Builder
-
The entries in the creation expression.
- addEntries(Expr.CreateStruct.Entry.Builder) - Method in class dev.cel.expr.Expr.CreateStruct.Builder
-
The entries in the creation expression.
- addEntries(MapValue.Entry) - Method in class dev.cel.expr.MapValue.Builder
-
The set of map entries.
- addEntries(MapValue.Entry.Builder) - Method in class dev.cel.expr.MapValue.Builder
-
The set of map entries.
- addEntries(Iterable<CelExpr.CelMap.Entry>) - Method in class dev.cel.common.ast.CelExpr.CelMap.Builder
- addEntries(Iterable<CelExpr.CelStruct.Entry>) - Method in class dev.cel.common.ast.CelExpr.CelStruct.Builder
- 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() - Method in class dev.cel.expr.Expr.CreateStruct.Builder
-
The entries in the creation expression.
- addEntriesBuilder() - Method in class dev.cel.expr.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.
- addEntriesBuilder(int) - Method in class dev.cel.expr.Expr.CreateStruct.Builder
-
The entries in the creation expression.
- addEntriesBuilder(int) - Method in class dev.cel.expr.MapValue.Builder
-
The set of map entries.
- addError(long, String) - Method in class dev.cel.validator.CelAstValidator.IssuesFactory
-
Adds an error for the expression.
- addErrors(int, Status) - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
-
The errors in the set.
- addErrors(int, Status) - Method in class dev.cel.expr.ErrorSet.Builder
-
repeated .google.rpc.Status errors = 1; - addErrors(int, Status.Builder) - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
-
The errors in the set.
- addErrors(int, Status.Builder) - Method in class dev.cel.expr.ErrorSet.Builder
-
repeated .google.rpc.Status errors = 1; - addErrors(Status) - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
-
The errors in the set.
- addErrors(Status) - Method in class dev.cel.expr.ErrorSet.Builder
-
repeated .google.rpc.Status errors = 1; - addErrors(Status.Builder) - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
-
The errors in the set.
- addErrors(Status.Builder) - Method in class dev.cel.expr.ErrorSet.Builder
-
repeated .google.rpc.Status errors = 1; - addErrorsBuilder() - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
-
The errors in the set.
- addErrorsBuilder() - Method in class dev.cel.expr.ErrorSet.Builder
-
repeated .google.rpc.Status errors = 1; - addErrorsBuilder(int) - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
-
The errors in the set.
- addErrorsBuilder(int) - Method in class dev.cel.expr.ErrorSet.Builder
-
repeated .google.rpc.Status errors = 1; - addExprs(long) - Method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
-
The ids of the expressions with unknown values.
- addExprs(long) - Method in class dev.cel.expr.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(int, Explain.ExprStep) - Method in class dev.cel.expr.Explain.Builder
-
Deprecated.List of steps.
- addExprSteps(int, Explain.ExprStep.Builder) - Method in class dev.cel.expr.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.
- addExprSteps(Explain.ExprStep) - Method in class dev.cel.expr.Explain.Builder
-
Deprecated.List of steps.
- addExprSteps(Explain.ExprStep.Builder) - Method in class dev.cel.expr.Explain.Builder
-
Deprecated.List of steps.
- addExprStepsBuilder() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.List of steps.
- addExprStepsBuilder() - Method in class dev.cel.expr.Explain.Builder
-
Deprecated.List of steps.
- addExprStepsBuilder(int) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.List of steps.
- addExprStepsBuilder(int) - Method in class dev.cel.expr.Explain.Builder
-
Deprecated.List of steps.
- addExtensions(int, SourceInfo.Extension) - Method in class dev.cel.expr.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 dev.cel.expr.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 dev.cel.expr.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 dev.cel.expr.SourceInfo.Builder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- addExtensionsBuilder() - Method in class dev.cel.expr.SourceInfo.Builder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- addExtensionsBuilder(int) - Method in class dev.cel.expr.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.bundle.CelBuilder
-
Add all of the
Descriptors.FileDescriptors in aFileDescriptorSetto the use for type-checking, and for object creation at interpretation time. - addFileTypes(DescriptorProtos.FileDescriptorSet) - Method in interface dev.cel.checker.CelCheckerBuilder
-
Add all of the
Descriptors.FileDescriptors in aFileDescriptorSetto 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 aFileDescriptorSetto the use for type-checking, and for object creation at interpretation time. - addFileTypes(DescriptorProtos.FileDescriptorSet) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
- addFileTypes(DescriptorProtos.FileDescriptorSet) - Method in interface dev.cel.runtime.CelRuntimeBuilder
-
Add all of the
Descriptors.FileDescriptors in aFileDescriptorSetto the use for type-checking, and for object creation at interpretation time. - addFileTypes(DescriptorProtos.FileDescriptorSet) - Method in class dev.cel.runtime.CelRuntimeLegacyImpl.Builder
- addFileTypes(Descriptors.FileDescriptor...) - Method in interface dev.cel.bundle.CelBuilder
-
Add
Descriptors.FileDescriptors to the use for type-checking, and for object creation at interpretation time. - 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(Descriptors.FileDescriptor...) - Method in interface dev.cel.runtime.CelRuntimeBuilder
-
Add
Descriptors.FileDescriptors to the use for type-checking, and for object creation at interpretation time. - addFileTypes(Descriptors.FileDescriptor...) - Method in class dev.cel.runtime.CelRuntimeLegacyImpl.Builder
- addFileTypes(Iterable<Descriptors.FileDescriptor>) - Method in interface dev.cel.bundle.CelBuilder
-
Add
Descriptors.FileDescriptors to the use for type-checking, and for object creation at interpretation time. - 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
- addFileTypes(Iterable<Descriptors.FileDescriptor>) - Method in interface dev.cel.runtime.CelRuntimeBuilder
-
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.runtime.CelRuntimeLegacyImpl.Builder
- addFoldableFunctions(Iterable<String>) - Method in class dev.cel.optimizer.optimizers.ConstantFoldingOptimizer.ConstantFoldingOptions.Builder
-
Adds a collection of custom functions that will be a candidate for constant folding.
- addFoldableFunctions(String...) - Method in class dev.cel.optimizer.optimizers.ConstantFoldingOptimizer.ConstantFoldingOptions.Builder
- addFunctionBindings(CelRuntime.CelFunctionBinding...) - Method in interface dev.cel.bundle.CelBuilder
-
Add one or more
CelRuntime.CelFunctionBindingobjects to the CEL runtime. - addFunctionBindings(CelRuntime.CelFunctionBinding...) - Method in interface dev.cel.runtime.CelRuntimeBuilder
-
Add one or more
CelRuntime.CelFunctionBindingobjects to the CEL runtime. - addFunctionBindings(CelRuntime.CelFunctionBinding...) - Method in class dev.cel.runtime.CelRuntimeLegacyImpl.Builder
- addFunctionBindings(Iterable<CelRuntime.CelFunctionBinding>) - Method in interface dev.cel.bundle.CelBuilder
-
Bind a collection of
CelRuntime.CelFunctionBindingobjects to the runtime. - addFunctionBindings(Iterable<CelRuntime.CelFunctionBinding>) - Method in interface dev.cel.runtime.CelRuntimeBuilder
-
Bind a collection of
CelRuntime.CelFunctionBindingobjects to the runtime. - addFunctionBindings(Iterable<CelRuntime.CelFunctionBinding>) - Method in class dev.cel.runtime.CelRuntimeLegacyImpl.Builder
- addFunctionDeclarations(CelFunctionDecl...) - Method in interface dev.cel.bundle.CelBuilder
-
Add function declaration
CelFunctionDeclto the CEL environment. - addFunctionDeclarations(CelFunctionDecl...) - Method in interface dev.cel.checker.CelCheckerBuilder
-
Add function declaration
CelFunctionDeclto 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
CelFunctionDeclto the CEL environment - addFunctionDeclarations(CelFunctionDecl...) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
- addFunctionDeclarations(Iterable<CelFunctionDecl>) - Method in interface dev.cel.bundle.CelBuilder
-
Add function declaration
CelFunctionDeclto the CEL environment. - addFunctionDeclarations(Iterable<CelFunctionDecl>) - Method in interface dev.cel.checker.CelCheckerBuilder
-
Add function declaration
CelFunctionDeclto 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
CelFunctionDeclto the CEL environment - addFunctionDeclarations(Iterable<CelFunctionDecl>) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
- addInfo(long, String) - Method in class dev.cel.validator.CelAstValidator.IssuesFactory
-
Adds an info for the expression.
- 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(CelRuntimeLibrary...) - Method in interface dev.cel.runtime.CelRuntimeBuilder
-
Adds one or more libraries for runtime.
- addLibraries(CelRuntimeLibrary...) - Method in class dev.cel.runtime.CelRuntimeLegacyImpl.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
- addLibraries(Iterable<? extends CelRuntimeLibrary>) - Method in interface dev.cel.runtime.CelRuntimeBuilder
-
Adds a collection of libraries for runtime.
- addLibraries(Iterable<? extends CelRuntimeLibrary>) - Method in class dev.cel.runtime.CelRuntimeLegacyImpl.Builder
- addLineOffsets(int) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
Monotonically increasing list of code point offsets where newlines `\n` appear.
- addLineOffsets(int) - Method in class dev.cel.common.CelSource.Builder
- addLineOffsets(int) - Method in class dev.cel.expr.SourceInfo.Builder
-
Monotonically increasing list of code point offsets where newlines `\n` appear.
- addMacroCalls(long, CelExpr) - Method in class dev.cel.common.CelSource.Builder
- addMacroCalls(long, CelMutableExpr) - Method in class dev.cel.common.CelMutableSource
- addMacros(CelMacro...) - Method in interface dev.cel.bundle.CelBuilder
-
Registers the given macros, replacing any previous macros with the same key.
- 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.bundle.CelBuilder
-
Registers the given macros, replacing any previous macros with the same key.
- 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.bundle.CelBuilder
-
Add message
Descriptors.Descriptors to the use for type-checking and object creation at interpretation time. - 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(Descriptors.Descriptor...) - Method in interface dev.cel.runtime.CelRuntimeBuilder
-
Add message
Descriptors.Descriptors to the builder for type-checking and object creation at interpretation time. - addMessageTypes(Descriptors.Descriptor...) - Method in class dev.cel.runtime.CelRuntimeLegacyImpl.Builder
- addMessageTypes(Iterable<Descriptors.Descriptor>) - Method in interface dev.cel.bundle.CelBuilder
-
Add message
Descriptors.Descriptors to the use for type-checking and object creation at interpretation time. - 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
- addMessageTypes(Iterable<Descriptors.Descriptor>) - Method in interface dev.cel.runtime.CelRuntimeBuilder
-
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.runtime.CelRuntimeLegacyImpl.Builder
- addNonInlined(Registrar, CelOptions) - Static method in class dev.cel.runtime.StandardFunctions
-
Deprecated.Do not use. This only exists to maintain compatibility with the legacy async interpreter, will be removed in the future.
- 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.
- addOptionalIndices(int) - Method in class dev.cel.expr.Expr.CreateList.Builder
-
The indices within the elements list which are marked as optional elements.
- addOptionalIndices(Integer...) - Method in class dev.cel.common.ast.CelExpr.CelList.Builder
- addOptionalIndices(Iterable<Integer>) - Method in class dev.cel.common.ast.CelExpr.CelList.Builder
- 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.
- addOverloadId(String) - Method in class dev.cel.expr.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.
- addOverloadIdBytes(ByteString) - Method in class dev.cel.expr.Reference.Builder
-
For references to functions, this is a list of `Overload.overload_id` values which match according to typing rules.
- addOverloadIds(Iterable<String>) - Method in class dev.cel.common.ast.CelReference.Builder
- addOverloadIds(String...) - Method in class dev.cel.common.ast.CelReference.Builder
- 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(int, Decl.FunctionDecl.Overload) - Method in class dev.cel.expr.Decl.FunctionDecl.Builder
-
Required.
- addOverloads(int, Decl.FunctionDecl.Overload.Builder) - Method in class dev.cel.expr.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(Decl.FunctionDecl.Overload) - Method in class dev.cel.expr.Decl.FunctionDecl.Builder
-
Required.
- addOverloads(Decl.FunctionDecl.Overload.Builder) - Method in class dev.cel.expr.Decl.FunctionDecl.Builder
-
Required.
- 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() - Method in class dev.cel.expr.Decl.FunctionDecl.Builder
-
Required.
- addOverloadsBuilder(int) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
-
Required.
- addOverloadsBuilder(int) - Method in class dev.cel.expr.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(int, Type) - Method in class dev.cel.expr.Type.AbstractType.Builder
-
Parameter types for this abstract type.
- addParameterTypes(int, Type.Builder) - Method in class dev.cel.expr.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(Type) - Method in class dev.cel.expr.Type.AbstractType.Builder
-
Parameter types for this abstract type.
- addParameterTypes(Type.Builder) - Method in class dev.cel.expr.Type.AbstractType.Builder
-
Parameter types for this abstract type.
- 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() - Method in class dev.cel.expr.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.
- addParameterTypesBuilder(int) - Method in class dev.cel.expr.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(int, Type) - Method in class dev.cel.expr.Decl.FunctionDecl.Overload.Builder
-
List of function parameter [Type][cel.expr.Type] values.
- addParams(int, Type.Builder) - Method in class dev.cel.expr.Decl.FunctionDecl.Overload.Builder
-
List of function parameter [Type][cel.expr.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.
- addParams(Type) - Method in class dev.cel.expr.Decl.FunctionDecl.Overload.Builder
-
List of function parameter [Type][cel.expr.Type] values.
- addParams(Type.Builder) - Method in class dev.cel.expr.Decl.FunctionDecl.Overload.Builder
-
List of function parameter [Type][cel.expr.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() - Method in class dev.cel.expr.Decl.FunctionDecl.Overload.Builder
-
List of function parameter [Type][cel.expr.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.
- addParamsBuilder(int) - Method in class dev.cel.expr.Decl.FunctionDecl.Overload.Builder
-
List of function parameter [Type][cel.expr.Type] values.
- addPositions(long, int) - Method in class dev.cel.common.CelSource.Builder
- addPositionsMap(Map<Long, Integer>) - Method in class dev.cel.common.CelSource.Builder
- addProtoTypeMasks(ProtoTypeMask...) - Method in interface dev.cel.bundle.CelBuilder
-
Add one or more
ProtoTypeMaskvalues. - addProtoTypeMasks(ProtoTypeMask...) - Method in interface dev.cel.checker.CelCheckerBuilder
-
Add one or more
ProtoTypeMaskvalues. - addProtoTypeMasks(ProtoTypeMask...) - Method in class dev.cel.checker.CelCheckerLegacyImpl.Builder
- addProtoTypeMasks(ProtoTypeMask...) - Method in interface dev.cel.compiler.CelCompilerBuilder
-
Add one or more
ProtoTypeMaskvalues. - addProtoTypeMasks(ProtoTypeMask...) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
- addProtoTypeMasks(Iterable<ProtoTypeMask>) - Method in interface dev.cel.bundle.CelBuilder
-
Add one or more
ProtoTypeMaskvalues. - addProtoTypeMasks(Iterable<ProtoTypeMask>) - Method in interface dev.cel.checker.CelCheckerBuilder
-
Add one or more
ProtoTypeMaskvalues. - 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
ProtoTypeMaskvalues. - 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(int, EvalState.Result) - Method in class dev.cel.expr.EvalState.Builder
-
An ordered list of results.
- addResults(int, EvalState.Result.Builder) - Method in class dev.cel.expr.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.
- addResults(EvalState.Result) - Method in class dev.cel.expr.EvalState.Builder
-
An ordered list of results.
- addResults(EvalState.Result.Builder) - Method in class dev.cel.expr.EvalState.Builder
-
An ordered list of results.
- addResultsBuilder() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
An ordered list of results.
- addResultsBuilder() - Method in class dev.cel.expr.EvalState.Builder
-
An ordered list of results.
- addResultsBuilder(int) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
An ordered list of results.
- addResultsBuilder(int) - Method in class dev.cel.expr.EvalState.Builder
-
An ordered list of results.
- addRuntimeLibraries(CelRuntimeLibrary...) - Method in interface dev.cel.bundle.CelBuilder
-
Adds one or more libraries for runtime.
- addRuntimeLibraries(Iterable<CelRuntimeLibrary>) - Method in interface dev.cel.bundle.CelBuilder
-
Adds a collection of libraries for runtime.
- addTypeParams(String) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
The type param names associated with the function declaration.
- addTypeParams(String) - Method in class dev.cel.expr.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.
- addTypeParamsBytes(ByteString) - Method in class dev.cel.expr.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(int, ExprValue) - Method in class dev.cel.expr.EvalState.Builder
-
The unique values referenced in this message.
- addValues(int, ExprValue.Builder) - Method in class dev.cel.expr.EvalState.Builder
-
The unique values referenced in this message.
- addValues(int, Value) - Method in class dev.cel.expr.Explain.Builder
-
Deprecated.All of the observed values.
- addValues(int, Value) - Method in class dev.cel.expr.ListValue.Builder
-
The ordered values in the list.
- addValues(int, Value.Builder) - Method in class dev.cel.expr.Explain.Builder
-
Deprecated.All of the observed values.
- addValues(int, Value.Builder) - Method in class dev.cel.expr.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.
- addValues(ExprValue) - Method in class dev.cel.expr.EvalState.Builder
-
The unique values referenced in this message.
- addValues(ExprValue.Builder) - Method in class dev.cel.expr.EvalState.Builder
-
The unique values referenced in this message.
- addValues(Value) - Method in class dev.cel.expr.Explain.Builder
-
Deprecated.All of the observed values.
- addValues(Value) - Method in class dev.cel.expr.ListValue.Builder
-
The ordered values in the list.
- addValues(Value.Builder) - Method in class dev.cel.expr.Explain.Builder
-
Deprecated.All of the observed values.
- addValues(Value.Builder) - Method in class dev.cel.expr.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() - Method in class dev.cel.expr.EvalState.Builder
-
The unique values referenced in this message.
- addValuesBuilder() - Method in class dev.cel.expr.Explain.Builder
-
Deprecated.All of the observed values.
- addValuesBuilder() - Method in class dev.cel.expr.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.
- addValuesBuilder(int) - Method in class dev.cel.expr.EvalState.Builder
-
The unique values referenced in this message.
- addValuesBuilder(int) - Method in class dev.cel.expr.Explain.Builder
-
Deprecated.All of the observed values.
- addValuesBuilder(int) - Method in class dev.cel.expr.ListValue.Builder
-
The ordered values in the list.
- addVar(String, CelType) - Method in interface dev.cel.bundle.CelBuilder
-
Add a variable declaration with a given
nameandCelType. - addVar(String, CelType) - Method in interface dev.cel.compiler.CelCompilerBuilder
-
Add a variable declaration with a given
nameandCelType. - addVar(String, CelType) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
- addVar(String, Type) - Method in interface dev.cel.bundle.CelBuilder
-
Add a variable declaration with a given
nameandType. - addVar(String, Type) - Method in interface dev.cel.compiler.CelCompilerBuilder
-
Add a variable declaration with a given
nameand proto basedType. - addVar(String, Type) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
- addVarDeclarations(CelVarDecl...) - Method in interface dev.cel.bundle.CelBuilder
-
Add variable declaration
CelVarDeclto the CEL environment. - addVarDeclarations(CelVarDecl...) - Method in interface dev.cel.checker.CelCheckerBuilder
-
Add variable declaration
CelVarDeclto 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
CelVarDeclto the CEL environment. - addVarDeclarations(CelVarDecl...) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
- addVarDeclarations(Iterable<CelVarDecl>) - Method in interface dev.cel.bundle.CelBuilder
-
Add variable declaration
CelVarDeclto the CEL environment. - addVarDeclarations(Iterable<CelVarDecl>) - Method in interface dev.cel.checker.CelCheckerBuilder
-
Add variable declaration
CelVarDeclto 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
CelVarDeclto the CEL environment. - addVarDeclarations(Iterable<CelVarDecl>) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
- addWarning(long, String) - Method in class dev.cel.validator.CelAstValidator.IssuesFactory
-
Adds a warning for the expression.
- advanceEvaluation(UnknownContext) - Method in class dev.cel.runtime.CelRuntime.Program
-
Advance evaluation based on the current unknown context.
- AFFECTED_COMPONENTS_FIELD_NUMBER - Static variable in class dev.cel.expr.SourceInfo.Extension
- ALL - dev.cel.parser.CelStandardMacro
-
Boolean comprehension which asserts that a predicate holds true for all elements in the input range.
- ALL - dev.cel.parser.Operator
- allNodes() - Method in class dev.cel.common.navigation.CelNavigableExpr
- allNodes() - Method in class dev.cel.common.navigation.CelNavigableMutableExpr
- allNodes(TraversalOrder) - Method in class dev.cel.common.navigation.CelNavigableExpr
- allNodes(TraversalOrder) - Method in class dev.cel.common.navigation.CelNavigableMutableExpr
- AMBIGUOUS_OVERLOAD - dev.cel.common.CelErrorCode
-
Multiple matching overloads found.
- ANY - com.google.api.expr.v1alpha1.Type.WellKnownType
-
Well-known protobuf.Any type.
- ANY - dev.cel.common.types.CelKind
- ANY - dev.cel.expr.Type.WellKnownType
-
Well-known protobuf.Any type.
- ANY - Static variable in class dev.cel.checker.Types
- ANY - Static variable in class dev.cel.common.types.CelProtoTypes
- ANY - Static variable in class dev.cel.common.types.CelV1AlphaTypes
- ANY - Static variable in class dev.cel.common.types.SimpleType
- ANY_MESSAGE - Static variable in class dev.cel.checker.Types
- ANY_MESSAGE - Static variable in class dev.cel.common.types.CelTypes
- ANY_MESSAGE - Static variable in class dev.cel.common.types.CelV1AlphaTypes
- ANY_VALUE - dev.cel.common.internal.WellKnownProto
- ANY_VALUE - Static variable in enum com.google.api.expr.v1alpha1.Type.WellKnownType
-
Well-known protobuf.Any type.
- ANY_VALUE - Static variable in enum dev.cel.expr.Type.WellKnownType
-
Well-known protobuf.Any type.
- apply(Object[]) - Method in interface dev.cel.runtime.FunctionOverload
-
Evaluate a set of arguments throwing a
CelExceptionon error. - apply(T) - Method in interface dev.cel.runtime.FunctionOverload.Unary
- apply(T1, T2) - Method in interface dev.cel.runtime.FunctionOverload.Binary
- ARG_TYPES_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Type.FunctionType
- ARG_TYPES_FIELD_NUMBER - Static variable in class dev.cel.expr.Type.FunctionType
- args - Variable in class cel.parser.internal.CELParser.IdentOrGlobalCallContext
- args - Variable in class cel.parser.internal.CELParser.MemberCallContext
- args() - Method in class dev.cel.common.ast.CelExpr.CelCall
- args() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableCall
- args() - Method in interface dev.cel.common.ast.Expression.Call
-
Arguments to the call.
- ARGS_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.Call
- ARGS_FIELD_NUMBER - Static variable in class dev.cel.expr.Expr.Call
- AS_BOOL - dev.cel.runtime.CelAttribute.Qualifier.Kind
- AS_INT - dev.cel.runtime.CelAttribute.Qualifier.Kind
- AS_STRING - dev.cel.runtime.CelAttribute.Qualifier.Kind
- AS_UINT - dev.cel.runtime.CelAttribute.Qualifier.Kind
- asBool() - Method in class dev.cel.runtime.CelAttribute.Qualifier
- asInt() - Method in class dev.cel.runtime.CelAttribute.Qualifier
- asString() - Method in class dev.cel.runtime.CelAttribute.Qualifier
- ast - Variable in class dev.cel.parser.CelUnparserVisitor
- AstMutator - Class in dev.cel.optimizer
-
AstMutator contains logic for mutating a
CelAbstractSyntaxTree. - AstMutator.MangledComprehensionAst - Class in dev.cel.optimizer
-
Intermediate value class to store the mangled identifiers for iteration variable and the comprehension result.
- AstMutator.MangledComprehensionName - Class in dev.cel.optimizer
-
Intermediate value class to store the mangled names for iteration variable and the comprehension result.
- AstMutator.MangledComprehensionType - Class in dev.cel.optimizer
-
Intermediate value class to store the types for iter_var and comprehension result of which its identifier names are being mangled.
- asUint() - Method in class dev.cel.runtime.CelAttribute.Qualifier
- ATTRIBUTE_NOT_FOUND - dev.cel.common.CelErrorCode
-
Map or object access using an unknown attribute.
- attributes() - Method in class dev.cel.runtime.CelUnknownSet
-
Set of attributes with a series of selection or index operations marked unknown.
B
- backwardConverter() - Method in class dev.cel.common.internal.BidiConverter
-
Return the
Converterwhich adapts from CEL values to proto values. - BAD_FORMAT - dev.cel.common.CelErrorCode
-
Conversion failed due to a mismatch in format specification.
- BasicCodePointArray - Class in dev.cel.common.internal
-
An array of code points that contain code points from both the Latin-1 character set and Basic Multilingual Plane.
- BasicCodePointArray() - Constructor for class dev.cel.common.internal.BasicCodePointArray
- BidiConverter<A,B> - Class in dev.cel.common.internal
-
The
BidiConverteris a bidirectional converter which containsConverterobjects to forward convert from proto to CEL and backward convert from CEL to proto. - BidiConverter() - Constructor for class dev.cel.common.internal.BidiConverter
- BIND_DEFAULT - dev.cel.common.CelOptions.ProtoUnsetFieldOptions
- bindings() - Static method in class dev.cel.extensions.CelExtensions
-
Local variable binding macro(s).
- BOOL - com.google.api.expr.v1alpha1.Type.PrimitiveType
-
Boolean type.
- BOOL - dev.cel.checker.CelStandardDeclarations.StandardIdentifier
- BOOL - dev.cel.common.types.CelKind
- BOOL - dev.cel.expr.Type.PrimitiveType
-
Boolean type.
- BOOL - dev.cel.runtime.CelStandardFunctions.StandardFunction
- BOOL - Static variable in class dev.cel.checker.Types
- BOOL - Static variable in class dev.cel.common.types.CelProtoTypes
- BOOL - Static variable in class dev.cel.common.types.CelV1AlphaTypes
- BOOL - Static variable in class dev.cel.common.types.SimpleType
- BOOL_TO_BOOL - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Conversions
- BOOL_VALUE - com.google.api.expr.v1alpha1.Constant.ConstantKindCase
- BOOL_VALUE - com.google.api.expr.v1alpha1.Value.KindCase
- BOOL_VALUE - dev.cel.common.internal.WellKnownProto
- BOOL_VALUE - dev.cel.expr.Constant.ConstantKindCase
- BOOL_VALUE - dev.cel.expr.Value.KindCase
- BOOL_VALUE - Static variable in enum com.google.api.expr.v1alpha1.Type.PrimitiveType
-
Boolean type.
- BOOL_VALUE - Static variable in enum dev.cel.expr.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_VALUE_FIELD_NUMBER - Static variable in class dev.cel.expr.Constant
- BOOL_VALUE_FIELD_NUMBER - Static variable in class dev.cel.expr.Value
- BOOL_WRAPPER_MESSAGE - Static variable in class dev.cel.checker.Types
- BOOL_WRAPPER_MESSAGE - Static variable in class dev.cel.common.types.CelTypes
- BOOL_WRAPPER_MESSAGE - Static variable in class dev.cel.common.types.CelV1AlphaTypes
- BOOLEAN_VALUE - dev.cel.common.ast.CelConstant.Kind
- booleanValue() - Method in class dev.cel.common.ast.CelConstant
- BoolFalseContext(CELParser.LiteralContext) - Constructor for class cel.parser.internal.CELParser.BoolFalseContext
- BoolTrueContext(CELParser.LiteralContext) - Constructor for class cel.parser.internal.CELParser.BoolTrueContext
- BoolValue - Class in dev.cel.common.values
-
BoolValue is a simple CelValue wrapper around Java booleans.
- BoolValue() - Constructor for class dev.cel.common.values.BoolValue
- 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.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.bundle.CelBuilder
-
Construct a new
Celinstance from the provided configuration. - 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.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.ast.CelExpr.Builder
- build() - Method in class dev.cel.common.ast.CelExpr.CelCall.Builder
- build() - Method in class dev.cel.common.ast.CelExpr.CelComprehension.Builder
- build() - Method in class dev.cel.common.ast.CelExpr.CelIdent.Builder
- build() - Method in class dev.cel.common.ast.CelExpr.CelList.Builder
- build() - Method in class dev.cel.common.ast.CelExpr.CelMap.Builder
- build() - Method in class dev.cel.common.ast.CelExpr.CelMap.Entry.Builder
- build() - Method in class dev.cel.common.ast.CelExpr.CelSelect.Builder
- build() - Method in class dev.cel.common.ast.CelExpr.CelStruct.Builder
- build() - Method in class dev.cel.common.ast.CelExpr.CelStruct.Entry.Builder
- build() - Method in class dev.cel.common.ast.CelReference.Builder
- build() - Method in class dev.cel.common.CelDescriptors.Builder
- 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.CelOptions.Builder
- build() - Method in class dev.cel.common.CelOverloadDecl.Builder
-
Build a new instance of the
CelOverloadDecl - build() - Method in class dev.cel.common.CelSource.Builder
- 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 class dev.cel.expr.CheckedExpr.Builder
- build() - Method in class dev.cel.expr.Constant.Builder
- build() - Method in class dev.cel.expr.Decl.Builder
- build() - Method in class dev.cel.expr.Decl.FunctionDecl.Builder
- build() - Method in class dev.cel.expr.Decl.FunctionDecl.Overload.Builder
- build() - Method in class dev.cel.expr.Decl.IdentDecl.Builder
- build() - Method in class dev.cel.expr.EnumValue.Builder
- build() - Method in class dev.cel.expr.ErrorSet.Builder
- build() - Method in class dev.cel.expr.EvalState.Builder
- build() - Method in class dev.cel.expr.EvalState.Result.Builder
- build() - Method in class dev.cel.expr.Explain.Builder
-
Deprecated.
- build() - Method in class dev.cel.expr.Explain.ExprStep.Builder
-
Deprecated.
- build() - Method in class dev.cel.expr.Expr.Builder
- build() - Method in class dev.cel.expr.Expr.Call.Builder
- build() - Method in class dev.cel.expr.Expr.Comprehension.Builder
- build() - Method in class dev.cel.expr.Expr.CreateList.Builder
- build() - Method in class dev.cel.expr.Expr.CreateStruct.Builder
- build() - Method in class dev.cel.expr.Expr.CreateStruct.Entry.Builder
- build() - Method in class dev.cel.expr.Expr.Ident.Builder
- build() - Method in class dev.cel.expr.Expr.Select.Builder
- build() - Method in class dev.cel.expr.ExprValue.Builder
- build() - Method in class dev.cel.expr.ListValue.Builder
- build() - Method in class dev.cel.expr.MapValue.Builder
- build() - Method in class dev.cel.expr.MapValue.Entry.Builder
- build() - Method in class dev.cel.expr.ParsedExpr.Builder
- build() - Method in class dev.cel.expr.Reference.Builder
- build() - Method in class dev.cel.expr.SourceInfo.Builder
- build() - Method in class dev.cel.expr.SourceInfo.Extension.Builder
- build() - Method in class dev.cel.expr.SourceInfo.Extension.Version.Builder
- build() - Method in class dev.cel.expr.Type.AbstractType.Builder
- build() - Method in class dev.cel.expr.Type.Builder
- build() - Method in class dev.cel.expr.Type.FunctionType.Builder
- build() - Method in class dev.cel.expr.Type.ListType.Builder
- build() - Method in class dev.cel.expr.Type.MapType.Builder
- build() - Method in class dev.cel.expr.UnknownSet.Builder
- build() - Method in class dev.cel.expr.Value.Builder
- build() - Method in interface dev.cel.optimizer.CelOptimizerBuilder
-
Build a new instance of the
CelOptimizer. - build() - Method in class dev.cel.optimizer.optimizers.ConstantFoldingOptimizer.ConstantFoldingOptions.Builder
- build() - Method in class dev.cel.optimizer.optimizers.SubexpressionOptimizer.SubexpressionOptimizerOptions.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
- build() - Method in interface dev.cel.runtime.CelRuntimeBuilder
-
Build a new instance of the
CelRuntime. - build() - Method in class dev.cel.runtime.CelRuntimeLegacyImpl.Builder
-
Build a new
CelRuntimeLegacyImplinstance from the builder config. - build() - Method in class dev.cel.runtime.CelStandardFunctions.Builder
- build() - Method in class dev.cel.runtime.InterpreterException.Builder
- build() - Method in class dev.cel.runtime.RuntimeUnknownResolver.Builder
- build() - Method in interface dev.cel.validator.CelValidatorBuilder
-
Build a new instance of the
CelValidator. - builder() - Static method in class dev.cel.common.CelDescriptors
- builder() - Static method in class dev.cel.common.navigation.CelNavigableExpr
-
Create a new builder to construct a
CelNavigableExprinstance. - builder() - Static method in class dev.cel.common.navigation.CelNavigableMutableExpr
-
Create a new builder to construct a
CelNavigableExprinstance. - builder() - Static method in class dev.cel.runtime.RuntimeUnknownResolver
- Builder() - Constructor for class dev.cel.checker.CelIdentDecl.Builder
- Builder() - Constructor for class dev.cel.common.ast.CelExpr.Builder
- Builder() - Constructor for class dev.cel.common.ast.CelExpr.CelCall.Builder
- Builder() - Constructor for class dev.cel.common.ast.CelExpr.CelComprehension.Builder
- Builder() - Constructor for class dev.cel.common.ast.CelExpr.CelIdent.Builder
- Builder() - Constructor for class dev.cel.common.ast.CelExpr.CelList.Builder
- Builder() - Constructor for class dev.cel.common.ast.CelExpr.CelMap.Builder
- Builder() - Constructor for class dev.cel.common.ast.CelExpr.CelMap.Entry.Builder
- Builder() - Constructor for class dev.cel.common.ast.CelExpr.CelSelect.Builder
- Builder() - Constructor for class dev.cel.common.ast.CelExpr.CelStruct.Builder
- Builder() - Constructor for class dev.cel.common.ast.CelExpr.CelStruct.Entry.Builder
- Builder() - Constructor for class dev.cel.common.ast.CelReference.Builder
- Builder() - Constructor for class dev.cel.common.CelDescriptors.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
- Builder() - Constructor for class dev.cel.common.navigation.CelNavigableExpr.Builder
- Builder() - Constructor for class dev.cel.common.navigation.CelNavigableMutableExpr.Builder
- Builder(RuntimeException, String, Object...) - Constructor for class dev.cel.runtime.InterpreterException.Builder
- Builder(String, Object...) - Constructor for class dev.cel.runtime.InterpreterException.Builder
- builderFromInstance() - Method in class dev.cel.common.navigation.CelNavigableExpr
- builderFromInstance() - Method in class dev.cel.common.navigation.CelNavigableMutableExpr
- 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.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
- buildPartial() - Method in class dev.cel.expr.CheckedExpr.Builder
- buildPartial() - Method in class dev.cel.expr.Constant.Builder
- buildPartial() - Method in class dev.cel.expr.Decl.Builder
- buildPartial() - Method in class dev.cel.expr.Decl.FunctionDecl.Builder
- buildPartial() - Method in class dev.cel.expr.Decl.FunctionDecl.Overload.Builder
- buildPartial() - Method in class dev.cel.expr.Decl.IdentDecl.Builder
- buildPartial() - Method in class dev.cel.expr.EnumValue.Builder
- buildPartial() - Method in class dev.cel.expr.ErrorSet.Builder
- buildPartial() - Method in class dev.cel.expr.EvalState.Builder
- buildPartial() - Method in class dev.cel.expr.EvalState.Result.Builder
- buildPartial() - Method in class dev.cel.expr.Explain.Builder
-
Deprecated.
- buildPartial() - Method in class dev.cel.expr.Explain.ExprStep.Builder
-
Deprecated.
- buildPartial() - Method in class dev.cel.expr.Expr.Builder
- buildPartial() - Method in class dev.cel.expr.Expr.Call.Builder
- buildPartial() - Method in class dev.cel.expr.Expr.Comprehension.Builder
- buildPartial() - Method in class dev.cel.expr.Expr.CreateList.Builder
- buildPartial() - Method in class dev.cel.expr.Expr.CreateStruct.Builder
- buildPartial() - Method in class dev.cel.expr.Expr.CreateStruct.Entry.Builder
- buildPartial() - Method in class dev.cel.expr.Expr.Ident.Builder
- buildPartial() - Method in class dev.cel.expr.Expr.Select.Builder
- buildPartial() - Method in class dev.cel.expr.ExprValue.Builder
- buildPartial() - Method in class dev.cel.expr.ListValue.Builder
- buildPartial() - Method in class dev.cel.expr.MapValue.Builder
- buildPartial() - Method in class dev.cel.expr.MapValue.Entry.Builder
- buildPartial() - Method in class dev.cel.expr.ParsedExpr.Builder
- buildPartial() - Method in class dev.cel.expr.Reference.Builder
- buildPartial() - Method in class dev.cel.expr.SourceInfo.Builder
- buildPartial() - Method in class dev.cel.expr.SourceInfo.Extension.Builder
- buildPartial() - Method in class dev.cel.expr.SourceInfo.Extension.Version.Builder
- buildPartial() - Method in class dev.cel.expr.Type.AbstractType.Builder
- buildPartial() - Method in class dev.cel.expr.Type.Builder
- buildPartial() - Method in class dev.cel.expr.Type.FunctionType.Builder
- buildPartial() - Method in class dev.cel.expr.Type.ListType.Builder
- buildPartial() - Method in class dev.cel.expr.Type.MapType.Builder
- buildPartial() - Method in class dev.cel.expr.UnknownSet.Builder
- buildPartial() - Method in class dev.cel.expr.Value.Builder
- BYTES - com.google.api.expr.v1alpha1.Type.PrimitiveType
-
Bytes type.
- BYTES - dev.cel.checker.CelStandardDeclarations.StandardIdentifier
- BYTES - dev.cel.common.types.CelKind
- BYTES - dev.cel.expr.Type.PrimitiveType
-
Bytes type.
- BYTES - dev.cel.runtime.CelStandardFunctions.StandardFunction
- 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 - Static variable in class dev.cel.common.types.CelProtoTypes
- BYTES - Static variable in class dev.cel.common.types.CelV1AlphaTypes
- BYTES - Static variable in class dev.cel.common.types.SimpleType
- BYTES() - Method in class cel.parser.internal.CELParser.BytesContext
- BYTES_SIZE - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Size
- BYTES_TO_BYTES - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Conversions
- BYTES_TO_STRING - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Conversions
- BYTES_VALUE - com.google.api.expr.v1alpha1.Constant.ConstantKindCase
- BYTES_VALUE - com.google.api.expr.v1alpha1.Value.KindCase
- BYTES_VALUE - dev.cel.common.ast.CelConstant.Kind
- BYTES_VALUE - dev.cel.common.internal.WellKnownProto
- BYTES_VALUE - dev.cel.expr.Constant.ConstantKindCase
- BYTES_VALUE - dev.cel.expr.Value.KindCase
- BYTES_VALUE - Static variable in enum com.google.api.expr.v1alpha1.Type.PrimitiveType
-
Bytes type.
- BYTES_VALUE - Static variable in enum dev.cel.expr.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_VALUE_FIELD_NUMBER - Static variable in class dev.cel.expr.Constant
- BYTES_VALUE_FIELD_NUMBER - Static variable in class dev.cel.expr.Value
- BYTES_WRAPPER_MESSAGE - Static variable in class dev.cel.checker.Types
- BYTES_WRAPPER_MESSAGE - Static variable in class dev.cel.common.types.CelTypes
- BYTES_WRAPPER_MESSAGE - Static variable in class dev.cel.common.types.CelV1AlphaTypes
- BytesContext(CELParser.LiteralContext) - Constructor for class cel.parser.internal.CELParser.BytesContext
- bytesValue() - Method in class dev.cel.common.ast.CelConstant
- BytesValue - Class in dev.cel.common.values
-
BytesValue is a simple CelValue wrapper around CelByteString (immutable byte string).
- BytesValue() - Constructor for class dev.cel.common.values.BytesValue
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.CelExpr.Builder
-
Gets the underlying call expression.
- call() - Method in class dev.cel.common.ast.CelExpr
-
Gets the underlying call expression.
- call() - Method in class dev.cel.common.ast.CelExpr.ExprKind
- call() - Method in class dev.cel.common.ast.CelMutableExpr
- call() - Method in interface dev.cel.common.ast.Expression
-
Gets the underlying call expression.
- CALL - dev.cel.common.ast.CelExpr.ExprKind.Kind
- CALL_EXPR - com.google.api.expr.v1alpha1.Expr.ExprKindCase
- CALL_EXPR - dev.cel.expr.Expr.ExprKindCase
- CALL_EXPR_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr
- CALL_EXPR_FIELD_NUMBER - Static variable in class dev.cel.expr.Expr
- callback(CelExpr, Object) - Method in interface dev.cel.runtime.CelEvaluationListener
-
Callback method invoked by the CEL runtime as evaluation progresses through the AST.
- callOrDefault() - Method in class dev.cel.common.ast.CelExpr
-
Gets the underlying call expression or a default instance of one if expression is not
CelExpr.ExprKind.Kind.CALL. - canHandle(Object[]) - Method in interface dev.cel.runtime.ResolvedOverload
-
Returns true if the overload's expected argument types match the types of the given arguments.
- Cel - Interface in dev.cel.bundle
-
Cel interface for parse, type-check, and evaluation of CEL programs.
- 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
- CelAbstractSyntaxTree - Class in dev.cel.common
-
Represents a checked or unchecked expression, its source, and related metadata such as source position information.
- CelAbstractSyntaxTree() - Constructor for class dev.cel.common.CelAbstractSyntaxTree
- CelAstOptimizer - Interface in dev.cel.optimizer
-
Public interface for performing a single, custom optimization on an AST.
- CelAstOptimizer.OptimizationResult - Class in dev.cel.optimizer
-
Denotes the result of a single optimization pass on an AST.
- CelAstValidator - Interface in dev.cel.validator
-
Public interface for performing a single, custom validation on an AST.
- CelAstValidator.IssuesFactory - Class in dev.cel.validator
-
Factory for populating issues while performing AST validation.
- CelAttribute - Class in dev.cel.runtime
-
CelAttribute represents the select path from the root (.) to a single leaf value that may be derived from the activation (e.g.
- CelAttribute() - Constructor for class dev.cel.runtime.CelAttribute
- CelAttribute.Qualifier - Class in dev.cel.runtime
-
Representation of a single select qualifier or index.
- CelAttribute.Qualifier.Kind - Enum in dev.cel.runtime
-
Legal attribute qualifier kinds.
- CelAttributePattern - Class in dev.cel.runtime
-
A Pattern for matching against
CelAttributes. - CelAttributePattern() - Constructor for class dev.cel.runtime.CelAttributePattern
- CelAttributeResolver - Interface in dev.cel.runtime
-
Resolver for attribute lookups at runtime.
- 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
- CelBuilder - Interface in dev.cel.bundle
-
Interface for building an instance of Cel.
- CelByteString - Class in dev.cel.common.values
-
CelByteString is an immutable sequence of a byte array.
- CelCall() - Constructor for class dev.cel.common.ast.CelExpr.CelCall
- 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
-
CelCheckerimplementation 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
CelCheckerimplementation. - CelCheckerLibrary - Interface in dev.cel.checker
-
CelCheckerLibrary defines the interface to extend functionalities beyond the CEL standard functions for
CelChecker. - CelCodePointArray - Class in dev.cel.common.internal
-
Represents an in-memory read-only contiguous source of Unicode code points.
- 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
compilemethod. - 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. - CelComprehension() - Constructor for class dev.cel.common.ast.CelExpr.CelComprehension
- CelConstant - Class in dev.cel.common.ast
-
Represents a primitive literal.
- CelConstant() - Constructor for class dev.cel.common.ast.CelConstant
- CelConstant.CelConstantNotSet - Class in dev.cel.common.ast
-
An unset constant.
- CelConstant.Kind - Enum in dev.cel.common.ast
-
Represents the type of the Constant
- CelConstantNotSet() - Constructor for class dev.cel.common.ast.CelConstant.CelConstantNotSet
- celConstantToExprConstant(CelConstant) - Static method in class dev.cel.common.ast.CelExprConverter
-
Converts a proto-based
Constantto CEL native representation ofCelConstant. - celConstantToExprConstant(CelConstant) - Static method in class dev.cel.common.ast.CelExprV1Alpha1Converter
-
Converts a proto-based
Constantto CEL native representation ofCelConstant. - CelDescriptorPool - Interface in dev.cel.common.internal
-
CelDescriptorPoolallows lookup of descriptors for message types and field descriptors for Proto2 extension messages. - CelDescriptors - Class in dev.cel.common
-
Value object containing multiple set of descriptors to be provided into the CEL environment.
- CelDescriptors() - Constructor for class dev.cel.common.CelDescriptors
- CelDescriptors.Builder - Class in dev.cel.common
-
Builder for configuring the CelDescriptors
- CelDescriptorUtil - Class in dev.cel.common
-
Utility class for working with protobuf descriptors.
- CelEncoderExtensions - Class in dev.cel.extensions
-
Internal implementation of Encoder Extensions.
- CelEncoderExtensions() - Constructor for class dev.cel.extensions.CelEncoderExtensions
- CelErrorCode - Enum in dev.cel.common
-
The canonical error codes for CEL
- CelEvaluationException - Exception in dev.cel.runtime
-
CelEvaluationException encapsulates the potential issues which could arise during the configuration or evaluation of an expression
Program. - CelEvaluationException(String) - Constructor for exception dev.cel.runtime.CelEvaluationException
- CelEvaluationException(String, CelErrorCode) - Constructor for exception dev.cel.runtime.CelEvaluationException
- CelEvaluationException(String, Throwable) - Constructor for exception dev.cel.runtime.CelEvaluationException
- CelEvaluationException(String, Throwable, CelErrorCode) - Constructor for exception dev.cel.runtime.CelEvaluationException
- CelEvaluationListener - Interface in dev.cel.runtime
-
Functional interface for a callback method invoked by the runtime.
- CelException - Exception in dev.cel.common
-
Base class for all checked exceptions explicitly thrown by the library.
- CelException(String) - Constructor for exception dev.cel.common.CelException
- CelException(String, CelErrorCode) - Constructor for exception dev.cel.common.CelException
- CelException(String, Throwable) - Constructor for exception dev.cel.common.CelException
- CelException(String, Throwable, CelErrorCode) - Constructor for exception dev.cel.common.CelException
- CelExpr - Class in dev.cel.common.ast
-
An abstract representation of a common expression.
- CelExpr() - Constructor for class dev.cel.common.ast.CelExpr
- CelExpr.Builder - Class in dev.cel.common.ast
-
Builder for CelExpr.
- CelExpr.CelCall - Class in dev.cel.common.ast
-
A call expression.
- CelExpr.CelCall.Builder - Class in dev.cel.common.ast
-
Builder for CelCall.
- CelExpr.CelComprehension - Class in dev.cel.common.ast
-
A comprehension expression applied to a list or map.
- CelExpr.CelComprehension.Builder - Class in dev.cel.common.ast
-
Builder for Comprehension.
- CelExpr.CelIdent - Class in dev.cel.common.ast
-
An identifier expression.
- CelExpr.CelIdent.Builder - Class in dev.cel.common.ast
-
Builder for CelIdent.
- CelExpr.CelList - Class in dev.cel.common.ast
-
A list creation expression.
- CelExpr.CelList.Builder - Class in dev.cel.common.ast
-
Builder for CelList.
- CelExpr.CelMap - Class in dev.cel.common.ast
-
A map creation expression.
- CelExpr.CelMap.Builder - Class in dev.cel.common.ast
-
Builder for CelMap.
- CelExpr.CelMap.Entry - Class in dev.cel.common.ast
-
Represents an entry of the map.
- CelExpr.CelMap.Entry.Builder - Class in dev.cel.common.ast
-
Builder for CelMap.Entry.
- CelExpr.CelNotSet - Class in dev.cel.common.ast
-
An unset expression.
- CelExpr.CelSelect - Class in dev.cel.common.ast
-
A field selection expression.
- CelExpr.CelSelect.Builder - Class in dev.cel.common.ast
-
Builder for CelSelect.
- CelExpr.CelStruct - Class in dev.cel.common.ast
-
A message creation expression.
- CelExpr.CelStruct.Builder - Class in dev.cel.common.ast
-
Builder for CelStruct.
- CelExpr.CelStruct.Entry - Class in dev.cel.common.ast
-
Represents an entry of the struct
- CelExpr.CelStruct.Entry.Builder - Class in dev.cel.common.ast
-
Builder for CelStruct.Entry.
- CelExpr.ExprKind - Class in dev.cel.common.ast
-
Denotes the kind of the expression.
- CelExpr.ExprKind.Kind - Enum in dev.cel.common.ast
-
Expression kind.
- CelExprConverter - Class in dev.cel.common.ast
- 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.
- CelExprV1Alpha1Converter - Class in dev.cel.common.ast
- 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.
- CelExtensions - Class in dev.cel.extensions
-
Collections of CEL Extensions.
- CelFactory - Class in dev.cel.bundle
-
Helper class to configure the entire CEL stack in a common interface.
- CelFunctionBinding() - Constructor for class dev.cel.runtime.CelRuntime.CelFunctionBinding
- 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
CelFunctionDeclto a protobuf equivalent formDecl.FunctionDecl - CelFunctionOverload - Interface in dev.cel.runtime
-
Interface describing the general signature of all CEL custom function implementations.
- CelFunctionOverload.Binary<T1,T2> - Interface in dev.cel.runtime
-
Helper interface for describing binary functions where the type parameters are used to improve compile-time correctness of function bindings.
- CelFunctionOverload.Unary<T> - Interface in dev.cel.runtime
-
Helper interface for describing unary functions where the type-parameter is used to improve compile-time correctness of function bindings.
- CelFunctionResolver - Interface in dev.cel.runtime
-
Interface to a resolver for CEL functions based on the function name, overload ids, and arguments.
- CelIdent() - Constructor for class dev.cel.common.ast.CelExpr.CelIdent
- 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
CelIdentDeclto a protobuf equivalent formDecl - CelIssue - Class in dev.cel.common
-
Encapulates a
CelSourceLocationand 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.
- CelKind - Enum in dev.cel.common.types
-
The
CelKindindicates the type category. - CelLateFunctionBindings - Class in dev.cel.runtime
-
Collection of
CelFunctionBindingvalues which are intended to be created once per-evaluation, rather than once per-program setup. - CELLexer - Class in cel.parser.internal
- CELLexer(CharStream) - Constructor for class cel.parser.internal.CELLexer
- CelList() - Constructor for class dev.cel.common.ast.CelExpr.CelList
- CelMacro - Class in dev.cel.parser
-
Describes a function signature to match and the
CelMacroExpanderto 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
CelMacroin a manner which is consistent with the source position and expression ID generation code leveraged by both the parser and type-checker. - CelMap() - Constructor for class dev.cel.common.ast.CelExpr.CelMap
- 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
CelMutableExprinto the CEL native representation of Expression treeCelExprand vice versa. - CelMutableSource - Class in dev.cel.common
-
Represents the mutable portion of the
CelSource. - CelNavigableAst - Class in dev.cel.common.navigation
-
Decorates a
CelAbstractSyntaxTreewith navigational properties. - CelNavigableExpr - Class in dev.cel.common.navigation
-
CelNavigableExpr decorates
CelExprwith capabilities to inspect the parent and its descendants with ease. - CelNavigableExpr() - Constructor for class dev.cel.common.navigation.CelNavigableExpr
- CelNavigableExpr.Builder - Class in dev.cel.common.navigation
-
Builder to configure
CelNavigableExpr. - CelNavigableMutableAst - Class in dev.cel.common.navigation
-
Decorates a
CelMutableAstwith navigational properties. - CelNavigableMutableExpr - Class in dev.cel.common.navigation
-
CelNavigableMutableExpr decorates
CelMutableExprwith capabilities to inspect the parent and its descendants with ease. - CelNavigableMutableExpr() - Constructor for class dev.cel.common.navigation.CelNavigableMutableExpr
- CelNavigableMutableExpr.Builder - Class in dev.cel.common.navigation
-
Builder to configure
CelNavigableExpr. - CelNotSet() - Constructor for class dev.cel.common.ast.CelExpr.CelNotSet
- CelOptimizationException - Exception in dev.cel.optimizer
-
Checked exception thrown by CelOptimizer during AST optimization.
- CelOptimizationException(String, Throwable) - Constructor for exception dev.cel.optimizer.CelOptimizationException
- CelOptimizer - Interface in dev.cel.optimizer
-
Public interface for optimizing an AST.
- CelOptimizerBuilder - Interface in dev.cel.optimizer
-
Interface for building an instance of CelOptimizer.
- CelOptimizerFactory - Class in dev.cel.optimizer
-
Factory class for constructing an
CelOptimizerinstance. - CelOptionalLibrary - Class in dev.cel.extensions
-
Internal implementation of CEL optional values.
- CelOptionalLibrary.Function - Enum in dev.cel.extensions
-
Enumerations of function names used for supporting optionals.
- CelOptions - Class in dev.cel.common
-
Options to configure how the CEL parser, type-checker, and evaluator behave.
- CelOptions.Builder - Class in dev.cel.common
-
Builder for configuring the
CelOptions. - CelOptions.ProtoUnsetFieldOptions - Enum in dev.cel.common
-
ProtoUnsetFieldOptions describes how to handle Activation.fromProto() calls where proto message fields may be unset and should either be handled perhaps as absent or as the default proto value.
- 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
CelOverloadDeclto a protobuf equivalent formDecl.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.ExprContext - Class in cel.parser.internal
- CELParser.ExprListContext - Class in cel.parser.internal
- CELParser.FieldInitializerListContext - Class in cel.parser.internal
- CELParser.IdentOrGlobalCallContext - 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.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
CelParserinstances 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. - CelProtoAbstractSyntaxTree - Class in dev.cel.common
-
An Adapter for
CelAbstractSyntaxTreeconstructed from Canonical Protos ofCheckedExprorParsedExprexpressions. - CelProtoExprVisitor - Class in dev.cel.checker
-
CEL expression visitor implementation based on the
Exprproto. - CelProtoExprVisitor() - Constructor for class dev.cel.checker.CelProtoExprVisitor
- CelProtoJsonAdapter - Class in dev.cel.common
-
CelProtoJsonAdapteris a utility to handle conversion from Java native objects representing CEL values to Protobuf's structured value which maps to JSON object schema. - CelProtoTypes - Class in dev.cel.common.types
-
Utility class for working with
Type. - CelProtoV1Alpha1AbstractSyntaxTree - Class in dev.cel.common
-
An Adapter for
CelAbstractSyntaxTreeconstructed from v1alpha1 Protos ofCheckedExprorParsedExprexpressions. - CelReference - Class in dev.cel.common.ast
-
Describes a resolved reference to a declaration.
- CelReference() - Constructor for class dev.cel.common.ast.CelReference
- CelReference.Builder - Class in dev.cel.common.ast
-
Builder for configuring the
CelReference - celReferenceToExprReference(CelReference) - Static method in class dev.cel.common.ast.CelExprConverter
-
Converts a proto-based
CelReferenceto CEL native representation ofReference. - celReferenceToExprReference(CelReference) - Static method in class dev.cel.common.ast.CelExprV1Alpha1Converter
-
Converts a proto-based
CelReferenceto CEL native representation ofReference. - CelResolvedOverload - Class in dev.cel.runtime
-
Representation of a function overload which has been resolved to a specific set of argument types and a function definition.
- CelResolvedOverload() - Constructor for class dev.cel.runtime.CelResolvedOverload
- CelRuntime - Interface in dev.cel.runtime
-
The CelRuntime creates executable
Programinstances fromCelAbstractSyntaxTreevalues. - CelRuntime.CelFunctionBinding - Class in dev.cel.runtime
-
Binding consisting of an overload id, a Java-native argument signature, and an overload definition.
- CelRuntime.Program - Class in dev.cel.runtime
-
Creates an evaluable
Programinstance which is thread-safe and immutable. - CelRuntimeBuilder - Interface in dev.cel.runtime
-
Interface for building an instance of CelRuntime
- CelRuntimeException - Exception in dev.cel.common
-
Wrapper for an unchecked runtime exception with a CelErrorCode supplied.
- CelRuntimeException(Throwable, CelErrorCode) - Constructor for exception dev.cel.common.CelRuntimeException
- CelRuntimeFactory - Class in dev.cel.runtime
-
Helper class to construct new
CelRuntimeinstances. - CelRuntimeLegacyImpl - Class in dev.cel.runtime
-
CelRuntimeimplementation based on the legacy CEL-Java stack. - CelRuntimeLegacyImpl.Builder - Class in dev.cel.runtime
-
Builder class for
CelRuntimeLegacyImpl. - CelRuntimeLibrary - Interface in dev.cel.runtime
-
CelCompilerLibrary defines the interface to extend functionalities beyond the CEL standard functions for
CelRuntime. - CelSelect() - Constructor for class dev.cel.common.ast.CelExpr.CelSelect
- CelSetsExtensions - Class in dev.cel.extensions
-
Internal implementation of CEL Set extensions.
- CelSetsExtensions.Function - Enum in dev.cel.extensions
-
Denotes the set extension function.
- CelSource - Class in dev.cel.common
-
Represents the source content of an expression and related metadata.
- CelSource() - Constructor for class dev.cel.common.CelSource
- CelSource.Builder - Class in dev.cel.common
-
Builder for
CelSource. - CelSource.Extension - Class in dev.cel.common
-
Tag for an extension that were used while parsing or type checking the source expression.
- CelSource.Extension.Component - Enum in dev.cel.common
-
CEL component specifier.
- CelSource.Extension.Version - Class in dev.cel.common
-
Version of the extension
- CelSourceHelper - Class in dev.cel.common
-
Helper methods for common source handling in CEL.
- CelSourceLocation - Class in dev.cel.common
-
Represents a location within
CelSource. - 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.StandardIdentifier - Enum in dev.cel.checker
-
Standard CEL identifiers.
- CelStandardDeclarations.StandardOverload - Interface in dev.cel.checker
-
General interface for defining a standard function overload.
- CelStandardFunctions - Class in dev.cel.runtime
-
Runtime function bindings for the standard functions in CEL.
- CelStandardFunctions.Builder - Class in dev.cel.runtime
-
Builder for constructing the set of standard function/identifiers.
- CelStandardFunctions.Builder.FunctionFilter - Interface in dev.cel.runtime
-
Functional interface for filtering standard functions.
- CelStandardFunctions.StandardFunction - Enum in dev.cel.runtime
-
Enumeration of Standard Function bindings.
- CelStandardFunctions.StandardFunction.Overload - Class in dev.cel.runtime
-
Container class for CEL standard function overloads.
- CelStandardFunctions.StandardFunction.Overload.Arithmetic - Enum in dev.cel.runtime
-
Overloads for performing arithmetic operations.
- CelStandardFunctions.StandardFunction.Overload.BooleanOperator - Enum in dev.cel.runtime
-
Overloads for logical operators that return a bool as a result.
- CelStandardFunctions.StandardFunction.Overload.Comparison - Enum in dev.cel.runtime
-
Overloads for performing numeric comparisons.
- CelStandardFunctions.StandardFunction.Overload.Conversions - Enum in dev.cel.runtime
-
Overloads for performing type conversions.
- CelStandardFunctions.StandardFunction.Overload.DateTime - Enum in dev.cel.runtime
-
Overloads for functions performing date/time operations.
- CelStandardFunctions.StandardFunction.Overload.Index - Enum in dev.cel.runtime
-
Overloads for indexing a list or a map.
- CelStandardFunctions.StandardFunction.Overload.InternalOperator - Enum in dev.cel.runtime
-
Overloads for internal functions that may have been rewritten by macros (ex: @in)
- CelStandardFunctions.StandardFunction.Overload.OptionalValue - Enum in dev.cel.runtime
-
Overloads for optional values.
- CelStandardFunctions.StandardFunction.Overload.Relation - Enum in dev.cel.runtime
-
Overloads for functions that test relations.
- CelStandardFunctions.StandardFunction.Overload.Size - Enum in dev.cel.runtime
-
Overloads for retrieving the size of a literal or a collection.
- CelStandardFunctions.StandardFunction.Overload.StringMatchers - Enum in dev.cel.runtime
-
Overloads for functions performing string matching, such as regular expressions or contains check.
- CelStandardFunctions.StandardOverload - Interface in dev.cel.runtime
-
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.
- CelStringExtensions - Class in dev.cel.extensions
-
Internal implementation of CEL string extensions.
- CelStringExtensions.Function - Enum in dev.cel.extensions
-
Denotes the string extension function
- CelStruct() - Constructor for class dev.cel.common.ast.CelExpr.CelStruct
- celType() - Method in class dev.cel.checker.TypeProvider.FieldType
-
Deprecated.
- celType() - Method in class dev.cel.common.values.BoolValue
- celType() - Method in class dev.cel.common.values.BytesValue
- celType() - Method in class dev.cel.common.values.CelValue
-
The CelType that represents this value.
- celType() - Method in class dev.cel.common.values.DoubleValue
- celType() - Method in class dev.cel.common.values.DurationValue
- celType() - Method in class dev.cel.common.values.EnumValue
- celType() - Method in class dev.cel.common.values.ErrorValue
- celType() - Method in class dev.cel.common.values.IntValue
- celType() - Method in class dev.cel.common.values.ListValue
- celType() - Method in class dev.cel.common.values.MapValue
- celType() - Method in class dev.cel.common.values.NullValue
- celType() - Method in class dev.cel.common.values.OpaqueValue
- celType() - Method in class dev.cel.common.values.OptionalValue
- celType() - Method in class dev.cel.common.values.ProtoMessageValue
- celType() - Method in class dev.cel.common.values.StringValue
- celType() - Method in class dev.cel.common.values.TimestampValue
- celType() - Method in class dev.cel.common.values.TypeValue
- celType() - Method in class dev.cel.common.values.UintValue
- CelType - Class in dev.cel.common.types
-
Abstract representation of a CEL type which indicates its
CelKind,name, andparameters. - CelType() - Constructor for class dev.cel.common.types.CelType
- CelTypeProvider - Interface in dev.cel.common.types
-
The
CelTypeProvideris used to lookupCelTypedefinitions by name, as well as enumerate supportedCelTypeProvider.types(). - CelTypeProvider.CombinedCelTypeProvider - Class in dev.cel.common.types
-
The
CombinedCelTypeProviderimplements theCelTypeProviderinterface by merging theCelTypeinstances supported by each together. - CelTypes - Class in dev.cel.common.types
-
Utility class for working with
CelType. - celTypeToType(CelType) - Static method in class dev.cel.common.types.CelProtoTypes
-
Converts a Protobuf type into CEL native type.
- celTypeToType(CelType) - Static method in class dev.cel.common.types.CelV1AlphaTypes
-
Converts a Protobuf type into CEL native type.
- CelUnknownSet - Class in dev.cel.runtime
-
Unknown set representation.
- CelUnknownSet() - Constructor for class dev.cel.runtime.CelUnknownSet
- 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
CelUnparserinstances 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. - CelV1AlphaTypes - Class in dev.cel.common.types
-
Utility class for working with
Type. - 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
CelAbstractSyntaxTreeandCelIssueset 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.
- CelValidator - Interface in dev.cel.validator
-
Public interface for validating an AST.
- CelValidatorBuilder - Interface in dev.cel.validator
-
Interface for building an instance of CelValidator.
- CelValidatorFactory - Class in dev.cel.validator
-
Factory class for constructing an
CelValidatorinstance. - CelValue - Class in dev.cel.common.values
-
A representation of a CEL value for the runtime.
- CelValue() - Constructor for class dev.cel.common.values.CelValue
- CelValueProvider - Interface in dev.cel.common.values
-
CelValueProvider is an interface for constructing new struct values.
- CelValueProvider.CombinedCelValueProvider - Class in dev.cel.common.values
-
The
CelValueProvider.CombinedCelValueProvidertakes one or moreCelValueProviderinstances and attempts to create aCelValueinstance for a given struct type name by calling each value provider in the order that they are provided to the constructor. - CelVarDecl - Class in dev.cel.common
-
Abstract representation of a CEL variable declaration.
- CelVarDecl() - Constructor for class dev.cel.common.CelVarDecl
- CelVariableResolver - Interface in dev.cel.runtime
-
Functional interface that exposes a method to find a CEL variable value by name.
- 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
- CHAR_AT - dev.cel.extensions.CelStringExtensions.Function
- 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
astfor type-agreement and return aCelValidationResult. - 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 - Class in dev.cel.expr
-
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.
- CheckedExpr.Builder - Class in dev.cel.expr
-
A CEL expression which has been successfully type checked.
- CheckedExprOrBuilder - Interface in com.google.api.expr.v1alpha1
- CheckedExprOrBuilder - Interface in dev.cel.expr
- children() - Method in class dev.cel.common.navigation.CelNavigableExpr
- children() - Method in class dev.cel.common.navigation.CelNavigableMutableExpr
- children(TraversalOrder) - Method in class dev.cel.common.navigation.CelNavigableExpr
- children(TraversalOrder) - Method in class dev.cel.common.navigation.CelNavigableMutableExpr
- 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.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
- clear() - Method in class dev.cel.common.values.ListValue
-
Deprecated.Unsupported operation.
- clear() - Method in class dev.cel.common.values.MapValue
-
Deprecated.Unsupported operation.
- clear() - Method in class dev.cel.expr.CheckedExpr.Builder
- clear() - Method in class dev.cel.expr.Constant.Builder
- clear() - Method in class dev.cel.expr.Decl.Builder
- clear() - Method in class dev.cel.expr.Decl.FunctionDecl.Builder
- clear() - Method in class dev.cel.expr.Decl.FunctionDecl.Overload.Builder
- clear() - Method in class dev.cel.expr.Decl.IdentDecl.Builder
- clear() - Method in class dev.cel.expr.EnumValue.Builder
- clear() - Method in class dev.cel.expr.ErrorSet.Builder
- clear() - Method in class dev.cel.expr.EvalState.Builder
- clear() - Method in class dev.cel.expr.EvalState.Result.Builder
- clear() - Method in class dev.cel.expr.Explain.Builder
-
Deprecated.
- clear() - Method in class dev.cel.expr.Explain.ExprStep.Builder
-
Deprecated.
- clear() - Method in class dev.cel.expr.Expr.Builder
- clear() - Method in class dev.cel.expr.Expr.Call.Builder
- clear() - Method in class dev.cel.expr.Expr.Comprehension.Builder
- clear() - Method in class dev.cel.expr.Expr.CreateList.Builder
- clear() - Method in class dev.cel.expr.Expr.CreateStruct.Builder
- clear() - Method in class dev.cel.expr.Expr.CreateStruct.Entry.Builder
- clear() - Method in class dev.cel.expr.Expr.Ident.Builder
- clear() - Method in class dev.cel.expr.Expr.Select.Builder
- clear() - Method in class dev.cel.expr.ExprValue.Builder
- clear() - Method in class dev.cel.expr.ListValue.Builder
- clear() - Method in class dev.cel.expr.MapValue.Builder
- clear() - Method in class dev.cel.expr.MapValue.Entry.Builder
- clear() - Method in class dev.cel.expr.ParsedExpr.Builder
- clear() - Method in class dev.cel.expr.Reference.Builder
- clear() - Method in class dev.cel.expr.SourceInfo.Builder
- clear() - Method in class dev.cel.expr.SourceInfo.Extension.Builder
- clear() - Method in class dev.cel.expr.SourceInfo.Extension.Version.Builder
- clear() - Method in class dev.cel.expr.Type.AbstractType.Builder
- clear() - Method in class dev.cel.expr.Type.Builder
- clear() - Method in class dev.cel.expr.Type.FunctionType.Builder
- clear() - Method in class dev.cel.expr.Type.ListType.Builder
- clear() - Method in class dev.cel.expr.Type.MapType.Builder
- clear() - Method in class dev.cel.expr.UnknownSet.Builder
- clear() - Method in class dev.cel.expr.Value.Builder
- clearAbstractType() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Abstract, application defined type.
- clearAbstractType() - Method in class dev.cel.expr.Type.Builder
-
Abstract, application defined type.
- clearAccuInit() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
The initial value of the accumulator.
- clearAccuInit() - Method in class dev.cel.expr.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.
- clearAccuVar() - Method in class dev.cel.expr.Expr.Comprehension.Builder
-
The name of the variable used for accumulation of the result.
- clearAffectedComponents() - Method in class dev.cel.expr.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.CelExpr.CelCall.Builder
- clearArgs() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableCall
- clearArgs() - Method in class dev.cel.expr.Expr.Call.Builder
-
The arguments.
- clearArgTypes() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
-
Argument types of the function.
- clearArgTypes() - Method in class dev.cel.expr.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.
- clearBoolValue() - Method in class dev.cel.expr.Constant.Builder
-
boolean value.
- clearBoolValue() - Method in class dev.cel.expr.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.
- clearBytesValue() - Method in class dev.cel.expr.Constant.Builder
-
bytes value.
- clearBytesValue() - Method in class dev.cel.expr.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.
- clearCallExpr() - Method in class dev.cel.expr.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.
- clearComprehensionExpr() - Method in class dev.cel.expr.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
- clearConstantKind() - Method in class dev.cel.expr.Constant.Builder
- clearConstExpr() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A literal expression.
- clearConstExpr() - Method in class dev.cel.expr.Expr.Builder
-
A constant expression.
- clearDeclKind() - Method in class com.google.api.expr.v1alpha1.Decl.Builder
- clearDeclKind() - Method in class dev.cel.expr.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.
- clearDoc() - Method in class dev.cel.expr.Decl.FunctionDecl.Overload.Builder
-
Documentation string for the overload.
- clearDoc() - Method in class dev.cel.expr.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.
- clearDoubleValue() - Method in class dev.cel.expr.Constant.Builder
-
double value.
- clearDoubleValue() - Method in class dev.cel.expr.Value.Builder
-
Floating point value.
- clearDurationValue() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
Deprecated.
- clearDurationValue() - Method in class dev.cel.expr.Constant.Builder
-
Deprecated.
- clearDyn() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Dynamic type.
- clearDyn() - Method in class dev.cel.expr.Type.Builder
-
Dynamic type.
- clearElements() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
-
The elements part of the list.
- clearElements() - Method in class dev.cel.expr.Expr.CreateList.Builder
-
The elements part of the list.
- clearElemType() - Method in class com.google.api.expr.v1alpha1.Type.ListType.Builder
-
The element type.
- clearElemType() - Method in class dev.cel.expr.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.
- clearEntries() - Method in class dev.cel.expr.Expr.CreateStruct.Builder
-
The entries in the creation expression.
- clearEntries() - Method in class dev.cel.expr.MapValue.Builder
-
The set of map entries.
- clearEnumValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
An enum value.
- clearEnumValue() - Method in class dev.cel.expr.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.
- clearError() - Method in class dev.cel.expr.ExprValue.Builder
-
The set of errors in the critical path of evaluation.
- clearError() - Method in class dev.cel.expr.Type.Builder
-
Error type.
- clearErrors() - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
-
The errors in the set.
- clearErrors() - Method in class dev.cel.expr.ErrorSet.Builder
-
repeated .google.rpc.Status errors = 1; - 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.
- clearExpr() - Method in class dev.cel.expr.CheckedExpr.Builder
-
The checked expression.
- clearExpr() - Method in class dev.cel.expr.EvalState.Result.Builder
-
The id of the expression this result if for.
- clearExpr() - Method in class dev.cel.expr.ParsedExpr.Builder
-
The parsed expression.
- clearExprIds(CelMutableExpr) - Method in class dev.cel.optimizer.AstMutator
-
Replaces all the expression IDs in the expression tree with 0.
- clearExprKind() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
- clearExprKind() - Method in class dev.cel.expr.Expr.Builder
- clearExprs() - Method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
-
The ids of the expressions with unknown values.
- clearExprs() - Method in class dev.cel.expr.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.
- clearExprSteps() - Method in class dev.cel.expr.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.
- clearExprVersion() - Method in class dev.cel.expr.CheckedExpr.Builder
-
The expr version indicates the major / minor version number of the `expr` representation.
- clearExtensions() - Method in class dev.cel.expr.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.
- clearField() - Method in class dev.cel.expr.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.
- clearFieldKey() - Method in class dev.cel.expr.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.
- clearFunction() - Method in class dev.cel.expr.Decl.Builder
-
Function declaration.
- clearFunction() - Method in class dev.cel.expr.Expr.Call.Builder
-
Required.
- clearFunction() - Method in class dev.cel.expr.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 dev.cel.expr.Explain.ExprStep.Builder
-
Deprecated.ID of corresponding Expr node.
- clearId() - Method in class dev.cel.expr.Expr.Builder
-
Required.
- clearId() - Method in class dev.cel.expr.Expr.CreateStruct.Entry.Builder
-
Required.
- clearId() - Method in class dev.cel.expr.SourceInfo.Extension.Builder
-
Identifier for the extension.
- clearIdent() - Method in class com.google.api.expr.v1alpha1.Decl.Builder
-
Identifier declaration.
- clearIdent() - Method in class dev.cel.expr.Decl.Builder
-
Identifier declaration.
- clearIdentExpr() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
An identifier expression.
- clearIdentExpr() - Method in class dev.cel.expr.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.
- clearInt64Value() - Method in class dev.cel.expr.Constant.Builder
-
int64 value.
- clearInt64Value() - Method in class dev.cel.expr.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, ...)`.
- clearIsInstanceFunction() - Method in class dev.cel.expr.Decl.FunctionDecl.Overload.Builder
-
Whether the function is to be used in a method call-style `x.f(...)` of a function call-style `f(x, ...)`.
- clearIterRange() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
The range over which var iterates.
- clearIterRange() - Method in class dev.cel.expr.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 iteration variable.
- clearIterVar() - Method in class dev.cel.expr.Expr.Comprehension.Builder
-
The name of the first iteration variable.
- clearIterVar2() - Method in class dev.cel.expr.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.
- clearKey() - Method in class dev.cel.expr.MapValue.Entry.Builder
-
The key.
- clearKeyKind() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
- clearKeyKind() - Method in class dev.cel.expr.Expr.CreateStruct.Entry.Builder
- clearKeyType() - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
-
The type of the key.
- clearKeyType() - Method in class dev.cel.expr.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
- clearKind() - Method in class dev.cel.expr.ExprValue.Builder
- clearKind() - Method in class dev.cel.expr.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.
- clearLineOffsets() - Method in class dev.cel.expr.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.
- clearListExpr() - Method in class dev.cel.expr.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.
- clearListType() - Method in class dev.cel.expr.Type.Builder
-
Parameterized list with elements of `list_type`, e.g.
- clearListValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
List value.
- clearListValue() - Method in class dev.cel.expr.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.
- clearLocation() - Method in class dev.cel.expr.SourceInfo.Builder
-
The location name.
- clearLoopCondition() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
An expression which can contain iter_var and accu_var.
- clearLoopCondition() - Method in class dev.cel.expr.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 and accu_var.
- clearLoopStep() - Method in class dev.cel.expr.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
- clearMacroCalls() - Method in class dev.cel.expr.SourceInfo.Builder
- clearMajor() - Method in class dev.cel.expr.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.
- clearMapKey() - Method in class dev.cel.expr.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.
- clearMapType() - Method in class dev.cel.expr.Type.Builder
-
Parameterized map with typed keys and values.
- clearMapValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
Map value.
- clearMapValue() - Method in class dev.cel.expr.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.
- clearMessageName() - Method in class dev.cel.expr.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.
- clearMessageType() - Method in class dev.cel.expr.Type.Builder
-
Protocol buffer message type.
- clearMinor() - Method in class dev.cel.expr.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.
- clearName() - Method in class dev.cel.expr.Decl.Builder
-
The fully qualified name of the declaration.
- clearName() - Method in class dev.cel.expr.Expr.Ident.Builder
-
Required.
- clearName() - Method in class dev.cel.expr.Reference.Builder
-
The fully qualified name of the declaration.
- clearName() - Method in class dev.cel.expr.Type.AbstractType.Builder
-
The fully qualified name of this abstract type.
- clearNull() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Null value.
- clearNull() - Method in class dev.cel.expr.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.
- clearNullValue() - Method in class dev.cel.expr.Constant.Builder
-
null value.
- clearNullValue() - Method in class dev.cel.expr.Value.Builder
-
Null value.
- clearObjectValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
The proto message backing an object value.
- clearObjectValue() - Method in class dev.cel.expr.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.
- clearOperand() - Method in class dev.cel.expr.Expr.Select.Builder
-
Required.
- clearOptionalEntry() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
-
Whether the key-value pair is optional.
- clearOptionalEntry() - Method in class dev.cel.expr.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.
- clearOptionalIndices() - Method in class dev.cel.expr.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.
- clearOverloadId() - Method in class dev.cel.expr.Decl.FunctionDecl.Overload.Builder
-
Required.
- clearOverloadId() - Method in class dev.cel.expr.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.
- clearOverloads() - Method in class dev.cel.expr.Decl.FunctionDecl.Builder
-
Required.
- clearParameterTypes() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
-
Parameter types for this abstract type.
- clearParameterTypes() - Method in class dev.cel.expr.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.
- clearParams() - Method in class dev.cel.expr.Decl.FunctionDecl.Overload.Builder
-
List of function parameter [Type][cel.expr.Type] values.
- clearPositions() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
- clearPositions() - Method in class dev.cel.expr.SourceInfo.Builder
- clearPrimitive() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.
- clearPrimitive() - Method in class dev.cel.expr.Type.Builder
-
Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.
- clearReferenceMap() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
- clearReferenceMap() - Method in class dev.cel.expr.CheckedExpr.Builder
- clearResult() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
An expression which can contain accu_var.
- clearResult() - Method in class dev.cel.expr.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.
- clearResults() - Method in class dev.cel.expr.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.
- clearResultType() - Method in class dev.cel.expr.Decl.FunctionDecl.Overload.Builder
-
Required.
- clearResultType() - Method in class dev.cel.expr.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.
- clearSelectExpr() - Method in class dev.cel.expr.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`.
- clearSourceInfo() - Method in class dev.cel.expr.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 dev.cel.expr.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.
- clearStringValue() - Method in class dev.cel.expr.Constant.Builder
-
string value.
- clearStringValue() - Method in class dev.cel.expr.Value.Builder
-
UTF-8 string value.
- clearStructExpr() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A map or message creation expression.
- clearStructExpr() - Method in class dev.cel.expr.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.
- clearSyntaxVersion() - Method in class dev.cel.expr.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.
- clearTarget() - Method in class dev.cel.common.ast.CelExpr.CelCall.Builder
- clearTarget() - Method in class dev.cel.expr.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.
- clearTestOnly() - Method in class dev.cel.expr.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.
- clearTimestampValue() - Method in class dev.cel.expr.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.
- clearType() - Method in class dev.cel.expr.Decl.IdentDecl.Builder
-
Required.
- clearType() - Method in class dev.cel.expr.EnumValue.Builder
-
The fully qualified name of the enum type.
- clearType() - Method in class dev.cel.expr.Type.Builder
-
Type type.
- clearTypeKind() - Method in class com.google.api.expr.v1alpha1.Type.Builder
- clearTypeKind() - Method in class dev.cel.expr.Type.Builder
- clearTypeMap() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
- clearTypeMap() - Method in class dev.cel.expr.CheckedExpr.Builder
- clearTypeParam() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Type param type.
- clearTypeParam() - Method in class dev.cel.expr.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.
- clearTypeParams() - Method in class dev.cel.expr.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.
- clearTypeValue() - Method in class dev.cel.expr.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.
- clearUint64Value() - Method in class dev.cel.expr.Constant.Builder
-
uint64 value.
- clearUint64Value() - Method in class dev.cel.expr.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.
- clearUnknown() - Method in class dev.cel.expr.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.
- clearValue() - Method in class dev.cel.expr.Decl.IdentDecl.Builder
-
The constant value of the identifier.
- clearValue() - Method in class dev.cel.expr.EnumValue.Builder
-
The value of the enum.
- clearValue() - Method in class dev.cel.expr.EvalState.Result.Builder
-
The index in `values` of the resulting value.
- clearValue() - Method in class dev.cel.expr.Expr.CreateStruct.Entry.Builder
-
Required.
- clearValue() - Method in class dev.cel.expr.ExprValue.Builder
-
.cel.expr.Value value = 1; - clearValue() - Method in class dev.cel.expr.MapValue.Entry.Builder
-
The value.
- clearValue() - Method in class dev.cel.expr.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.
- clearValueIndex() - Method in class dev.cel.expr.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.
- clearValues() - Method in class dev.cel.expr.EvalState.Builder
-
The unique values referenced in this message.
- clearValues() - Method in class dev.cel.expr.Explain.Builder
-
Deprecated.All of the observed values.
- clearValues() - Method in class dev.cel.expr.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.
- clearValueType() - Method in class dev.cel.expr.Type.MapType.Builder
-
The type of the value.
- clearVersion() - Method in class dev.cel.expr.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`.
- clearWellKnown() - Method in class dev.cel.expr.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.
- clearWrapper() - Method in class dev.cel.expr.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(CelCompiler, CelRuntime) - Static method in class dev.cel.bundle.CelFactory
- combine(CelParser, CelChecker) - Static method in class dev.cel.compiler.CelCompilerFactory
- CombinedCelTypeProvider(ImmutableList<CelTypeProvider>) - Constructor for class dev.cel.common.types.CelTypeProvider.CombinedCelTypeProvider
- CombinedCelTypeProvider(CelTypeProvider, CelTypeProvider) - Constructor for class dev.cel.common.types.CelTypeProvider.CombinedCelTypeProvider
- CombinedCelValueProvider(CelValueProvider, CelValueProvider) - Constructor for class dev.cel.common.values.CelValueProvider.CombinedCelValueProvider
- CombinedDescriptorPool - Class in dev.cel.common.internal
-
The
CombinedDescriptorPooltakes one or moreCelDescriptorPoolinstances and supports descriptor lookups in the order the descriptor pools are added to the constructor. - CombinedMessageFactory(Iterable<ProtoMessageFactory>) - Constructor for class dev.cel.common.internal.ProtoMessageFactory.CombinedMessageFactory
- CombinedMessageFactory(Iterable<MessageFactory>) - Constructor for class dev.cel.runtime.MessageFactory.CombinedMessageFactory
-
Deprecated.
- 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
- compareDoubleInt(double, long) - Static method in class dev.cel.common.internal.ComparisonFunctions
- compareDoubleUint(double, UnsignedLong) - Static method in class dev.cel.common.internal.ComparisonFunctions
- compareIntDouble(long, double) - Static method in class dev.cel.common.internal.ComparisonFunctions
- compareIntUint(long, UnsignedLong) - Static method in class dev.cel.common.internal.ComparisonFunctions
- compareTo(CelSourceLocation) - Method in class dev.cel.common.CelSourceLocation
- compareTo(CelMacro) - Method in class dev.cel.parser.CelMacro
- compareUintDouble(UnsignedLong, double) - Static method in class dev.cel.common.internal.ComparisonFunctions
- compareUintInt(UnsignedLong, long) - Static method in class dev.cel.common.internal.ComparisonFunctions
- ComparisonFunctions - Class in dev.cel.common.internal
-
The
ComparisonFunctionsmethods provide safe cross-type comparisons betweenlong,double, andUnsignedLongvalues. - compile(String) - Method in interface dev.cel.compiler.CelCompiler
-
Compile the input
expressionand return aCelValidationResult. - compile(String, String) - Method in interface dev.cel.compiler.CelCompiler
-
Compile the input
expressionand return aCelValidationResult. - COMPILE_TIME_OVERLOAD_RESOLUTION - dev.cel.common.ExprFeatures
-
Deprecated.Require overloads to resolve (narrow to a single candidate) during type checking.
- compilePattern(String) - Static method in class dev.cel.runtime.RuntimeHelpers
-
Create a compiled pattern for the given regular expression.
- COMPONENT_PARSER - dev.cel.common.CelSource.Extension.Component
-
Parser.
- COMPONENT_PARSER - dev.cel.expr.SourceInfo.Extension.Component
-
Parser.
- COMPONENT_PARSER_VALUE - Static variable in enum dev.cel.expr.SourceInfo.Extension.Component
-
Parser.
- COMPONENT_RUNTIME - dev.cel.common.CelSource.Extension.Component
-
Runtime.
- COMPONENT_RUNTIME - dev.cel.expr.SourceInfo.Extension.Component
-
Runtime.
- COMPONENT_RUNTIME_VALUE - Static variable in enum dev.cel.expr.SourceInfo.Extension.Component
-
Runtime.
- COMPONENT_TYPE_CHECKER - dev.cel.common.CelSource.Extension.Component
-
Type checker.
- COMPONENT_TYPE_CHECKER - dev.cel.expr.SourceInfo.Extension.Component
-
Type checker.
- COMPONENT_TYPE_CHECKER_VALUE - Static variable in enum dev.cel.expr.SourceInfo.Extension.Component
-
Type checker.
- COMPONENT_UNSPECIFIED - dev.cel.common.CelSource.Extension.Component
-
Unspecified, default.
- COMPONENT_UNSPECIFIED - dev.cel.expr.SourceInfo.Extension.Component
-
Unspecified, default.
- COMPONENT_UNSPECIFIED_VALUE - Static variable in enum dev.cel.expr.SourceInfo.Extension.Component
-
Unspecified, default.
- comprehension() - Method in class dev.cel.common.ast.CelExpr.Builder
-
Gets the underlying comprehension expression.
- comprehension() - Method in class dev.cel.common.ast.CelExpr
-
Gets the underlying comprehension expression.
- comprehension() - Method in class dev.cel.common.ast.CelExpr.ExprKind
- comprehension() - Method in class dev.cel.common.ast.CelMutableExpr
- comprehension() - Method in interface dev.cel.common.ast.Expression
-
Gets the underlying comprehension expression.
- COMPREHENSION - dev.cel.common.ast.CelExpr.ExprKind.Kind
- COMPREHENSION_EXPR - com.google.api.expr.v1alpha1.Expr.ExprKindCase
- COMPREHENSION_EXPR - dev.cel.expr.Expr.ExprKindCase
- COMPREHENSION_EXPR_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr
- COMPREHENSION_EXPR_FIELD_NUMBER - Static variable in class dev.cel.expr.Expr
- comprehensionMaxIterations() - Method in class dev.cel.common.CelOptions
- comprehensionMaxIterations(int) - Method in class dev.cel.common.CelOptions.Builder
-
Limit the total number of iterations permitted within comprehension loops.
- comprehensionOrDefault() - Method in class dev.cel.common.ast.CelExpr
-
Gets the underlying comprehension expression or a default instance of one if expression is not
CelExpr.ExprKind.Kind.COMPREHENSION. - compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class dev.cel.common.values.MapValue
-
Deprecated.Unsupported operation.
- computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class dev.cel.common.values.MapValue
-
Deprecated.Unsupported operation.
- computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class dev.cel.common.values.MapValue
-
Deprecated.Unsupported operation.
- concat(List<E>, List<E>) - Static method in class dev.cel.runtime.RuntimeHelpers
-
Concatenates two lists into a new list.
- CONDITIONAL - dev.cel.parser.Operator
- 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 - dev.cel.expr.Expr.ExprKindCase
- CONST_EXPR_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr
- CONST_EXPR_FIELD_NUMBER - Static variable in class dev.cel.expr.Expr
- constant() - Method in class dev.cel.checker.CelIdentDecl
-
The constant value of the identifier.
- constant() - Method in class dev.cel.common.ast.CelExpr.Builder
-
Gets the underlying constant expression.
- constant() - Method in class dev.cel.common.ast.CelExpr
-
Gets the underlying constant expression.
- constant() - Method in class dev.cel.common.ast.CelExpr.ExprKind
- constant() - Method in class dev.cel.common.ast.CelMutableExpr
- constant() - Method in interface dev.cel.common.ast.Expression
-
Gets the underlying constant expression.
- Constant - Class in com.google.api.expr.v1alpha1
-
Represents a primitive literal.
- Constant - Class in dev.cel.expr
-
Represents a primitive literal.
- CONSTANT - dev.cel.common.ast.CelExpr.ExprKind.Kind
- Constant.Builder - Class in com.google.api.expr.v1alpha1
-
Represents a primitive literal.
- Constant.Builder - Class in dev.cel.expr
-
Represents a primitive literal.
- Constant.ConstantKindCase - Enum in com.google.api.expr.v1alpha1
- Constant.ConstantKindCase - Enum in dev.cel.expr
- ConstantFoldingOptimizer - Class in dev.cel.optimizer.optimizers
-
Performs optimization for inlining constant scalar and aggregate literal values within function calls and select statements with their evaluated result.
- ConstantFoldingOptimizer.ConstantFoldingOptions - Class in dev.cel.optimizer.optimizers
-
Options to configure how Constant Folding behave.
- ConstantFoldingOptimizer.ConstantFoldingOptions.Builder - Class in dev.cel.optimizer.optimizers
-
Builder for configuring the
ConstantFoldingOptimizer.ConstantFoldingOptions. - CONSTANTKIND_NOT_SET - com.google.api.expr.v1alpha1.Constant.ConstantKindCase
- CONSTANTKIND_NOT_SET - dev.cel.expr.Constant.ConstantKindCase
- ConstantLiteralContext(CELParser.PrimaryContext) - Constructor for class cel.parser.internal.CELParser.ConstantLiteralContext
- ConstantOrBuilder - Interface in com.google.api.expr.v1alpha1
- ConstantOrBuilder - Interface in dev.cel.expr
- constantOrDefault() - Method in class dev.cel.common.ast.CelExpr
-
Gets the underlying constant expression or a default instance of one if expression is not
CelExpr.ExprKind.Kind.CONSTANT. - Constants - Class in dev.cel.common.internal
-
Internal utility class for working with
Constant. - consume() - Method in class dev.cel.common.internal.CodePointStream
- containingTypeName() - Method in class dev.cel.common.types.TypeType
-
Retrieves the underlying type name of the type-kind held.
- contains(Object) - Method in class dev.cel.common.values.ImmutableListValue
- CONTAINS - dev.cel.extensions.CelSetsExtensions.Function
- CONTAINS - dev.cel.runtime.CelStandardFunctions.StandardFunction
- CONTAINS_STRING - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.StringMatchers
- containsAll(Collection<?>) - Method in class dev.cel.common.values.ImmutableListValue
- containsKey(Object) - Method in class dev.cel.common.values.ImmutableMapValue
- 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.
- containsMacroCalls(long) - Method in class dev.cel.common.CelSource.Builder
- containsMacroCalls(long) - Method in class dev.cel.expr.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 dev.cel.expr.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 dev.cel.expr.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.
- containsPositions(long) - Method in class dev.cel.expr.SourceInfo.Builder
-
A map from the parse node id (e.g.
- containsPositions(long) - Method in class dev.cel.expr.SourceInfo
-
A map from the parse node id (e.g.
- containsPositions(long) - Method in interface dev.cel.expr.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.
- containsReferenceMap(long) - Method in class dev.cel.expr.CheckedExpr.Builder
-
A map from expression ids to resolved references.
- containsReferenceMap(long) - Method in class dev.cel.expr.CheckedExpr
-
A map from expression ids to resolved references.
- containsReferenceMap(long) - Method in interface dev.cel.expr.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.
- containsTypeMap(long) - Method in class dev.cel.expr.CheckedExpr.Builder
-
A map from expression ids to types.
- containsTypeMap(long) - Method in class dev.cel.expr.CheckedExpr
-
A map from expression ids to types.
- containsTypeMap(long) - Method in interface dev.cel.expr.CheckedExprOrBuilder
-
A map from expression ids to types.
- containsValue(Object) - Method in class dev.cel.common.values.ImmutableMapValue
- convert(A) - Method in interface dev.cel.common.internal.Converter
- convert(DescriptorProtos.FileDescriptorSet) - Static method in class dev.cel.common.internal.FileDescriptorSetConverter
-
Extracts all FileDescriptors from the FileDescriptorSet
- Converter<A,B> - Interface in dev.cel.common.internal
-
Functional interface for converting between two types.
- copy(CelExpr) - Method in class dev.cel.parser.CelMacroExprFactory
-
Duplicates
CelExprwith 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.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
- copyOf(Map<String, ?>) - Static method in class dev.cel.runtime.Activation
-
Creates a binder backed up by a map.
- create() - Static method in class dev.cel.common.types.ListType
-
Do not use.
- create() - Static method in class dev.cel.common.types.UnspecifiedType
-
Do not use.
- create() - Static method in class dev.cel.runtime.DefaultDispatcher
- create(double) - Static method in class dev.cel.common.values.DoubleValue
- create(long) - Static method in class dev.cel.common.values.IntValue
- create(long, boolean) - Static method in class dev.cel.common.values.UintValue
- 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(Type) - Static method in class dev.cel.common.types.CelV1AlphaTypes
-
Create a type
Type. - create(Type.PrimitiveType) - Static method in class dev.cel.common.types.CelV1AlphaTypes
-
Create a primitive
Type. - create(Type.WellKnownType) - Static method in class dev.cel.common.types.CelV1AlphaTypes
-
Create a well-known
Type. - create(ImmutableList<CelDescriptorPool>) - Static method in class dev.cel.common.internal.CombinedDescriptorPool
- create(ImmutableList<CelAttribute.Qualifier>) - Static method in class dev.cel.runtime.CelAttribute
-
Creates a CelAttribute.
- create(ImmutableList<CelAttribute.Qualifier>) - Static method in class dev.cel.runtime.CelAttributePattern
-
Constructs a CelAttributePattern from a list of qualifiers.
- create(ImmutableSet<CelAttribute>) - Static method in class dev.cel.runtime.CelUnknownSet
- create(UnsignedLong) - Static method in class dev.cel.common.values.UintValue
- create(Message, CelDescriptorPool, ProtoCelValueConverter) - Static method in class dev.cel.common.values.ProtoMessageValue
- 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(CelAbstractSyntaxTree) - Static method in class dev.cel.optimizer.CelAstOptimizer.OptimizationResult
- create(CelAbstractSyntaxTree, ImmutableList<CelVarDecl>, ImmutableList<CelFunctionDecl>) - Static method in class dev.cel.optimizer.CelAstOptimizer.OptimizationResult
-
Create an optimization result with new declarations.
- create(CelDescriptors) - Static method in class dev.cel.common.internal.DefaultDescriptorPool
- create(CelDescriptors, ExtensionRegistry) - Static method in class dev.cel.common.internal.DefaultDescriptorPool
- create(CelDescriptorPool) - Static method in class dev.cel.common.internal.DefaultMessageFactory
- create(ProtoMessageFactory) - Static method in class dev.cel.common.internal.DynamicProto
- create(CelType) - Static method in class dev.cel.common.types.ListType
- create(CelType) - Static method in class dev.cel.common.types.NullableType
- create(CelType) - Static method in class dev.cel.common.types.OptionalType
- create(CelType) - Static method in class dev.cel.common.types.TypeType
- create(CelType) - Static method in class dev.cel.common.values.TypeValue
- create(CelType, CelType) - Static method in class dev.cel.common.types.MapType
- create(CelByteString) - Static method in class dev.cel.common.values.BytesValue
- create(Type) - Static method in class dev.cel.checker.Types
-
Create a type
Type. - create(Type) - Static method in class dev.cel.common.types.CelProtoTypes
-
Create a type
Type. - create(Type.PrimitiveType) - Static method in class dev.cel.checker.Types
-
Create a primitive
Type. - create(Type.PrimitiveType) - Static method in class dev.cel.common.types.CelProtoTypes
-
Create a primitive
Type. - create(Type.WellKnownType) - Static method in class dev.cel.checker.Types
-
Create a well-known
Type. - create(Type.WellKnownType) - Static method in class dev.cel.common.types.CelProtoTypes
-
Create a well-known
Type. - create(CelAttribute) - Static method in class dev.cel.runtime.CelUnknownSet
- create(CelAttribute, Iterable<Long>) - Static method in class dev.cel.runtime.CelUnknownSet
- create(CelVariableResolver, Collection<CelAttributePattern>) - Static method in class dev.cel.runtime.UnknownContext
-
Creates an unknown context from a list
- create(GlobalResolver) - Static method in class dev.cel.runtime.UnknownContext
-
Creates a trivial unknown context from a GlobalResolver.
- create(E) - Static method in class dev.cel.common.values.OptionalValue
- create(Boolean) - Static method in class dev.cel.common.values.BoolValue
- create(Enum<E>) - Static method in class dev.cel.common.values.EnumValue
- create(Exception) - Static method in class dev.cel.common.values.ErrorValue
- create(Long...) - Static method in class dev.cel.runtime.CelUnknownSet
- create(String) - Static method in class dev.cel.common.ast.CelMutableExpr.CelMutableIdent
- create(String) - Static method in class dev.cel.common.types.StructTypeReference
- create(String) - Static method in class dev.cel.common.types.TypeParamType
- create(String) - Static method in class dev.cel.common.values.StringValue
- create(String) - Static method in class dev.cel.runtime.CelAttribute
-
Creates a CelAttribute from a single root identifier.
- create(String) - Static method in class dev.cel.runtime.CelAttributePattern
-
Constructs a pattern from a single root identifier (single string qualifier).
- create(String, ImmutableList<CelType>) - Static method in class dev.cel.common.types.OpaqueType
- create(String, ImmutableMap<String, Integer>) - Static method in class dev.cel.common.types.EnumType
- create(String, ImmutableSet<String>, StructType.FieldResolver) - Static method in class dev.cel.common.types.StructType
- create(String, ImmutableSet<String>, StructType.FieldResolver, StructType.FieldResolver) - Static method in class dev.cel.common.types.ProtoMessageType
- 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, CelSource.Extension.Version, CelSource.Extension.Component...) - Static method in class dev.cel.common.CelSource.Extension
- create(String, CelSource.Extension.Version, Iterable<CelSource.Extension.Component>) - Static method in class dev.cel.common.CelSource.Extension
- create(String, CelType...) - Static method in class dev.cel.common.types.OpaqueType
- create(String, EnumType.EnumNumberResolver, EnumType.EnumNameResolver) - Static method in class dev.cel.common.types.EnumType
- create(String, Object) - Static method in class dev.cel.common.values.OpaqueValue
- 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(Duration) - Static method in class dev.cel.common.values.DurationValue
- create(Instant) - Static method in class dev.cel.common.values.TimestampValue
- 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
- create(List<E>) - Static method in class dev.cel.common.values.ImmutableListValue
- create(Map<K, V>) - Static method in class dev.cel.common.values.ImmutableMapValue
- createAttributeResolver() - Method in class dev.cel.runtime.UnknownContext
-
Creates an attribute resolver based on registered unknown patterns and resolved attribute values.
- createDurationFromString(String) - Static method in class dev.cel.runtime.RuntimeHelpers
-
Convert a string to a Duration.
- createFunctionType(CelType, Iterable<CelType>) - Static method in class dev.cel.common.types.CelTypes
-
Create an abstract type with an expected result type (first argument in the parameter) and the argument types.
- createInterpretable(CelAbstractSyntaxTree) - Method in class dev.cel.runtime.DefaultInterpreter
- createInterpretable(CelAbstractSyntaxTree) - Method in interface dev.cel.runtime.Interpreter
-
Creates an interpretable for the given expression.
- createList(Type) - Static method in class dev.cel.common.types.CelV1AlphaTypes
-
Create a list with
elemType. - createList(Type) - Static method in class dev.cel.checker.Types
-
Create a list with
elemType. - createList(Type) - Static method in class dev.cel.common.types.CelProtoTypes
-
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.common.types.CelV1AlphaTypes
-
Create a map with
keyTypeandvalueType. - createMap(Type, Type) - Static method in class dev.cel.checker.Types
-
Create a map with
keyTypeandvalueType. - createMap(Type, Type) - Static method in class dev.cel.common.types.CelProtoTypes
-
Create a map with
keyTypeandvalueType. - CreateMapContext(CELParser.PrimaryContext) - Constructor for class cel.parser.internal.CELParser.CreateMapContext
- createMessage(Descriptors.Descriptor) - Static method in class dev.cel.common.types.CelProtoTypes
-
Create a message
TypeforDescriptor. - createMessage(Descriptors.Descriptor) - Static method in class dev.cel.common.types.CelV1AlphaTypes
-
Create a message
TypeforDescriptor. - createMessage(String) - Static method in class dev.cel.checker.Types
-
Create a message
TypeformessageName. - createMessage(String) - Static method in class dev.cel.common.types.CelProtoTypes
-
Create a message
TypeformessageName. - createMessage(String) - Static method in class dev.cel.common.types.CelV1AlphaTypes
-
Create a message
TypeformessageName. - createMessage(String, Map<String, Object>) - Method in class dev.cel.runtime.DescriptorMessageProvider
- createMessage(String, Map<String, Object>) - Method in interface dev.cel.runtime.MessageProvider
-
Create a message based on the fully qualified message name and field-value mapping.
- createMessage(String, Map<String, Object>) - Method in class dev.cel.runtime.RuntimeTypeProviderLegacyImpl
- CreateMessageContext(CELParser.PrimaryContext) - Constructor for class cel.parser.internal.CELParser.CreateMessageContext
- createOptionalType(Type) - Static method in class dev.cel.common.types.CelProtoTypes
-
Create an abstract type indicating that the parameterized type may be contained within the object.
- createProgram(CelAbstractSyntaxTree) - Method in interface dev.cel.runtime.CelRuntime
-
Creates a
Programfrom the inputast. - createProgram(CelAbstractSyntaxTree) - Method in class dev.cel.runtime.CelRuntimeLegacyImpl
- createTypeParam(String) - Static method in class dev.cel.checker.Types
-
Create a type param
Type. - createTypeParam(String) - Static method in class dev.cel.common.types.CelProtoTypes
-
Create a type param
Type. - createTypeParam(String) - Static method in class dev.cel.common.types.CelV1AlphaTypes
-
Create a type param
Type. - createWrapper(Type) - Static method in class dev.cel.common.types.CelV1AlphaTypes
-
Create a wrapper type where the input is a
Typeof primitive types. - createWrapper(Type.PrimitiveType) - Static method in class dev.cel.common.types.CelV1AlphaTypes
-
Create a wrapper type for the
primitive. - createWrapper(Type) - Static method in class dev.cel.checker.Types
-
Create a wrapper type where the input is a
Typeof primitive types. - createWrapper(Type) - Static method in class dev.cel.common.types.CelProtoTypes
-
Create a wrapper type where the input is a
Typeof primitive types. - createWrapper(Type.PrimitiveType) - Static method in class dev.cel.checker.Types
-
Create a wrapper type for the
primitive. - createWrapper(Type.PrimitiveType) - Static method in class dev.cel.common.types.CelProtoTypes
-
Create a wrapper type for the
primitive. - current() - Static method in class dev.cel.common.CelOptions
-
Return a
Builderconfigured with the most current set ofCelOptions(recommended). - CURRENT - Static variable in enum dev.cel.common.ExprFeatures
-
Deprecated.Feature flags that enable the current best practices for CEL.
- 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 - Class in dev.cel.expr
-
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.Builder - Class in dev.cel.expr
-
Represents a declaration of a named value or function.
- Decl.DeclKindCase - Enum in com.google.api.expr.v1alpha1
- Decl.DeclKindCase - Enum in dev.cel.expr
- 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 - Class in dev.cel.expr
-
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.Builder - Class in dev.cel.expr
-
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 - Class in dev.cel.expr
-
An overload indicates a function's parameter types and return type, and may optionally include a function body described in terms of [Expr][cel.expr.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.Overload.Builder - Class in dev.cel.expr
-
An overload indicates a function's parameter types and return type, and may optionally include a function body described in terms of [Expr][cel.expr.Expr] values.
- Decl.FunctionDecl.OverloadOrBuilder - Interface in com.google.api.expr.v1alpha1
- Decl.FunctionDecl.OverloadOrBuilder - Interface in dev.cel.expr
- Decl.FunctionDeclOrBuilder - Interface in com.google.api.expr.v1alpha1
- Decl.FunctionDeclOrBuilder - Interface in dev.cel.expr
- Decl.IdentDecl - Class in com.google.api.expr.v1alpha1
-
Identifier declaration which specifies its type and optional `Expr` value.
- Decl.IdentDecl - Class in dev.cel.expr
-
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.IdentDecl.Builder - Class in dev.cel.expr
-
Identifier declaration which specifies its type and optional `Expr` value.
- Decl.IdentDeclOrBuilder - Interface in com.google.api.expr.v1alpha1
- Decl.IdentDeclOrBuilder - Interface in dev.cel.expr
- 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
DeclGroupfrom the inputidentsandfunctions. - DECLKIND_NOT_SET - com.google.api.expr.v1alpha1.Decl.DeclKindCase
- DECLKIND_NOT_SET - dev.cel.expr.Decl.DeclKindCase
- DeclOrBuilder - Interface in com.google.api.expr.v1alpha1
- DeclOrBuilder - Interface in dev.cel.expr
- DeclProto - Class in com.google.api.expr.v1alpha1
- DeclProto - Class in dev.cel.expr
- DEFAULT - Static variable in class dev.cel.common.CelOptions
- DefaultDescriptorPool - Class in dev.cel.common.internal
-
A descriptor pool that has descriptors pre-loaded for well-known types defined by
WellKnownProto. - DefaultDispatcher - Class in dev.cel.runtime
-
Default implementation of
Dispatcher. - DefaultInstanceMessageFactory - Class in dev.cel.common.internal
-
Singleton factory for creating default messages from a protobuf descriptor.
- DefaultInterpreter - Class in dev.cel.runtime
-
Default implementation of the CEL interpreter.
- DefaultInterpreter(RuntimeTypeProvider, Dispatcher, CelOptions) - Constructor for class dev.cel.runtime.DefaultInterpreter
-
Creates a new interpreter
- DefaultMessageFactory - Class in dev.cel.common.internal
-
DefaultMessageFactory produces
Message.Builderinstances by protobuf name. - DefaultMetadata - Class in dev.cel.runtime
-
Metadata implementation based on
CelAbstractSyntaxTree. - DefaultMetadata(CelAbstractSyntaxTree) - Constructor for class dev.cel.runtime.DefaultMetadata
- DEPRECATED - dev.cel.common.CelIssue.Severity
- descendants() - Method in class dev.cel.common.navigation.CelNavigableExpr
- descendants() - Method in class dev.cel.common.navigation.CelNavigableMutableExpr
- descendants(TraversalOrder) - Method in class dev.cel.common.navigation.CelNavigableExpr
- descendants(TraversalOrder) - Method in class dev.cel.common.navigation.CelNavigableMutableExpr
- descriptor() - Method in enum dev.cel.common.internal.WellKnownProto
- DescriptorMessageProvider - Class in dev.cel.runtime
-
An implementation of
RuntimeTypeProviderwhich relies on proto descriptors. - DescriptorMessageProvider(ProtoMessageFactory, CelOptions) - Constructor for class dev.cel.runtime.DescriptorMessageProvider
-
Create a new message provider with a given message factory and custom descriptor set to use when adapting from proto to CEL and vice versa.
- DescriptorMessageProvider(MessageFactory) - Constructor for class dev.cel.runtime.DescriptorMessageProvider
-
Deprecated.Migrate to the CEL-Java fluent APIs. See
CelRuntimeFactory. - DescriptorMessageProvider(MessageFactory, ImmutableSet<ExprFeatures>) - Constructor for class dev.cel.runtime.DescriptorMessageProvider
-
Deprecated.Migrate to the CEL-Java fluent APIs. See
CelRuntimeFactory. - DescriptorTypeProvider - Class in dev.cel.checker
-
The
DescriptorTypeProviderprovides type information for one or moreDescriptors.Descriptorinstances 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
-
Value object for an enum
DescriptorTypeProvider.EnumValueDef.name()andDescriptorTypeProvider.EnumValueDef.value(). - 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
TypeDefinformation. - 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.bundle - package dev.cel.bundle
- dev.cel.checker - package dev.cel.checker
- dev.cel.common - package dev.cel.common
- dev.cel.common.annotations - package dev.cel.common.annotations
- dev.cel.common.ast - package dev.cel.common.ast
- dev.cel.common.internal - package dev.cel.common.internal
- dev.cel.common.navigation - package dev.cel.common.navigation
- dev.cel.common.types - package dev.cel.common.types
- dev.cel.common.values - package dev.cel.common.values
- dev.cel.compiler - package dev.cel.compiler
- dev.cel.expr - package dev.cel.expr
- dev.cel.extensions - package dev.cel.extensions
- dev.cel.optimizer - package dev.cel.optimizer
- dev.cel.optimizer.optimizers - package dev.cel.optimizer.optimizers
- dev.cel.parser - package dev.cel.parser
- dev.cel.runtime - package dev.cel.runtime
- dev.cel.validator - package dev.cel.validator
- dev.cel.validator.validators - package dev.cel.validator.validators
- disableCelStandardEquality() - Method in class dev.cel.common.CelOptions
- disableCelStandardEquality(boolean) - Method in class dev.cel.common.CelOptions.Builder
-
Disable standard CEL equality in favor of the legacy Java equality calls for (in)equality tests.
- Dispatcher - Interface in dev.cel.runtime
-
An object which implements dispatching of function calls.
- Dispatcher.ImmutableCopy - Interface in dev.cel.runtime
-
An
Immutablecopy of aDispatcher. - DIVIDE - dev.cel.parser.Operator
- DIVIDE - dev.cel.runtime.CelStandardFunctions.StandardFunction
- DIVIDE_BY_ZERO - dev.cel.common.CelErrorCode
-
Division by zero, also reported for modulus operations.
- DIVIDE_DOUBLE - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Arithmetic
- DIVIDE_INT64 - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Arithmetic
- DIVIDE_UINT64 - dev.cel.runtime.CelStandardFunctions.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
- DOC_FIELD_NUMBER - Static variable in class dev.cel.expr.Decl.FunctionDecl.Overload
- DOC_FIELD_NUMBER - Static variable in class dev.cel.expr.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.IdentOrGlobalCallContext
- 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.StandardIdentifier
- DOUBLE - dev.cel.common.types.CelKind
- DOUBLE - dev.cel.expr.Type.PrimitiveType
-
Double type.
- DOUBLE - dev.cel.runtime.CelStandardFunctions.StandardFunction
- DOUBLE - Static variable in class dev.cel.checker.Types
- DOUBLE - Static variable in class dev.cel.common.types.CelProtoTypes
- DOUBLE - Static variable in class dev.cel.common.types.CelV1AlphaTypes
- DOUBLE - Static variable in class dev.cel.common.types.SimpleType
- DOUBLE_CONVERTER - Static variable in class dev.cel.common.internal.ProtoAdapter
-
Double converter handles bidirectional conversions between float32 <-> float64 values.
- DOUBLE_TO_DOUBLE - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Conversions
- DOUBLE_TO_FLOAT - Static variable in class dev.cel.runtime.RuntimeHelpers
- DOUBLE_TO_INT64 - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Conversions
- DOUBLE_TO_STRING - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Conversions
- DOUBLE_TO_UINT64 - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Conversions
- DOUBLE_VALUE - com.google.api.expr.v1alpha1.Constant.ConstantKindCase
- DOUBLE_VALUE - com.google.api.expr.v1alpha1.Value.KindCase
- DOUBLE_VALUE - dev.cel.common.ast.CelConstant.Kind
- DOUBLE_VALUE - dev.cel.common.internal.WellKnownProto
- DOUBLE_VALUE - dev.cel.expr.Constant.ConstantKindCase
- DOUBLE_VALUE - dev.cel.expr.Value.KindCase
- DOUBLE_VALUE - Static variable in enum com.google.api.expr.v1alpha1.Type.PrimitiveType
-
Double type.
- DOUBLE_VALUE - Static variable in enum dev.cel.expr.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_VALUE_FIELD_NUMBER - Static variable in class dev.cel.expr.Constant
- DOUBLE_VALUE_FIELD_NUMBER - Static variable in class dev.cel.expr.Value
- DOUBLE_WRAPPER_MESSAGE - Static variable in class dev.cel.checker.Types
- DOUBLE_WRAPPER_MESSAGE - Static variable in class dev.cel.common.types.CelTypes
- DOUBLE_WRAPPER_MESSAGE - Static variable in class dev.cel.common.types.CelV1AlphaTypes
- DoubleContext(CELParser.LiteralContext) - Constructor for class cel.parser.internal.CELParser.DoubleContext
- doubleToLongChecked(double) - Static method in class dev.cel.runtime.RuntimeHelpers
- doubleToLongLossless(Number) - Static method in class dev.cel.runtime.RuntimeHelpers
- doubleToUnsignedChecked(double) - Static method in class dev.cel.runtime.RuntimeHelpers
- doubleValue() - Method in class dev.cel.common.ast.CelConstant
- doubleValue() - Method in class dev.cel.common.values.DoubleValue
- DoubleValue - Class in dev.cel.common.values
-
DoubleValue is a simple CelValue wrapper around Java doubles.
- DUPLICATE_ATTRIBUTE - dev.cel.common.CelErrorCode
-
Map or object construction supplies same key value more than once.
- DURATION - com.google.api.expr.v1alpha1.Type.WellKnownType
-
Well-known protobuf.Duration type, internally referenced as `duration`.
- DURATION - dev.cel.common.types.CelKind
- DURATION - dev.cel.expr.Type.WellKnownType
-
Well-known protobuf.Duration type, internally referenced as `duration`.
- DURATION - dev.cel.runtime.CelStandardFunctions.StandardFunction
- DURATION - Static variable in class dev.cel.checker.Types
- DURATION - Static variable in class dev.cel.common.types.CelProtoTypes
- DURATION - Static variable in class dev.cel.common.types.CelV1AlphaTypes
- DURATION - Static variable in class dev.cel.common.types.SimpleType
- DURATION_MESSAGE - Static variable in class dev.cel.checker.Types
- DURATION_MESSAGE - Static variable in class dev.cel.common.types.CelTypes
- DURATION_MESSAGE - Static variable in class dev.cel.common.types.CelV1AlphaTypes
- DURATION_TO_DURATION - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Conversions
- DURATION_TO_HOURS - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.DateTime
- DURATION_TO_MILLISECONDS - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.DateTime
- DURATION_TO_MINUTES - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.DateTime
- DURATION_TO_SECONDS - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.DateTime
- DURATION_TO_STRING - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Conversions
- DURATION_VALUE - com.google.api.expr.v1alpha1.Constant.ConstantKindCase
-
Deprecated.
- DURATION_VALUE - dev.cel.common.ast.CelConstant.Kind
-
Deprecated.Do not use. Duration is no longer built-in CEL type.
- DURATION_VALUE - dev.cel.common.internal.WellKnownProto
- DURATION_VALUE - dev.cel.expr.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 - Static variable in enum dev.cel.expr.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
- DURATION_VALUE_FIELD_NUMBER - Static variable in class dev.cel.expr.Constant
- DurationLiteralValidator - Class in dev.cel.validator.validators
-
DurationLiteralValidator ensures that duration literal arguments are valid.
- durationValue() - Method in class dev.cel.common.ast.CelConstant
-
Deprecated.Do not use. Duration is no longer built-in CEL type.
- DurationValue - Class in dev.cel.common.values
-
DurationValue is a simple CelValue wrapper around
Duration - DurationValue() - Constructor for class dev.cel.common.values.DurationValue
- DYN - com.google.api.expr.v1alpha1.Type.TypeKindCase
- DYN - dev.cel.checker.CelStandardDeclarations.StandardIdentifier
- DYN - dev.cel.common.types.CelKind
- DYN - dev.cel.expr.Type.TypeKindCase
- DYN - dev.cel.runtime.CelStandardFunctions.StandardFunction
- DYN - Static variable in class dev.cel.checker.Types
- DYN - Static variable in class dev.cel.common.types.CelProtoTypes
- DYN - Static variable in class dev.cel.common.types.CelV1AlphaTypes
- DYN - Static variable in class dev.cel.common.types.SimpleType
- DYN_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Type
- DYN_FIELD_NUMBER - Static variable in class dev.cel.expr.Type
- DynamicMessageFactory - Class in dev.cel.runtime
-
Deprecated.Do not use. CEL-Java users should leverage the Fluent APIs instead. See
CelRuntimeFactory. - DynamicProto - Class in dev.cel.common.internal
-
The
DynamicProtoclass supports the conversion ofAnyvalues to concreteMessagetypes based on provided descriptors.
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
- ELEM_TYPE_FIELD_NUMBER - Static variable in class dev.cel.expr.Type.ListType
- elements() - Method in class dev.cel.common.ast.CelExpr.CelList
- elements() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableList
- elements() - Method in interface dev.cel.common.ast.Expression.List
-
The elements part of the list
- ELEMENTS_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.CreateList
- ELEMENTS_FIELD_NUMBER - Static variable in class dev.cel.expr.Expr.CreateList
- elems - Variable in class cel.parser.internal.CELParser.CreateListContext
- elems - Variable in class cel.parser.internal.CELParser.ListInitContext
- elemType() - Method in class dev.cel.common.types.ListType
- eliminableFunctions() - Method in class dev.cel.optimizer.optimizers.SubexpressionOptimizer.SubexpressionOptimizerOptions
- EMPTY - Static variable in class dev.cel.common.values.CelByteString
- EMPTY - Static variable in class dev.cel.common.values.OptionalValue
-
Sentinel value representing an empty optional ('optional.none()' in CEL)
- EMPTY - Static variable in class dev.cel.runtime.Activation
-
An empty binder which resolves everything to null.
- EMPTY - Static variable in class dev.cel.runtime.CelAttribute
-
Empty attribute.
- ENABLE_HETEROGENEOUS_NUMERIC_COMPARISONS - dev.cel.common.ExprFeatures
-
Deprecated.Enable numeric comparisons across types.
- ENABLE_NAMESPACED_DECLARATIONS - dev.cel.common.ExprFeatures
-
Deprecated.Enables the usage of namespaced functions and identifiers.
- ENABLE_TIMESTAMP_EPOCH - dev.cel.common.ExprFeatures
-
Deprecated.Enable the timestamp from epoch overload.
- ENABLE_UNSIGNED_LONGS - dev.cel.common.ExprFeatures
-
Deprecated.Enable the using of
UnsignedLongvalues in place ofLongvalues for unsigned integers. - enableCelBlock() - Method in class dev.cel.optimizer.optimizers.SubexpressionOptimizer.SubexpressionOptimizerOptions
- enableCelBlock(boolean) - Method in class dev.cel.optimizer.optimizers.SubexpressionOptimizer.SubexpressionOptimizerOptions.Builder
-
Rewrites the optimized AST using cel.@block call instead of cascaded cel.bind macros, aimed to produce a more compact AST.
- enableCelValue() - Method in class dev.cel.common.CelOptions
- enableCelValue(boolean) - Method in class dev.cel.common.CelOptions.Builder
-
Enables the usage of
CelValuefor the runtime. - enableCompileTimeOverloadResolution() - Method in class dev.cel.common.CelOptions
- enableCompileTimeOverloadResolution(boolean) - Method in class dev.cel.common.CelOptions.Builder
-
Require overloads to resolve (narrow to a single candidate) during type checking.
- enableComprehension() - Method in class dev.cel.common.CelOptions
- enableComprehension(boolean) - Method in class dev.cel.common.CelOptions.Builder
-
Enables comprehension (macros) for the runtime.
- enableHeterogeneousNumericComparisons() - Method in class dev.cel.common.CelOptions
- enableHeterogeneousNumericComparisons(boolean) - Method in class dev.cel.common.CelOptions.Builder
-
Enable the
less_equals_double_int64and other cross-type numeric comparisons fordouble,int64, anduint64values. - enableHiddenAccumulatorVar() - Method in class dev.cel.common.CelOptions
- enableHiddenAccumulatorVar(boolean) - Method in class dev.cel.common.CelOptions.Builder
-
Enable the use of a hidden accumulator variable name.
- enableHomogeneousLiterals() - Method in class dev.cel.common.CelOptions
- enableHomogeneousLiterals(boolean) - Method in class dev.cel.common.CelOptions.Builder
-
Deprecated.Use standalone
dev.cel.validators.validator.HomogeneousLiteralValidatorinstead. - enableListConcatenation() - Method in class dev.cel.common.CelOptions
- enableListConcatenation(boolean) - Method in class dev.cel.common.CelOptions.Builder
-
Enables list concatenation overload for the runtime.
- enableNamespacedDeclarations() - Method in class dev.cel.common.CelOptions
- enableNamespacedDeclarations(boolean) - Method in class dev.cel.common.CelOptions.Builder
-
Deprecated.This will be removed in the future. Please update your codebase to not rely on existence of certain expression nodes that would be collapsed/removed with this feature enabled.
- enableOptionalSyntax() - Method in class dev.cel.common.CelOptions
- enableOptionalSyntax(boolean) - Method in class dev.cel.common.CelOptions.Builder
-
EnableOptionalSyntax enables syntax for optional field and index selection (e.g: msg.?field).
- enableProtoDifferencerEquality() - Method in class dev.cel.common.CelOptions
- enableProtoDifferencerEquality(boolean) - Method in class dev.cel.common.CelOptions.Builder
-
Perform equality using
ProtoEqualityproto equality. - enableRegexPartialMatch() - Method in class dev.cel.common.CelOptions
- enableRegexPartialMatch(boolean) - Method in class dev.cel.common.CelOptions.Builder
-
Treat regex
matchescalls as substring (unanchored) match patterns. - enableReservedIds() - Method in class dev.cel.common.CelOptions
- enableReservedIds(boolean) - Method in class dev.cel.common.CelOptions.Builder
-
Check for use of reserved identifiers during parsing.
- enableShortCircuiting() - Method in class dev.cel.common.CelOptions
- enableShortCircuiting(boolean) - Method in class dev.cel.common.CelOptions.Builder
-
Enable short-circuiting of the logical operator evaluation.
- enableStringConcatenation() - Method in class dev.cel.common.CelOptions
- enableStringConcatenation(boolean) - Method in class dev.cel.common.CelOptions.Builder
-
Enables string concatenation overload for the runtime.
- enableStringConversion() - Method in class dev.cel.common.CelOptions
- enableStringConversion(boolean) - Method in class dev.cel.common.CelOptions.Builder
-
Enables string() overloads for the runtime.
- enableTimestampEpoch() - Method in class dev.cel.common.CelOptions
- enableTimestampEpoch(boolean) - Method in class dev.cel.common.CelOptions.Builder
-
Enable the
int64_to_timestampoverload which creates a timestamp from Uxix epoch seconds. - enableUnknownTracking() - Method in class dev.cel.common.CelOptions
- enableUnknownTracking(boolean) - Method in class dev.cel.common.CelOptions.Builder
-
Enable tracking unknown attributes and function invocations encountered during evaluation.
- enableUnsignedComparisonAndArithmeticIsUnsigned() - Method in class dev.cel.common.CelOptions
- enableUnsignedComparisonAndArithmeticIsUnsigned(boolean) - Method in class dev.cel.common.CelOptions.Builder
-
Treat unsigned integers as unsigned when doing arithmetic and comparisons.
- enableUnsignedLongs() - Method in class dev.cel.common.CelOptions
- enableUnsignedLongs(boolean) - Method in class dev.cel.common.CelOptions.Builder
-
Deprecated.Do not use. This option is enabled by default in the currently supported feature set
CelOptions.DEFAULT. This flag will be removed in the future. - encoders() - Static method in class dev.cel.extensions.CelExtensions
-
Extended functions for string, byte and object encodings.
- ENDS_WITH - dev.cel.runtime.CelStandardFunctions.StandardFunction
- ENDS_WITH_STRING - dev.cel.runtime.CelStandardFunctions.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.CelExpr.CelMap
-
The entries in the creation expression.
- entries() - Method in class dev.cel.common.ast.CelExpr.CelStruct
- entries() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableMap
- entries() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableStruct
- entries() - Method in interface dev.cel.common.ast.Expression.Map
- entries() - Method in interface dev.cel.common.ast.Expression.Struct
-
The entries in the creation expression.
- 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
- ENTRIES_FIELD_NUMBER - Static variable in class dev.cel.expr.Expr.CreateStruct
- ENTRIES_FIELD_NUMBER - Static variable in class dev.cel.expr.MapValue
- Entry() - Constructor for class dev.cel.common.ast.CelExpr.CelMap.Entry
- Entry() - Constructor for class dev.cel.common.ast.CelExpr.CelStruct.Entry
- entrySet() - Method in class dev.cel.common.values.ImmutableMapValue
- ENUM_VALUE - com.google.api.expr.v1alpha1.Value.KindCase
- ENUM_VALUE - dev.cel.expr.Value.KindCase
- ENUM_VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Value
- ENUM_VALUE_FIELD_NUMBER - Static variable in class dev.cel.expr.Value
- enumDescriptors() - Method in class dev.cel.common.CelDescriptors
- enumDescriptorsBuilder() - Method in class dev.cel.common.CelDescriptors.Builder
- EnumType - Class in dev.cel.common.types
-
Enum types to support strongly typed enums with lookups by value name and number.
- EnumType.EnumNameResolver - Interface in dev.cel.common.types
-
Functional interface for looking up an enum name by its number.
- EnumType.EnumNumberResolver - Interface in dev.cel.common.types
-
Functional interface for lookup up an enum number by its local or fully qualified name.
- EnumValue - Class in com.google.api.expr.v1alpha1
-
An enum value.
- EnumValue<E extends java.lang.Enum<E>> - Class in dev.cel.common.values
-
EnumValue is a simple CelValue wrapper around Java enums.
- EnumValue - Class in dev.cel.expr
-
An enum value.
- EnumValue() - Constructor for class dev.cel.common.values.EnumValue
- EnumValue.Builder - Class in com.google.api.expr.v1alpha1
-
An enum value.
- EnumValue.Builder - Class in dev.cel.expr
-
An enum value.
- EnumValueDef() - Constructor for class dev.cel.checker.DescriptorTypeProvider.EnumValueDef
- EnumValueOrBuilder - Interface in com.google.api.expr.v1alpha1
- EnumValueOrBuilder - Interface in dev.cel.expr
- enumValues() - Method in class dev.cel.checker.DescriptorTypeProvider.TypeDef
-
The set of
DescriptorTypeProvider.EnumValueDefvalues 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.Use
CelFunctionDecl.newBuilder()instead. - 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(Message, Message) - Method in class dev.cel.common.internal.ProtoEquality
- 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.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.common.values.CelByteString
- equals(Object) - Method in class dev.cel.common.values.DoubleValue
- equals(Object) - Method in class dev.cel.common.values.ImmutableListValue
- equals(Object) - Method in class dev.cel.common.values.ImmutableMapValue
- equals(Object) - Method in class dev.cel.common.values.IntValue
- equals(Object) - Method in class dev.cel.expr.CheckedExpr
- equals(Object) - Method in class dev.cel.expr.Constant
- equals(Object) - Method in class dev.cel.expr.Decl
- equals(Object) - Method in class dev.cel.expr.Decl.FunctionDecl
- equals(Object) - Method in class dev.cel.expr.Decl.FunctionDecl.Overload
- equals(Object) - Method in class dev.cel.expr.Decl.IdentDecl
- equals(Object) - Method in class dev.cel.expr.EnumValue
- equals(Object) - Method in class dev.cel.expr.ErrorSet
- equals(Object) - Method in class dev.cel.expr.EvalState
- equals(Object) - Method in class dev.cel.expr.EvalState.Result
- equals(Object) - Method in class dev.cel.expr.Explain
-
Deprecated.
- equals(Object) - Method in class dev.cel.expr.Explain.ExprStep
-
Deprecated.
- equals(Object) - Method in class dev.cel.expr.Expr.Call
- equals(Object) - Method in class dev.cel.expr.Expr.Comprehension
- equals(Object) - Method in class dev.cel.expr.Expr.CreateList
- equals(Object) - Method in class dev.cel.expr.Expr.CreateStruct.Entry
- equals(Object) - Method in class dev.cel.expr.Expr.CreateStruct
- equals(Object) - Method in class dev.cel.expr.Expr
- equals(Object) - Method in class dev.cel.expr.Expr.Ident
- equals(Object) - Method in class dev.cel.expr.Expr.Select
- equals(Object) - Method in class dev.cel.expr.ExprValue
- equals(Object) - Method in class dev.cel.expr.ListValue
- equals(Object) - Method in class dev.cel.expr.MapValue.Entry
- equals(Object) - Method in class dev.cel.expr.MapValue
- equals(Object) - Method in class dev.cel.expr.ParsedExpr
- equals(Object) - Method in class dev.cel.expr.Reference
- equals(Object) - Method in class dev.cel.expr.SourceInfo
- equals(Object) - Method in class dev.cel.expr.SourceInfo.Extension
- equals(Object) - Method in class dev.cel.expr.SourceInfo.Extension.Version
- equals(Object) - Method in class dev.cel.expr.Type.AbstractType
- equals(Object) - Method in class dev.cel.expr.Type
- equals(Object) - Method in class dev.cel.expr.Type.FunctionType
- equals(Object) - Method in class dev.cel.expr.Type.ListType
- equals(Object) - Method in class dev.cel.expr.Type.MapType
- equals(Object) - Method in class dev.cel.expr.UnknownSet
- equals(Object) - Method in class dev.cel.expr.Value
- equals(Object) - Method in class dev.cel.parser.CelMacro
- EQUALS - dev.cel.parser.Operator
- EQUALS - dev.cel.runtime.CelStandardFunctions.StandardFunction
- EQUALS - dev.cel.runtime.CelStandardFunctions.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
- EQUIVALENT - dev.cel.extensions.CelSetsExtensions.Function
- ERROR - com.google.api.expr.v1alpha1.ExprValue.KindCase
- ERROR - com.google.api.expr.v1alpha1.Type.TypeKindCase
- ERROR - dev.cel.common.CelIssue.Severity
- ERROR - dev.cel.common.types.CelKind
- ERROR - dev.cel.expr.ExprValue.KindCase
- ERROR - dev.cel.expr.Type.TypeKindCase
- ERROR - Static variable in class dev.cel.checker.Types
- ERROR - Static variable in class dev.cel.common.internal.Constants
- ERROR - Static variable in class dev.cel.common.types.CelProtoTypes
- ERROR - Static variable in class dev.cel.common.types.CelV1AlphaTypes
- ERROR - Static variable in class dev.cel.common.types.SimpleType
- 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_FIELD_NUMBER - Static variable in class dev.cel.expr.ExprValue
- ERROR_FIELD_NUMBER - Static variable in class dev.cel.expr.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.
- ERROR_ON_DUPLICATE_KEYS - dev.cel.common.ExprFeatures
-
Deprecated.Error on duplicate keys in map literals.
- ERROR_ON_WRAP - dev.cel.common.ExprFeatures
-
Deprecated.Throw errors when ints or uints wrap.
- errorOnDuplicateMapKeys() - Method in class dev.cel.common.CelOptions
- errorOnDuplicateMapKeys(boolean) - Method in class dev.cel.common.CelOptions.Builder
-
Throw errors on duplicate keys in map literals.
- errorOnIntWrap() - Method in class dev.cel.common.CelOptions
- errorOnIntWrap(boolean) - Method in class dev.cel.common.CelOptions.Builder
-
Throw errors when ints or uints wrap.
- 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_FIELD_NUMBER - Static variable in class dev.cel.expr.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 - Class in dev.cel.expr
-
A set of errors.
- ErrorSet.Builder - Class in com.google.api.expr.v1alpha1
-
A set of errors.
- ErrorSet.Builder - Class in dev.cel.expr
-
A set of errors.
- ErrorSetOrBuilder - Interface in com.google.api.expr.v1alpha1
- ErrorSetOrBuilder - Interface in dev.cel.expr
- ErrorValue - Class in dev.cel.common.values
-
CelErrorValue represent the intermediate error that occurs during evaluation in the form of Java exception.
- ErrorValue() - Constructor for class dev.cel.common.values.ErrorValue
- eval() - Method in class dev.cel.runtime.CelRuntime.Program
-
Evaluate the expression without any variables.
- eval(Message) - Method in class dev.cel.runtime.CelRuntime.Program
-
Evaluate the expression using
messagefields as the source of input variables. - eval(CelVariableResolver) - Method in class dev.cel.runtime.CelRuntime.Program
-
Evaluate a compiled program with a custom variable
resolver. - eval(CelVariableResolver, CelFunctionResolver) - Method in class dev.cel.runtime.CelRuntime.Program
-
Evaluate a compiled program with a custom variable
resolverand late-bound functionslateBoundFunctionResolver. - eval(GlobalResolver) - Method in interface dev.cel.runtime.Interpretable
-
Runs interpretation with the given activation which supplies name/value bindings.
- eval(GlobalResolver, CelEvaluationListener) - Method in interface dev.cel.runtime.Interpretable
-
Runs interpretation with the given activation which supplies name/value bindings.
- eval(GlobalResolver, FunctionResolver, CelEvaluationListener) - Method in interface dev.cel.runtime.Interpretable
-
Runs interpretation with the given activation which supplies name/value bindings.
- eval(Map<String, ?>) - Method in class dev.cel.runtime.CelRuntime.Program
-
Evaluate the expression using a
mapValueas the source of input variables. - eval(Map<String, ?>, CelFunctionResolver) - Method in class dev.cel.runtime.CelRuntime.Program
-
Evaluate a compiled program with
mapValueand late-bound functionslateBoundFunctionResolver. - EvalProto - Class in com.google.api.expr.v1alpha1
- EvalProto - Class in dev.cel.expr
- EvalState - Class in com.google.api.expr.v1alpha1
-
The state of an evaluation.
- EvalState - Class in dev.cel.expr
-
The state of an evaluation.
- EvalState.Builder - Class in com.google.api.expr.v1alpha1
-
The state of an evaluation.
- EvalState.Builder - Class in dev.cel.expr
-
The state of an evaluation.
- EvalState.Result - Class in com.google.api.expr.v1alpha1
-
A single evalution result.
- EvalState.Result - Class in dev.cel.expr
-
A single evaluation result.
- EvalState.Result.Builder - Class in com.google.api.expr.v1alpha1
-
A single evalution result.
- EvalState.Result.Builder - Class in dev.cel.expr
-
A single evaluation result.
- EvalState.ResultOrBuilder - Interface in com.google.api.expr.v1alpha1
- EvalState.ResultOrBuilder - Interface in dev.cel.expr
- EvalStateOrBuilder - Interface in com.google.api.expr.v1alpha1
- EvalStateOrBuilder - Interface in dev.cel.expr
- evalTrackingUnknowns(RuntimeUnknownResolver, Optional<? extends FunctionResolver>, CelEvaluationListener) - Method in interface dev.cel.runtime.UnknownTrackingInterpretable
-
Runs interpretation with the given activation which supplies name/value bindings with the ability to track and resolve unknown variables as they are encountered.
- 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(CelStandardFunctions.StandardFunction...) - Method in class dev.cel.runtime.CelStandardFunctions.Builder
- excludeFunctions(Iterable<CelStandardDeclarations.StandardFunction>) - Method in class dev.cel.checker.CelStandardDeclarations.Builder
- excludeFunctions(Iterable<CelStandardFunctions.StandardFunction>) - Method in class dev.cel.runtime.CelStandardFunctions.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 - dev.cel.parser.Operator
- 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 - dev.cel.parser.Operator
- 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 - Class in dev.cel.expr
-
Deprecated.
- Explain.Builder - Class in com.google.api.expr.v1alpha1
-
Deprecated.Values of intermediate expressions produced when evaluating expression.
- Explain.Builder - Class in dev.cel.expr
-
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 - Class in dev.cel.expr
-
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.ExprStep.Builder - Class in dev.cel.expr
-
Deprecated.ID and value index of one step.
- Explain.ExprStepOrBuilder - Interface in com.google.api.expr.v1alpha1
-
Deprecated.
- Explain.ExprStepOrBuilder - Interface in dev.cel.expr
-
Deprecated.
- ExplainOrBuilder - Interface in com.google.api.expr.v1alpha1
-
Deprecated.
- ExplainOrBuilder - Interface in dev.cel.expr
-
Deprecated.
- ExplainProto - Class in com.google.api.expr.v1alpha1
- ExplainProto - Class in dev.cel.expr
- 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
CelMutableExprrepresentation 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 - Class in dev.cel.expr
-
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_FIELD_NUMBER - Static variable in class dev.cel.expr.CheckedExpr
- EXPR_FIELD_NUMBER - Static variable in class dev.cel.expr.EvalState.Result
- EXPR_FIELD_NUMBER - Static variable in class dev.cel.expr.ParsedExpr
- EXPR_STEPS_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.
- EXPR_STEPS_FIELD_NUMBER - Static variable in class dev.cel.expr.Explain
-
Deprecated.
- EXPR_VERSION_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.CheckedExpr
- EXPR_VERSION_FIELD_NUMBER - Static variable in class dev.cel.expr.CheckedExpr
- Expr.Builder - Class in com.google.api.expr.v1alpha1
-
An abstract representation of a common expression.
- Expr.Builder - Class in dev.cel.expr
-
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 - Class in dev.cel.expr
-
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.Call.Builder - Class in dev.cel.expr
-
A call expression, including calls to predefined functions and operators.
- Expr.CallOrBuilder - Interface in com.google.api.expr.v1alpha1
- Expr.CallOrBuilder - Interface in dev.cel.expr
- Expr.Comprehension - Class in com.google.api.expr.v1alpha1
-
A comprehension expression applied to a list or map.
- Expr.Comprehension - Class in dev.cel.expr
-
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.Comprehension.Builder - Class in dev.cel.expr
-
A comprehension expression applied to a list or map.
- Expr.ComprehensionOrBuilder - Interface in com.google.api.expr.v1alpha1
- Expr.ComprehensionOrBuilder - Interface in dev.cel.expr
- Expr.CreateList - Class in com.google.api.expr.v1alpha1
-
A list creation expression.
- Expr.CreateList - Class in dev.cel.expr
-
A list creation expression.
- Expr.CreateList.Builder - Class in com.google.api.expr.v1alpha1
-
A list creation expression.
- Expr.CreateList.Builder - Class in dev.cel.expr
-
A list creation expression.
- Expr.CreateListOrBuilder - Interface in com.google.api.expr.v1alpha1
- Expr.CreateListOrBuilder - Interface in dev.cel.expr
- Expr.CreateStruct - Class in com.google.api.expr.v1alpha1
-
A map or message creation expression.
- Expr.CreateStruct - Class in dev.cel.expr
-
A map or message creation expression.
- Expr.CreateStruct.Builder - Class in com.google.api.expr.v1alpha1
-
A map or message creation expression.
- Expr.CreateStruct.Builder - Class in dev.cel.expr
-
A map or message creation expression.
- Expr.CreateStruct.Entry - Class in com.google.api.expr.v1alpha1
-
Represents an entry.
- Expr.CreateStruct.Entry - Class in dev.cel.expr
-
Represents an entry.
- Expr.CreateStruct.Entry.Builder - Class in com.google.api.expr.v1alpha1
-
Represents an entry.
- Expr.CreateStruct.Entry.Builder - Class in dev.cel.expr
-
Represents an entry.
- Expr.CreateStruct.Entry.KeyKindCase - Enum in com.google.api.expr.v1alpha1
- Expr.CreateStruct.Entry.KeyKindCase - Enum in dev.cel.expr
- Expr.CreateStruct.EntryOrBuilder - Interface in com.google.api.expr.v1alpha1
- Expr.CreateStruct.EntryOrBuilder - Interface in dev.cel.expr
- Expr.CreateStructOrBuilder - Interface in com.google.api.expr.v1alpha1
- Expr.CreateStructOrBuilder - Interface in dev.cel.expr
- Expr.ExprKindCase - Enum in com.google.api.expr.v1alpha1
- Expr.ExprKindCase - Enum in dev.cel.expr
- Expr.Ident - Class in com.google.api.expr.v1alpha1
-
An identifier expression.
- Expr.Ident - Class in dev.cel.expr
-
An identifier expression.
- Expr.Ident.Builder - Class in com.google.api.expr.v1alpha1
-
An identifier expression.
- Expr.Ident.Builder - Class in dev.cel.expr
-
An identifier expression.
- Expr.IdentOrBuilder - Interface in com.google.api.expr.v1alpha1
- Expr.IdentOrBuilder - Interface in dev.cel.expr
- Expr.Select - Class in com.google.api.expr.v1alpha1
-
A field selection expression.
- Expr.Select - Class in dev.cel.expr
-
A field selection expression.
- Expr.Select.Builder - Class in com.google.api.expr.v1alpha1
-
A field selection expression.
- Expr.Select.Builder - Class in dev.cel.expr
-
A field selection expression.
- Expr.SelectOrBuilder - Interface in com.google.api.expr.v1alpha1
- Expr.SelectOrBuilder - Interface in dev.cel.expr
- 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.
- exprConstantToCelConstant(Constant) - Static method in class dev.cel.common.ast.CelExprV1Alpha1Converter
-
Converts a proto-based
Constantto CEL native representation ofCelConstant. - exprConstantToCelConstant(Constant) - Static method in class dev.cel.common.ast.CelExprConverter
-
Converts a proto-based
Constantto CEL native representation ofCelConstant. - ExprContext(ParserRuleContext, int) - Constructor for class cel.parser.internal.CELParser.ExprContext
- Expression - Interface in dev.cel.common.ast
-
An abstract representation of a common expression.
- Expression.Call<E extends Expression> - Interface in dev.cel.common.ast
-
A call expression, including calls to predefined functions and operators.
- Expression.Comprehension<E extends Expression> - Interface in dev.cel.common.ast
-
A comprehension expression applied to a list or map.
- Expression.Ident - Interface in dev.cel.common.ast
-
An identifier expression.
- Expression.List<E extends Expression> - Interface in dev.cel.common.ast
-
A list creation expression.
- Expression.Map<E extends Expression.Map.Entry<?>> - Interface in dev.cel.common.ast
-
A map creation expression.
- Expression.Map.Entry<T extends Expression> - Interface in dev.cel.common.ast
-
Represents an entry of the map.
- Expression.Select<E extends Expression> - Interface in dev.cel.common.ast
-
A field selection expression.
- Expression.Struct<E extends Expression.Struct.Entry<?>> - Interface in dev.cel.common.ast
-
A message creation expression.
- Expression.Struct.Entry<T extends Expression> - Interface in dev.cel.common.ast
-
Represents an entry of the struct
- ExprFeatures - Enum in dev.cel.common
-
Deprecated.Use
CelOptionsinstead. - exprKind() - Method in class dev.cel.common.ast.CelExpr.Builder
- exprKind() - Method in class dev.cel.common.ast.CelExpr
-
Represents the variant of the expression.
- ExprKind() - Constructor for class dev.cel.common.ast.CelExpr.ExprKind
- EXPRKIND_NOT_SET - com.google.api.expr.v1alpha1.Expr.ExprKindCase
- EXPRKIND_NOT_SET - dev.cel.expr.Expr.ExprKindCase
- exprList() - Method in class cel.parser.internal.CELParser
- exprList() - Method in class cel.parser.internal.CELParser.IdentOrGlobalCallContext
- exprList() - Method in class cel.parser.internal.CELParser.MemberCallContext
- ExprListContext(ParserRuleContext, int) - Constructor for class cel.parser.internal.CELParser.ExprListContext
- exprMacroCallsToCelExprMacroCalls(Map<Long, Expr>) - Static method in class dev.cel.common.ast.CelExprV1Alpha1Converter
- exprMacroCallsToCelExprMacroCalls(Map<Long, Expr>) - Static method in class dev.cel.common.ast.CelExprConverter
- ExprOrBuilder - Interface in com.google.api.expr.v1alpha1
- ExprOrBuilder - Interface in dev.cel.expr
- exprReferenceToCelReference(Reference) - Static method in class dev.cel.common.ast.CelExprV1Alpha1Converter
-
Converts a proto-based
Referenceto CEL native representation ofCelReference. - exprReferenceToCelReference(Reference) - Static method in class dev.cel.common.ast.CelExprConverter
-
Converts a proto-based
Referenceto CEL native representation ofCelReference. - EXPRS_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.UnknownSet
- EXPRS_FIELD_NUMBER - Static variable in class dev.cel.expr.UnknownSet
- ExprValue - Class in com.google.api.expr.v1alpha1
-
The value of an evaluated expression.
- ExprValue - Class in dev.cel.expr
-
The value of an evaluated expression.
- ExprValue.Builder - Class in com.google.api.expr.v1alpha1
-
The value of an evaluated expression.
- ExprValue.Builder - Class in dev.cel.expr
-
The value of an evaluated expression.
- ExprValue.KindCase - Enum in com.google.api.expr.v1alpha1
- ExprValue.KindCase - Enum in dev.cel.expr
- ExprValueOrBuilder - Interface in com.google.api.expr.v1alpha1
- ExprValueOrBuilder - Interface in dev.cel.expr
- 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.
- extend(Activation) - Method in class dev.cel.runtime.Activation
-
Extends this binder by another binder.
- Extension() - Constructor for class dev.cel.common.CelSource.Extension
- Extension() - Constructor for class dev.cel.common.types.ProtoMessageType.Extension
- extensionDescriptors() - Method in class dev.cel.common.CelDescriptors
-
Set of field descriptors that are part of a descriptor's extensions.
- extensionDescriptorsBuilder() - Method in class dev.cel.common.CelDescriptors.Builder
- ExtensionFieldType() - Constructor for class dev.cel.checker.TypeProvider.ExtensionFieldType
-
Deprecated.
- EXTENSIONS_FIELD_NUMBER - Static variable in class dev.cel.expr.SourceInfo
F
- FALSE - Static variable in class dev.cel.common.internal.Constants
- field() - Method in class dev.cel.common.ast.CelExpr.CelSelect.Builder
- field() - Method in class dev.cel.common.ast.CelExpr.CelSelect
- field() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableSelect
- field() - Method in interface dev.cel.common.ast.Expression.Select
-
Required.
- Field() - Constructor for class dev.cel.common.types.StructType.Field
- FIELD_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.Select
- FIELD_FIELD_NUMBER - Static variable in class dev.cel.expr.Expr.Select
- FIELD_KEY - com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.KeyKindCase
- FIELD_KEY - dev.cel.expr.Expr.CreateStruct.Entry.KeyKindCase
- FIELD_KEY_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- FIELD_KEY_FIELD_NUMBER - Static variable in class dev.cel.expr.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.CelExpr.CelStruct.Entry
- fieldKey() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableStruct.Entry
- fieldKey() - Method in interface dev.cel.common.ast.Expression.Struct.Entry
-
Entry key kind.
- fieldNames - Variable in class dev.cel.common.types.StructType
- fieldNames() - Method in class dev.cel.common.types.StructType
-
Returns the set of declare field names and their types.
- fieldResolver - Variable in class dev.cel.common.types.StructType
- fields - Variable in class cel.parser.internal.CELParser.FieldInitializerListContext
- fields() - Method in class dev.cel.checker.DescriptorTypeProvider.TypeDef
-
The set of
DescriptorTypeProvider.FieldDefvalues for a message. - fields() - Method in class dev.cel.common.types.StructType
-
Returns the full set of
Fielddefinitions visible within this struct. - fieldType() - Method in class dev.cel.checker.TypeProvider.ExtensionFieldType
-
Deprecated.The
TypeProvider.FieldTypeof the extension field. - FieldType() - Constructor for class dev.cel.checker.TypeProvider.FieldType
-
Deprecated.
- fileDescriptors() - Method in class dev.cel.common.CelDescriptors
-
File descriptors that were used to load the message type, enum descriptors and extensions.
- fileDescriptorsBuilder() - Method in class dev.cel.common.CelDescriptors.Builder
- FileDescriptorSetConverter - Class in dev.cel.common.internal
-
Utility class for converting from a
FileDescriptorSetto a collection ofFileDescriptorinstances. - FILTER - dev.cel.parser.CelStandardMacro
-
Comprehension which produces a list containing elements in the input range which match the filter.
- FILTER - dev.cel.parser.Operator
- filterFunctions(CelStandardDeclarations.Builder.FunctionFilter) - Method in class dev.cel.checker.CelStandardDeclarations.Builder
- filterFunctions(CelStandardFunctions.Builder.FunctionFilter) - Method in class dev.cel.runtime.CelStandardFunctions.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.
- find(CelValue) - Method in class dev.cel.common.values.OptionalValue
- find(StringValue) - Method in class dev.cel.common.values.ProtoMessageValue
- find(String) - Method in interface dev.cel.runtime.CelVariableResolver
-
Find a variable value, if present, by
name. - find(K) - Method in class dev.cel.common.values.MapValue
- find(T) - Method in interface dev.cel.common.values.SelectableValue
-
Finds the field.
- findByName(String) - Static method in class dev.cel.common.types.SimpleType
-
Returns a matching SimpleType by its name if one exists.
- findDescriptor(String) - Method in interface dev.cel.common.internal.CelDescriptorPool
-
Finds the descriptor by fully qualified message type.
- findDescriptor(String) - Method in class dev.cel.common.internal.CombinedDescriptorPool
- findDescriptor(String) - Method in class dev.cel.common.internal.DefaultDescriptorPool
- findEnumValue(String) - Method in class dev.cel.checker.DescriptorTypeProvider.TypeDef
- findExtension(String) - Method in class dev.cel.common.types.ProtoMessageType
-
Find an
Extensionby its fully-qualifiedextensionName. - findExtensionDescriptor(Descriptors.Descriptor, String) - Method in interface dev.cel.common.internal.CelDescriptorPool
-
Finds the corresponding field descriptor for an extension field on a message.
- findExtensionDescriptor(Descriptors.Descriptor, String) - Method in class dev.cel.common.internal.CombinedDescriptorPool
- findExtensionDescriptor(Descriptors.Descriptor, String) - Method in class dev.cel.common.internal.DefaultDescriptorPool
- findField(String) - Method in interface dev.cel.common.types.StructType.FieldResolver
-
Find the
CelTypefor the givenfieldNameif the field is defined. - findField(String) - Method in class dev.cel.common.types.StructType
-
Returns the
CelTypeassociated with the struct field name. - findInMap(Map<?, ?>, Object, CelOptions) - Method in class dev.cel.runtime.RuntimeEquality
- findName(Integer) - Method in interface dev.cel.common.types.EnumType.EnumNameResolver
- findNameByNumber(Integer) - Method in class dev.cel.common.types.EnumType
-
Find an enum name by
enumNumber. - findNumber(String) - Method in interface dev.cel.common.types.EnumType.EnumNumberResolver
- findNumberByName(String) - Method in class dev.cel.common.types.EnumType
-
Find an enum number by
enumName. - findOverload(String, List<String>, Object[]) - Method in class dev.cel.runtime.CelLateFunctionBindings
- findOverload(String, List<String>, Object[]) - Method in class dev.cel.runtime.DefaultDispatcher
- findOverload(String, List<String>, Object[]) - Method in interface dev.cel.runtime.FunctionResolver
-
Finds a specific function overload to invoke based on given parameters.
- findOverload(String, List<String>, Map<String, ? extends ResolvedOverload>, Object[]) - Static method in class dev.cel.runtime.DefaultDispatcher
-
Finds the overload that matches the given function name, overload IDs, and arguments.
- findType(String) - Method in class dev.cel.checker.ProtoTypeMaskTypeProvider
- findType(String) - Method in class dev.cel.common.types.CelTypeProvider.CombinedCelTypeProvider
- findType(String) - Method in interface dev.cel.common.types.CelTypeProvider
-
Return the
CelTypefor the giventypeNameif supported. - findType(String) - Method in class dev.cel.common.types.ProtoMessageTypeProvider
- FLOAT_TO_DOUBLE - Static variable in class dev.cel.runtime.RuntimeHelpers
- FLOAT_VALUE - dev.cel.common.internal.WellKnownProto
- FLOAT_WRAPPER_MESSAGE - Static variable in class dev.cel.checker.Types
- FLOAT_WRAPPER_MESSAGE - Static variable in class dev.cel.common.types.CelTypes
- FLOAT_WRAPPER_MESSAGE - Static variable in class dev.cel.common.types.CelV1AlphaTypes
- fold(String, CelExpr.Builder, String, CelExpr.Builder, CelExpr.Builder, CelExpr.Builder, CelExpr) - Method in class dev.cel.common.ast.CelExprFactory
-
Fold creates a fold comprehension instruction.
- fold(String, CelExpr.Builder, String, CelExpr.Builder, CelExpr.Builder, CelExpr.Builder, CelExpr.Builder) - Method in class dev.cel.common.ast.CelExprFactory
-
Fold creates a fold comprehension instruction.
- fold(String, CelExpr.Builder, String, CelExpr.Builder, CelExpr.Builder, CelExpr, CelExpr) - Method in class dev.cel.common.ast.CelExprFactory
-
Fold creates a fold comprehension instruction.
- fold(String, CelExpr.Builder, String, CelExpr.Builder, CelExpr, CelExpr.Builder, CelExpr) - Method in class dev.cel.common.ast.CelExprFactory
-
Fold creates a fold comprehension instruction.
- fold(String, CelExpr.Builder, String, CelExpr.Builder, CelExpr, CelExpr, CelExpr) - Method in class dev.cel.common.ast.CelExprFactory
-
Fold creates a fold comprehension instruction.
- fold(String, CelExpr.Builder, String, CelExpr.Builder, CelExpr, CelExpr, CelExpr.Builder) - Method in class dev.cel.common.ast.CelExprFactory
-
Fold creates a fold comprehension instruction.
- fold(String, CelExpr.Builder, String, CelExpr, CelExpr.Builder, CelExpr.Builder, CelExpr) - Method in class dev.cel.common.ast.CelExprFactory
-
Fold creates a fold comprehension instruction.
- fold(String, CelExpr.Builder, String, CelExpr, CelExpr.Builder, CelExpr.Builder, CelExpr.Builder) - Method in class dev.cel.common.ast.CelExprFactory
-
Fold creates a fold comprehension instruction.
- fold(String, CelExpr.Builder, String, CelExpr, CelExpr.Builder, CelExpr, CelExpr) - Method in class dev.cel.common.ast.CelExprFactory
-
Fold creates a fold comprehension instruction.
- fold(String, CelExpr.Builder, String, CelExpr, CelExpr.Builder, CelExpr, CelExpr.Builder) - Method in class dev.cel.common.ast.CelExprFactory
-
Fold creates a fold comprehension instruction.
- fold(String, CelExpr.Builder, String, CelExpr, CelExpr, CelExpr.Builder, CelExpr) - Method in class dev.cel.common.ast.CelExprFactory
-
Fold creates a fold comprehension instruction.
- fold(String, CelExpr.Builder, String, CelExpr, CelExpr, CelExpr, CelExpr) - Method in class dev.cel.common.ast.CelExprFactory
-
Fold creates a fold comprehension instruction.
- fold(String, CelExpr.Builder, String, CelExpr, CelExpr, CelExpr, CelExpr.Builder) - Method in class dev.cel.common.ast.CelExprFactory
-
Fold creates a fold comprehension instruction.
- fold(String, CelExpr, String, CelExpr.Builder, CelExpr.Builder, CelExpr, CelExpr) - Method in class dev.cel.common.ast.CelExprFactory
-
Fold creates a fold comprehension instruction.
- fold(String, CelExpr, String, CelExpr.Builder, CelExpr, CelExpr.Builder, CelExpr) - Method in class dev.cel.common.ast.CelExprFactory
-
Fold creates a fold comprehension instruction.
- fold(String, CelExpr, String, CelExpr.Builder, CelExpr, CelExpr, CelExpr) - Method in class dev.cel.common.ast.CelExprFactory
-
Fold creates a fold comprehension instruction.
- fold(String, CelExpr, String, CelExpr.Builder, CelExpr, CelExpr, CelExpr.Builder) - Method in class dev.cel.common.ast.CelExprFactory
-
Fold creates a fold comprehension instruction.
- fold(String, CelExpr, String, CelExpr, CelExpr.Builder, CelExpr.Builder, CelExpr) - Method in class dev.cel.common.ast.CelExprFactory
-
Fold creates a fold comprehension instruction.
- fold(String, CelExpr, String, CelExpr, CelExpr.Builder, CelExpr, CelExpr) - Method in class dev.cel.common.ast.CelExprFactory
-
Fold creates a fold comprehension instruction.
- fold(String, CelExpr, String, CelExpr, CelExpr.Builder, CelExpr, CelExpr.Builder) - Method in class dev.cel.common.ast.CelExprFactory
-
Fold creates a fold comprehension instruction.
- fold(String, CelExpr, String, CelExpr, CelExpr, CelExpr.Builder, CelExpr) - Method in class dev.cel.common.ast.CelExprFactory
-
Fold creates a fold comprehension instruction.
- fold(String, CelExpr, String, CelExpr, CelExpr, CelExpr.Builder, CelExpr.Builder) - Method in class dev.cel.common.ast.CelExprFactory
-
Fold creates a fold comprehension instruction.
- fold(String, CelExpr, String, CelExpr, CelExpr, CelExpr, CelExpr) - Method in class dev.cel.common.ast.CelExprFactory
-
Fold creates a fold comprehension instruction.
- fold(String, CelExpr, String, CelExpr, CelExpr, CelExpr, CelExpr.Builder) - Method in class dev.cel.common.ast.CelExprFactory
-
Fold creates a fold comprehension instruction.
- foldableFunctions() - Method in class dev.cel.optimizer.optimizers.ConstantFoldingOptimizer.ConstantFoldingOptions
- format(Type) - Static method in class dev.cel.common.types.CelV1AlphaTypes
-
Method to adapt a simple
Typeinto aStringrepresentation. - format(CelType) - Static method in class dev.cel.common.types.CelTypes
-
Method to adapt a simple
Typeinto aStringrepresentation. - format(Type) - Static method in class dev.cel.common.types.CelProtoTypes
-
Method to adapt a simple
Typeinto aStringrepresentation. - format(String, Object...) - Static method in class dev.cel.common.internal.SafeStringFormatter
-
Performs a safe
String.format(java.lang.String, java.lang.Object...). - formatError(int, int, String) - Static method in class dev.cel.common.CelIssue
-
Build
CelIssuefrom the given line, column, format string, and arguments. - formatError(CelSourceLocation, String) - Static method in class dev.cel.common.CelIssue
-
Build
CelIssuefrom the givenCelSourceLocation, format string, and arguments. - formatError(String) - Method in interface dev.cel.common.internal.Errors.ErrorFormatter
- formatFunction(Type, Iterable<Type>, boolean, boolean) - Static method in class dev.cel.common.types.CelV1AlphaTypes
-
Format a function signature string from the input
argTypesandresultType. - formatFunction(CelType, Iterable<CelType>, boolean, boolean) - Static method in class dev.cel.common.types.CelTypes
-
Format a function signature string from the input
argTypesandresultType. - 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.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
- forNumber(int) - Static method in enum dev.cel.expr.Constant.ConstantKindCase
- forNumber(int) - Static method in enum dev.cel.expr.Decl.DeclKindCase
- forNumber(int) - Static method in enum dev.cel.expr.Expr.CreateStruct.Entry.KeyKindCase
- forNumber(int) - Static method in enum dev.cel.expr.Expr.ExprKindCase
- forNumber(int) - Static method in enum dev.cel.expr.ExprValue.KindCase
- forNumber(int) - Static method in enum dev.cel.expr.SourceInfo.Extension.Component
- forNumber(int) - Static method in enum dev.cel.expr.Type.PrimitiveType
- forNumber(int) - Static method in enum dev.cel.expr.Type.TypeKindCase
- forNumber(int) - Static method in enum dev.cel.expr.Type.WellKnownType
- forNumber(int) - Static method in enum dev.cel.expr.Value.KindCase
- forwardConverter() - Method in class dev.cel.common.internal.BidiConverter
-
Return the
Converterwhich adapts from proto values to CEL values. - from(CelRuntime.CelFunctionBinding...) - Static method in class dev.cel.runtime.CelLateFunctionBindings
- from(String, Class<T>, CelFunctionOverload.Unary<T>) - Static method in class dev.cel.runtime.CelRuntime.CelFunctionBinding
-
Create a unary function binding from the
overloadId,arg, andimpl. - from(String, Class<T1>, Class<T2>, CelFunctionOverload.Binary<T1, T2>) - Static method in class dev.cel.runtime.CelRuntime.CelFunctionBinding
-
Create a binary function binding from the
overloadId,arg1,arg2, andimpl. - from(String, Iterable<Class<?>>, CelFunctionOverload) - Static method in class dev.cel.runtime.CelRuntime.CelFunctionBinding
-
Create a function binding from the
overloadId,argTypes, andimpl. - from(List<CelRuntime.CelFunctionBinding>) - Static method in class dev.cel.runtime.CelLateFunctionBindings
- fromAst(CelAbstractSyntaxTree) - Static method in class dev.cel.common.navigation.CelNavigableAst
-
Constructs a new instance of
CelNavigableAstfromCelAbstractSyntaxTree. - fromAst(CelMutableAst) - Static method in class dev.cel.common.navigation.CelNavigableMutableAst
-
Constructs a new instance of
CelNavigableMutableAstfromCelMutableAst. - fromCelAst(CelAbstractSyntaxTree) - Static method in class dev.cel.common.CelMutableAst
-
Constructs an instance of
CelMutableAstwith the incomingCelAbstractSyntaxTree. - fromCelAst(CelAbstractSyntaxTree) - Static method in class dev.cel.common.CelProtoAbstractSyntaxTree
-
Constructs CelProtoAbstractSyntaxTree from
CelAbstractSyntaxTree. - fromCelAst(CelAbstractSyntaxTree) - Static method in class dev.cel.common.CelProtoV1Alpha1AbstractSyntaxTree
-
Constructs CelProtoAbstractSyntaxTree from
CelAbstractSyntaxTree. - fromCelExpr(CelExpr) - Static method in class dev.cel.common.ast.CelExprConverter
- fromCelExpr(CelExpr) - Static method in class dev.cel.common.ast.CelExprV1Alpha1Converter
- fromCelExpr(CelExpr) - Static method in class dev.cel.common.ast.CelMutableExprConverter
- fromCelSource(CelSource) - Static method in class dev.cel.common.CelMutableSource
- fromCelValueToJavaObject(CelValue) - Method in class dev.cel.common.values.ProtoCelValueConverter
-
Adapts a
CelValueto a native Java object. - fromCheckedExpr(CheckedExpr) - Static method in class dev.cel.common.CelProtoV1Alpha1AbstractSyntaxTree
-
Construct an abstract syntax tree from a
CheckedExpr. - fromCheckedExpr(CheckedExpr) - Static method in class dev.cel.common.CelProtoAbstractSyntaxTree
-
Construct an abstract syntax tree from a
CheckedExpr. - fromExpr(Expr) - Static method in class dev.cel.common.ast.CelExprV1Alpha1Converter
- fromExpr(CelExpr) - Static method in class dev.cel.common.navigation.CelNavigableExpr
-
Constructs a new instance of
CelNavigableExprfromCelExpr. - fromExpr(CelMutableExpr) - Static method in class dev.cel.common.navigation.CelNavigableMutableExpr
-
Constructs a new instance of
CelNavigableMutableExprfromCelMutableExpr. - fromExpr(Expr) - Static method in class dev.cel.common.ast.CelExprConverter
- fromExprFeatures(ImmutableSet<ExprFeatures>) - Static method in class dev.cel.common.CelOptions
- fromGeneric(Object) - Static method in class dev.cel.runtime.CelAttribute.Qualifier
-
Creates a Qualifier from a generic object.
- fromJavaObjectToCelValue(Object) - Method in class dev.cel.common.values.ProtoCelValueConverter
-
Adapts a plain old Java Object to a
CelValue. - fromMutableExpr(CelMutableExpr) - Static method in class dev.cel.common.ast.CelMutableExprConverter
- fromParsedExpr(ParsedExpr) - Static method in class dev.cel.common.CelProtoV1Alpha1AbstractSyntaxTree
-
Construct an abstract syntax tree from a
ParsedExpr. - fromParsedExpr(ParsedExpr) - Static method in class dev.cel.common.CelProtoAbstractSyntaxTree
-
Construct an abstract syntax tree from a
ParsedExpr. - fromProto(Message) - Static method in class dev.cel.runtime.Activation
-
Creates an
Activationfrom aMessagewhere each field in the message is exposed as a top-level variable in theActivation. - fromProto(Message, CelOptions) - Static method in class dev.cel.runtime.Activation
-
Creates an
Activationfrom aMessagewhere each field in the message is exposed as a top-level variable in theActivation. - fromProtoMessageFieldToCelValue(Message, Descriptors.FieldDescriptor) - Method in class dev.cel.common.values.ProtoCelValueConverter
-
Adapts the protobuf message field into
CelValue. - fromProtoMessageToCelValue(MessageOrBuilder) - Method in class dev.cel.common.values.ProtoCelValueConverter
-
Adapts a Protobuf message into a
CelValue. - fromProtoUnsetFieldOption() - Method in class dev.cel.common.CelOptions
- fromProtoUnsetFieldOption(CelOptions.ProtoUnsetFieldOptions) - Method in class dev.cel.common.CelOptions.Builder
-
Configure how unset proto fields are handled when evaluating over a protobuf message where fields are intended to be treated as top-level variables.
- fromQualifiedIdentifier(String) - Static method in class dev.cel.runtime.CelAttribute
-
Attempts to parse a dot qualified identifier into a CEL attribute.
- fromQualifiedIdentifier(String) - Static method in class dev.cel.runtime.CelAttributePattern
-
Attempts to parse a dot qualified identifier into a CEL attribute.
- fromResolver(GlobalResolver) - Static method in class dev.cel.runtime.RuntimeUnknownResolver
- fromString(String) - Static method in class dev.cel.common.internal.CelCodePointArray
- function() - Method in class dev.cel.common.ast.CelExpr.CelCall
- function() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableCall
- function() - Method in interface dev.cel.common.ast.Expression.Call
-
Required.
- FUNCTION - com.google.api.expr.v1alpha1.Decl.DeclKindCase
- FUNCTION - com.google.api.expr.v1alpha1.Type.TypeKindCase
- FUNCTION - dev.cel.common.types.CelKind
- FUNCTION - dev.cel.expr.Decl.DeclKindCase
- FUNCTION - dev.cel.expr.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
- FUNCTION_FIELD_NUMBER - Static variable in class dev.cel.expr.Decl
- FUNCTION_FIELD_NUMBER - Static variable in class dev.cel.expr.Expr.Call
- FUNCTION_FIELD_NUMBER - Static variable in class dev.cel.expr.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.
- FunctionOverload - Interface in dev.cel.runtime
-
Interface describing the general signature of all CEL custom function implementations.
- FunctionOverload.Binary<T1,T2> - Interface in dev.cel.runtime
-
Helper interface for describing binary functions where the type parameters are used to improve compile-time correctness of function bindings.
- FunctionOverload.Unary<T> - Interface in dev.cel.runtime
-
Helper interface for describing unary functions where the type-parameter is used to improve compile-time correctness of function bindings.
- FunctionResolver - Interface in dev.cel.runtime
-
Interface to a resolver for CEL functions based on the function name, overload ids, and arguments.
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(int) - Method in class dev.cel.common.internal.BasicCodePointArray
- get(int) - Method in class dev.cel.common.internal.CelCodePointArray
-
Get the code point at the given index.
- get(int) - Method in class dev.cel.common.internal.Latin1CodePointArray
- get(int) - Method in class dev.cel.common.internal.SupplementalCodePointArray
- get(int) - Method in class dev.cel.common.values.ImmutableListValue
- get(Object) - Method in class dev.cel.common.values.MapValue
- GET_DATE - dev.cel.runtime.CelStandardFunctions.StandardFunction
- GET_DAY_OF_MONTH - dev.cel.runtime.CelStandardFunctions.StandardFunction
- GET_DAY_OF_WEEK - dev.cel.runtime.CelStandardFunctions.StandardFunction
- GET_DAY_OF_YEAR - dev.cel.runtime.CelStandardFunctions.StandardFunction
- GET_FULL_YEAR - dev.cel.runtime.CelStandardFunctions.StandardFunction
- GET_HOURS - dev.cel.runtime.CelStandardFunctions.StandardFunction
- GET_MILLISECONDS - dev.cel.runtime.CelStandardFunctions.StandardFunction
- GET_MINUTES - dev.cel.runtime.CelStandardFunctions.StandardFunction
- GET_MONTH - dev.cel.runtime.CelStandardFunctions.StandardFunction
- GET_SECONDS - dev.cel.runtime.CelStandardFunctions.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.
- getAbstractType() - Method in class dev.cel.expr.Type.Builder
-
Abstract, application defined type.
- getAbstractType() - Method in class dev.cel.expr.Type
-
Abstract, application defined type.
- getAbstractType() - Method in interface dev.cel.expr.TypeOrBuilder
-
Abstract, application defined type.
- getAbstractTypeBuilder() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Abstract, application defined type.
- getAbstractTypeBuilder() - Method in class dev.cel.expr.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.
- getAbstractTypeOrBuilder() - Method in class dev.cel.expr.Type.Builder
-
Abstract, application defined type.
- getAbstractTypeOrBuilder() - Method in class dev.cel.expr.Type
-
Abstract, application defined type.
- getAbstractTypeOrBuilder() - Method in interface dev.cel.expr.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.
- getAccuInit() - Method in class dev.cel.expr.Expr.Comprehension.Builder
-
The initial value of the accumulator.
- getAccuInit() - Method in class dev.cel.expr.Expr.Comprehension
-
The initial value of the accumulator.
- getAccuInit() - Method in interface dev.cel.expr.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.
- getAccuInitBuilder() - Method in class dev.cel.expr.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.
- getAccuInitOrBuilder() - Method in class dev.cel.expr.Expr.Comprehension.Builder
-
The initial value of the accumulator.
- getAccuInitOrBuilder() - Method in class dev.cel.expr.Expr.Comprehension
-
The initial value of the accumulator.
- getAccuInitOrBuilder() - Method in interface dev.cel.expr.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.
- getAccuVar() - Method in class dev.cel.expr.Expr.Comprehension.Builder
-
The name of the variable used for accumulation of the result.
- getAccuVar() - Method in class dev.cel.expr.Expr.Comprehension
-
The name of the variable used for accumulation of the result.
- getAccuVar() - Method in interface dev.cel.expr.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.
- getAccuVarBytes() - Method in class dev.cel.expr.Expr.Comprehension.Builder
-
The name of the variable used for accumulation of the result.
- getAccuVarBytes() - Method in class dev.cel.expr.Expr.Comprehension
-
The name of the variable used for accumulation of the result.
- getAccuVarBytes() - Method in interface dev.cel.expr.Expr.ComprehensionOrBuilder
-
The name of the variable used for accumulation of the result.
- getAffectedComponents(int) - Method in class dev.cel.expr.SourceInfo.Extension.Builder
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- getAffectedComponents(int) - Method in class dev.cel.expr.SourceInfo.Extension
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- getAffectedComponents(int) - Method in interface dev.cel.expr.SourceInfo.ExtensionOrBuilder
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- getAffectedComponentsCount() - Method in class dev.cel.expr.SourceInfo.Extension.Builder
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- getAffectedComponentsCount() - Method in class dev.cel.expr.SourceInfo.Extension
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- getAffectedComponentsCount() - Method in interface dev.cel.expr.SourceInfo.ExtensionOrBuilder
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- getAffectedComponentsList() - Method in class dev.cel.expr.SourceInfo.Extension.Builder
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- getAffectedComponentsList() - Method in class dev.cel.expr.SourceInfo.Extension
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- getAffectedComponentsList() - Method in interface dev.cel.expr.SourceInfo.ExtensionOrBuilder
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- getAffectedComponentsValue(int) - Method in class dev.cel.expr.SourceInfo.Extension.Builder
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- getAffectedComponentsValue(int) - Method in class dev.cel.expr.SourceInfo.Extension
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- getAffectedComponentsValue(int) - Method in interface dev.cel.expr.SourceInfo.ExtensionOrBuilder
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- getAffectedComponentsValueList() - Method in class dev.cel.expr.SourceInfo.Extension.Builder
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- getAffectedComponentsValueList() - Method in class dev.cel.expr.SourceInfo.Extension
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- getAffectedComponentsValueList() - Method in interface dev.cel.expr.SourceInfo.ExtensionOrBuilder
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- getAllDescriptorsFromFileDescriptor(Descriptors.FileDescriptor...) - Static method in class dev.cel.common.CelDescriptorUtil
-
Extract the full message
CelDescriptorsset from the input set offileDescriptors. - getAllDescriptorsFromFileDescriptor(Iterable<Descriptors.FileDescriptor>) - Static method in class dev.cel.common.CelDescriptorUtil
-
Extract the full message
CelDescriptorsset from the input set offileDescriptors. - getAllDescriptorsFromFileDescriptor(Iterable<Descriptors.FileDescriptor>, boolean) - Static method in class dev.cel.common.CelDescriptorUtil
-
Extract the full message
FileDescriptorset from the input set offileDescriptors. - 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.
- getAllFunctionNames() - Static method in class dev.cel.extensions.CelExtensions
-
Retrieves all function names used by every extension libraries.
- getAllIssues() - Method in class dev.cel.common.CelValidationResult
-
Return all
CelIssues encountered durint validation. - getArgs() - Method in class dev.cel.common.ast.CelExpr.CelCall.Builder
-
Returns an immutable copy of the current mutable arguments present in the builder.
- 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.
- getArgs(int) - Method in class dev.cel.expr.Expr.Call.Builder
-
The arguments.
- getArgs(int) - Method in class dev.cel.expr.Expr.Call
-
The arguments.
- getArgs(int) - Method in interface dev.cel.expr.Expr.CallOrBuilder
-
The arguments.
- getArgsBuilder(int) - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
-
The arguments.
- getArgsBuilder(int) - Method in class dev.cel.expr.Expr.Call.Builder
-
The arguments.
- getArgsBuilderList() - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
-
The arguments.
- getArgsBuilderList() - Method in class dev.cel.expr.Expr.Call.Builder
-
The arguments.
- getArgsBuilders() - Method in class dev.cel.common.ast.CelExpr.CelCall.Builder
-
Returns an immutable copy of the builders from the current mutable 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.
- getArgsCount() - Method in class dev.cel.expr.Expr.Call.Builder
-
The arguments.
- getArgsCount() - Method in class dev.cel.expr.Expr.Call
-
The arguments.
- getArgsCount() - Method in interface dev.cel.expr.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.
- getArgsList() - Method in class dev.cel.expr.Expr.Call.Builder
-
The arguments.
- getArgsList() - Method in class dev.cel.expr.Expr.Call
-
The arguments.
- getArgsList() - Method in interface dev.cel.expr.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.
- getArgsOrBuilder(int) - Method in class dev.cel.expr.Expr.Call.Builder
-
The arguments.
- getArgsOrBuilder(int) - Method in class dev.cel.expr.Expr.Call
-
The arguments.
- getArgsOrBuilder(int) - Method in interface dev.cel.expr.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.
- getArgsOrBuilderList() - Method in class dev.cel.expr.Expr.Call.Builder
-
The arguments.
- getArgsOrBuilderList() - Method in class dev.cel.expr.Expr.Call
-
The arguments.
- getArgsOrBuilderList() - Method in interface dev.cel.expr.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.
- getArgTypes(int) - Method in class dev.cel.expr.Type.FunctionType.Builder
-
Argument types of the function.
- getArgTypes(int) - Method in class dev.cel.expr.Type.FunctionType
-
Argument types of the function.
- getArgTypes(int) - Method in interface dev.cel.expr.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.
- getArgTypesBuilder(int) - Method in class dev.cel.expr.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.
- getArgTypesBuilderList() - Method in class dev.cel.expr.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.
- getArgTypesCount() - Method in class dev.cel.expr.Type.FunctionType.Builder
-
Argument types of the function.
- getArgTypesCount() - Method in class dev.cel.expr.Type.FunctionType
-
Argument types of the function.
- getArgTypesCount() - Method in interface dev.cel.expr.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.
- getArgTypesList() - Method in class dev.cel.expr.Type.FunctionType.Builder
-
Argument types of the function.
- getArgTypesList() - Method in class dev.cel.expr.Type.FunctionType
-
Argument types of the function.
- getArgTypesList() - Method in interface dev.cel.expr.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.
- getArgTypesOrBuilder(int) - Method in class dev.cel.expr.Type.FunctionType.Builder
-
Argument types of the function.
- getArgTypesOrBuilder(int) - Method in class dev.cel.expr.Type.FunctionType
-
Argument types of the function.
- getArgTypesOrBuilder(int) - Method in interface dev.cel.expr.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.
- getArgTypesOrBuilderList() - Method in class dev.cel.expr.Type.FunctionType.Builder
-
Argument types of the function.
- getArgTypesOrBuilderList() - Method in class dev.cel.expr.Type.FunctionType
-
Argument types of the function.
- getArgTypesOrBuilderList() - Method in interface dev.cel.expr.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.CelProtoAbstractSyntaxTree
-
Returns the native representation of the abstract syntax tree:
CelAbstractSyntaxTree. - getAst() - Method in class dev.cel.common.CelProtoV1Alpha1AbstractSyntaxTree
-
Returns the native representation of the abstract syntax tree:
CelAbstractSyntaxTree. - getAst() - Method in class dev.cel.common.CelValidationResult
-
Returns the validated
CelAbstractSyntaxTreeif one exists. - getAst() - Method in class dev.cel.common.navigation.CelNavigableAst
-
Returns the underlying
CelAbstractSyntaxTree. - getAst() - Method in class dev.cel.common.navigation.CelNavigableMutableAst
-
Returns the underlying
CelMutableAst. - 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.
- getBoolValue() - Method in class dev.cel.expr.Constant.Builder
-
boolean value.
- getBoolValue() - Method in class dev.cel.expr.Constant
-
boolean value.
- getBoolValue() - Method in interface dev.cel.expr.ConstantOrBuilder
-
boolean value.
- getBoolValue() - Method in class dev.cel.expr.Value.Builder
-
Boolean value.
- getBoolValue() - Method in class dev.cel.expr.Value
-
Boolean value.
- getBoolValue() - Method in interface dev.cel.expr.ValueOrBuilder
-
Boolean value.
- getByDescriptorName(String) - Static method in enum dev.cel.common.internal.WellKnownProto
- 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.
- getBytesValue() - Method in class dev.cel.expr.Constant.Builder
-
bytes value.
- getBytesValue() - Method in class dev.cel.expr.Constant
-
bytes value.
- getBytesValue() - Method in interface dev.cel.expr.ConstantOrBuilder
-
bytes value.
- getBytesValue() - Method in class dev.cel.expr.Value.Builder
-
Byte string value.
- getBytesValue() - Method in class dev.cel.expr.Value
-
Byte string value.
- getBytesValue() - Method in interface dev.cel.expr.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.
- getCallExpr() - Method in class dev.cel.expr.Expr.Builder
-
A call expression, including calls to predefined functions and operators.
- getCallExpr() - Method in class dev.cel.expr.Expr
-
A call expression, including calls to predefined functions and operators.
- getCallExpr() - Method in interface dev.cel.expr.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.
- getCallExprBuilder() - Method in class dev.cel.expr.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.
- getCallExprOrBuilder() - Method in class dev.cel.expr.Expr.Builder
-
A call expression, including calls to predefined functions and operators.
- getCallExprOrBuilder() - Method in class dev.cel.expr.Expr
-
A call expression, including calls to predefined functions and operators.
- getCallExprOrBuilder() - Method in interface dev.cel.expr.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.
- getColumn() - Method in class dev.cel.common.CelSourceLocation
- 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.
- getComprehensionExpr() - Method in class dev.cel.expr.Expr.Builder
-
A comprehension expression.
- getComprehensionExpr() - Method in class dev.cel.expr.Expr
-
A comprehension expression.
- getComprehensionExpr() - Method in interface dev.cel.expr.ExprOrBuilder
-
A comprehension expression.
- getComprehensionExprBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A comprehension expression.
- getComprehensionExprBuilder() - Method in class dev.cel.expr.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.
- getComprehensionExprOrBuilder() - Method in class dev.cel.expr.Expr.Builder
-
A comprehension expression.
- getComprehensionExprOrBuilder() - Method in class dev.cel.expr.Expr
-
A comprehension expression.
- getComprehensionExprOrBuilder() - Method in interface dev.cel.expr.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
- getConstantKindCase() - Method in class dev.cel.expr.Constant.Builder
- getConstantKindCase() - Method in class dev.cel.expr.Constant
- getConstantKindCase() - Method in interface dev.cel.expr.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.
- getConstExpr() - Method in class dev.cel.expr.Expr.Builder
-
A constant expression.
- getConstExpr() - Method in class dev.cel.expr.Expr
-
A constant expression.
- getConstExpr() - Method in interface dev.cel.expr.ExprOrBuilder
-
A constant expression.
- getConstExprBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A literal expression.
- getConstExprBuilder() - Method in class dev.cel.expr.Expr.Builder
-
A constant 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.
- getConstExprOrBuilder() - Method in class dev.cel.expr.Expr.Builder
-
A constant expression.
- getConstExprOrBuilder() - Method in class dev.cel.expr.Expr
-
A constant expression.
- getConstExprOrBuilder() - Method in interface dev.cel.expr.ExprOrBuilder
-
A constant expression.
- getContent() - Method in class dev.cel.common.CelSource
- getContent() - Method in class dev.cel.common.internal.Errors
- getContent() - Method in interface dev.cel.common.Source
-
Gets the original textual content of this source, represented in an array of code points.
- getDebugString() - Method in class dev.cel.common.CelValidationResult
-
Deprecated.Use
CelValidationResult.getIssueString()instead. - 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
DeclGroupat the givenscopeDepth, where depth of0represents 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
- getDeclKindCase() - Method in class dev.cel.expr.Decl.Builder
- getDeclKindCase() - Method in class dev.cel.expr.Decl
- getDeclKindCase() - Method in interface dev.cel.expr.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
- 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
- getDefaultInstance() - Static method in class dev.cel.expr.CheckedExpr
- getDefaultInstance() - Static method in class dev.cel.expr.Constant
- getDefaultInstance() - Static method in class dev.cel.expr.Decl.FunctionDecl
- getDefaultInstance() - Static method in class dev.cel.expr.Decl.FunctionDecl.Overload
- getDefaultInstance() - Static method in class dev.cel.expr.Decl
- getDefaultInstance() - Static method in class dev.cel.expr.Decl.IdentDecl
- getDefaultInstance() - Static method in class dev.cel.expr.EnumValue
- getDefaultInstance() - Static method in class dev.cel.expr.ErrorSet
- getDefaultInstance() - Static method in class dev.cel.expr.EvalState
- getDefaultInstance() - Static method in class dev.cel.expr.EvalState.Result
- getDefaultInstance() - Static method in class dev.cel.expr.Explain.ExprStep
-
Deprecated.
- getDefaultInstance() - Static method in class dev.cel.expr.Explain
-
Deprecated.
- getDefaultInstance() - Static method in class dev.cel.expr.Expr.Call
- getDefaultInstance() - Static method in class dev.cel.expr.Expr.Comprehension
- getDefaultInstance() - Static method in class dev.cel.expr.Expr.CreateList
- getDefaultInstance() - Static method in class dev.cel.expr.Expr.CreateStruct.Entry
- getDefaultInstance() - Static method in class dev.cel.expr.Expr.CreateStruct
- getDefaultInstance() - Static method in class dev.cel.expr.Expr
- getDefaultInstance() - Static method in class dev.cel.expr.Expr.Ident
- getDefaultInstance() - Static method in class dev.cel.expr.Expr.Select
- getDefaultInstance() - Static method in class dev.cel.expr.ExprValue
- getDefaultInstance() - Static method in class dev.cel.expr.ListValue
- getDefaultInstance() - Static method in class dev.cel.expr.MapValue.Entry
- getDefaultInstance() - Static method in class dev.cel.expr.MapValue
- getDefaultInstance() - Static method in class dev.cel.expr.ParsedExpr
- getDefaultInstance() - Static method in class dev.cel.expr.Reference
- getDefaultInstance() - Static method in class dev.cel.expr.SourceInfo.Extension
- getDefaultInstance() - Static method in class dev.cel.expr.SourceInfo.Extension.Version
- getDefaultInstance() - Static method in class dev.cel.expr.SourceInfo
- getDefaultInstance() - Static method in class dev.cel.expr.Type.AbstractType
- getDefaultInstance() - Static method in class dev.cel.expr.Type.FunctionType
- getDefaultInstance() - Static method in class dev.cel.expr.Type
- getDefaultInstance() - Static method in class dev.cel.expr.Type.ListType
- getDefaultInstance() - Static method in class dev.cel.expr.Type.MapType
- getDefaultInstance() - Static method in class dev.cel.expr.UnknownSet
- getDefaultInstance() - Static method in class dev.cel.expr.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
- 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
- getDefaultInstanceForType() - Method in class dev.cel.expr.CheckedExpr.Builder
- getDefaultInstanceForType() - Method in class dev.cel.expr.CheckedExpr
- getDefaultInstanceForType() - Method in class dev.cel.expr.Constant.Builder
- getDefaultInstanceForType() - Method in class dev.cel.expr.Constant
- getDefaultInstanceForType() - Method in class dev.cel.expr.Decl.Builder
- getDefaultInstanceForType() - Method in class dev.cel.expr.Decl.FunctionDecl.Builder
- getDefaultInstanceForType() - Method in class dev.cel.expr.Decl.FunctionDecl
- getDefaultInstanceForType() - Method in class dev.cel.expr.Decl.FunctionDecl.Overload.Builder
- getDefaultInstanceForType() - Method in class dev.cel.expr.Decl.FunctionDecl.Overload
- getDefaultInstanceForType() - Method in class dev.cel.expr.Decl
- getDefaultInstanceForType() - Method in class dev.cel.expr.Decl.IdentDecl.Builder
- getDefaultInstanceForType() - Method in class dev.cel.expr.Decl.IdentDecl
- getDefaultInstanceForType() - Method in class dev.cel.expr.EnumValue.Builder
- getDefaultInstanceForType() - Method in class dev.cel.expr.EnumValue
- getDefaultInstanceForType() - Method in class dev.cel.expr.ErrorSet.Builder
- getDefaultInstanceForType() - Method in class dev.cel.expr.ErrorSet
- getDefaultInstanceForType() - Method in class dev.cel.expr.EvalState.Builder
- getDefaultInstanceForType() - Method in class dev.cel.expr.EvalState
- getDefaultInstanceForType() - Method in class dev.cel.expr.EvalState.Result.Builder
- getDefaultInstanceForType() - Method in class dev.cel.expr.EvalState.Result
- getDefaultInstanceForType() - Method in class dev.cel.expr.Explain.Builder
-
Deprecated.
- getDefaultInstanceForType() - Method in class dev.cel.expr.Explain.ExprStep.Builder
-
Deprecated.
- getDefaultInstanceForType() - Method in class dev.cel.expr.Explain.ExprStep
-
Deprecated.
- getDefaultInstanceForType() - Method in class dev.cel.expr.Explain
-
Deprecated.
- getDefaultInstanceForType() - Method in class dev.cel.expr.Expr.Builder
- getDefaultInstanceForType() - Method in class dev.cel.expr.Expr.Call.Builder
- getDefaultInstanceForType() - Method in class dev.cel.expr.Expr.Call
- getDefaultInstanceForType() - Method in class dev.cel.expr.Expr.Comprehension.Builder
- getDefaultInstanceForType() - Method in class dev.cel.expr.Expr.Comprehension
- getDefaultInstanceForType() - Method in class dev.cel.expr.Expr.CreateList.Builder
- getDefaultInstanceForType() - Method in class dev.cel.expr.Expr.CreateList
- getDefaultInstanceForType() - Method in class dev.cel.expr.Expr.CreateStruct.Builder
- getDefaultInstanceForType() - Method in class dev.cel.expr.Expr.CreateStruct.Entry.Builder
- getDefaultInstanceForType() - Method in class dev.cel.expr.Expr.CreateStruct.Entry
- getDefaultInstanceForType() - Method in class dev.cel.expr.Expr.CreateStruct
- getDefaultInstanceForType() - Method in class dev.cel.expr.Expr
- getDefaultInstanceForType() - Method in class dev.cel.expr.Expr.Ident.Builder
- getDefaultInstanceForType() - Method in class dev.cel.expr.Expr.Ident
- getDefaultInstanceForType() - Method in class dev.cel.expr.Expr.Select.Builder
- getDefaultInstanceForType() - Method in class dev.cel.expr.Expr.Select
- getDefaultInstanceForType() - Method in class dev.cel.expr.ExprValue.Builder
- getDefaultInstanceForType() - Method in class dev.cel.expr.ExprValue
- getDefaultInstanceForType() - Method in class dev.cel.expr.ListValue.Builder
- getDefaultInstanceForType() - Method in class dev.cel.expr.ListValue
- getDefaultInstanceForType() - Method in class dev.cel.expr.MapValue.Builder
- getDefaultInstanceForType() - Method in class dev.cel.expr.MapValue.Entry.Builder
- getDefaultInstanceForType() - Method in class dev.cel.expr.MapValue.Entry
- getDefaultInstanceForType() - Method in class dev.cel.expr.MapValue
- getDefaultInstanceForType() - Method in class dev.cel.expr.ParsedExpr.Builder
- getDefaultInstanceForType() - Method in class dev.cel.expr.ParsedExpr
- getDefaultInstanceForType() - Method in class dev.cel.expr.Reference.Builder
- getDefaultInstanceForType() - Method in class dev.cel.expr.Reference
- getDefaultInstanceForType() - Method in class dev.cel.expr.SourceInfo.Builder
- getDefaultInstanceForType() - Method in class dev.cel.expr.SourceInfo.Extension.Builder
- getDefaultInstanceForType() - Method in class dev.cel.expr.SourceInfo.Extension
- getDefaultInstanceForType() - Method in class dev.cel.expr.SourceInfo.Extension.Version.Builder
- getDefaultInstanceForType() - Method in class dev.cel.expr.SourceInfo.Extension.Version
- getDefaultInstanceForType() - Method in class dev.cel.expr.SourceInfo
- getDefaultInstanceForType() - Method in class dev.cel.expr.Type.AbstractType.Builder
- getDefaultInstanceForType() - Method in class dev.cel.expr.Type.AbstractType
- getDefaultInstanceForType() - Method in class dev.cel.expr.Type.Builder
- getDefaultInstanceForType() - Method in class dev.cel.expr.Type.FunctionType.Builder
- getDefaultInstanceForType() - Method in class dev.cel.expr.Type.FunctionType
- getDefaultInstanceForType() - Method in class dev.cel.expr.Type
- getDefaultInstanceForType() - Method in class dev.cel.expr.Type.ListType.Builder
- getDefaultInstanceForType() - Method in class dev.cel.expr.Type.ListType
- getDefaultInstanceForType() - Method in class dev.cel.expr.Type.MapType.Builder
- getDefaultInstanceForType() - Method in class dev.cel.expr.Type.MapType
- getDefaultInstanceForType() - Method in class dev.cel.expr.UnknownSet.Builder
- getDefaultInstanceForType() - Method in class dev.cel.expr.UnknownSet
- getDefaultInstanceForType() - Method in class dev.cel.expr.Value.Builder
- getDefaultInstanceForType() - Method in class dev.cel.expr.Value
- getDefinition() - Method in enum dev.cel.parser.CelStandardMacro
-
Returns the new-style
CelMacrodefinition. - getDefinition() - Method in class dev.cel.runtime.CelResolvedOverload
-
The function definition.
- getDefinition() - Method in interface dev.cel.runtime.ResolvedOverload
-
The function definition.
- getDescription() - Method in class dev.cel.common.CelMutableSource
- getDescription() - Method in class dev.cel.common.CelSource
- getDescription() - Method in class dev.cel.common.internal.Errors
-
Returns description of the currently active error context.
- getDescription() - Method in interface dev.cel.common.Source
-
Gets the description of this source that may optionally be set (example: location of the file containing the source).
- 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
- 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
- getDescriptor() - Static method in class dev.cel.expr.CheckedExpr.Builder
- getDescriptor() - Static method in class dev.cel.expr.CheckedExpr
- getDescriptor() - Static method in class dev.cel.expr.Constant.Builder
- getDescriptor() - Static method in class dev.cel.expr.Constant
- getDescriptor() - Static method in class dev.cel.expr.Decl.Builder
- getDescriptor() - Static method in class dev.cel.expr.Decl.FunctionDecl.Builder
- getDescriptor() - Static method in class dev.cel.expr.Decl.FunctionDecl
- getDescriptor() - Static method in class dev.cel.expr.Decl.FunctionDecl.Overload.Builder
- getDescriptor() - Static method in class dev.cel.expr.Decl.FunctionDecl.Overload
- getDescriptor() - Static method in class dev.cel.expr.Decl
- getDescriptor() - Static method in class dev.cel.expr.Decl.IdentDecl.Builder
- getDescriptor() - Static method in class dev.cel.expr.Decl.IdentDecl
- getDescriptor() - Static method in class dev.cel.expr.DeclProto
- getDescriptor() - Static method in class dev.cel.expr.EnumValue.Builder
- getDescriptor() - Static method in class dev.cel.expr.EnumValue
- getDescriptor() - Static method in class dev.cel.expr.ErrorSet.Builder
- getDescriptor() - Static method in class dev.cel.expr.ErrorSet
- getDescriptor() - Static method in class dev.cel.expr.EvalProto
- getDescriptor() - Static method in class dev.cel.expr.EvalState.Builder
- getDescriptor() - Static method in class dev.cel.expr.EvalState
- getDescriptor() - Static method in class dev.cel.expr.EvalState.Result.Builder
- getDescriptor() - Static method in class dev.cel.expr.EvalState.Result
- getDescriptor() - Static method in class dev.cel.expr.Explain.Builder
-
Deprecated.
- getDescriptor() - Static method in class dev.cel.expr.Explain.ExprStep.Builder
-
Deprecated.
- getDescriptor() - Static method in class dev.cel.expr.Explain.ExprStep
-
Deprecated.
- getDescriptor() - Static method in class dev.cel.expr.Explain
-
Deprecated.
- getDescriptor() - Static method in class dev.cel.expr.ExplainProto
- getDescriptor() - Static method in class dev.cel.expr.Expr.Builder
- getDescriptor() - Static method in class dev.cel.expr.Expr.Call.Builder
- getDescriptor() - Static method in class dev.cel.expr.Expr.Call
- getDescriptor() - Static method in class dev.cel.expr.Expr.Comprehension.Builder
- getDescriptor() - Static method in class dev.cel.expr.Expr.Comprehension
- getDescriptor() - Static method in class dev.cel.expr.Expr.CreateList.Builder
- getDescriptor() - Static method in class dev.cel.expr.Expr.CreateList
- getDescriptor() - Static method in class dev.cel.expr.Expr.CreateStruct.Builder
- getDescriptor() - Static method in class dev.cel.expr.Expr.CreateStruct.Entry.Builder
- getDescriptor() - Static method in class dev.cel.expr.Expr.CreateStruct.Entry
- getDescriptor() - Static method in class dev.cel.expr.Expr.CreateStruct
- getDescriptor() - Static method in class dev.cel.expr.Expr
- getDescriptor() - Static method in class dev.cel.expr.Expr.Ident.Builder
- getDescriptor() - Static method in class dev.cel.expr.Expr.Ident
- getDescriptor() - Static method in class dev.cel.expr.Expr.Select.Builder
- getDescriptor() - Static method in class dev.cel.expr.Expr.Select
- getDescriptor() - Static method in class dev.cel.expr.ExprValue.Builder
- getDescriptor() - Static method in class dev.cel.expr.ExprValue
- getDescriptor() - Static method in class dev.cel.expr.ListValue.Builder
- getDescriptor() - Static method in class dev.cel.expr.ListValue
- getDescriptor() - Static method in class dev.cel.expr.MapValue.Builder
- getDescriptor() - Static method in class dev.cel.expr.MapValue.Entry.Builder
- getDescriptor() - Static method in class dev.cel.expr.MapValue.Entry
- getDescriptor() - Static method in class dev.cel.expr.MapValue
- getDescriptor() - Static method in class dev.cel.expr.ParsedExpr.Builder
- getDescriptor() - Static method in class dev.cel.expr.ParsedExpr
- getDescriptor() - Static method in class dev.cel.expr.Reference.Builder
- getDescriptor() - Static method in class dev.cel.expr.Reference
- getDescriptor() - Static method in class dev.cel.expr.SourceInfo.Builder
- getDescriptor() - Static method in class dev.cel.expr.SourceInfo.Extension.Builder
- getDescriptor() - Static method in enum dev.cel.expr.SourceInfo.Extension.Component
- getDescriptor() - Static method in class dev.cel.expr.SourceInfo.Extension
- getDescriptor() - Static method in class dev.cel.expr.SourceInfo.Extension.Version.Builder
- getDescriptor() - Static method in class dev.cel.expr.SourceInfo.Extension.Version
- getDescriptor() - Static method in class dev.cel.expr.SourceInfo
- getDescriptor() - Static method in class dev.cel.expr.SyntaxProto
- getDescriptor() - Static method in class dev.cel.expr.Type.AbstractType.Builder
- getDescriptor() - Static method in class dev.cel.expr.Type.AbstractType
- getDescriptor() - Static method in class dev.cel.expr.Type.Builder
- getDescriptor() - Static method in class dev.cel.expr.Type.FunctionType.Builder
- getDescriptor() - Static method in class dev.cel.expr.Type.FunctionType
- getDescriptor() - Static method in class dev.cel.expr.Type
- getDescriptor() - Static method in class dev.cel.expr.Type.ListType.Builder
- getDescriptor() - Static method in class dev.cel.expr.Type.ListType
- getDescriptor() - Static method in class dev.cel.expr.Type.MapType.Builder
- getDescriptor() - Static method in class dev.cel.expr.Type.MapType
- getDescriptor() - Static method in enum dev.cel.expr.Type.PrimitiveType
- getDescriptor() - Static method in enum dev.cel.expr.Type.WellKnownType
- getDescriptor() - Static method in class dev.cel.expr.UnknownSet.Builder
- getDescriptor() - Static method in class dev.cel.expr.UnknownSet
- getDescriptor() - Static method in class dev.cel.expr.Value.Builder
- getDescriptor() - Static method in class dev.cel.expr.Value
- getDescriptor() - Static method in class dev.cel.expr.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.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
- getDescriptorForType() - Method in class dev.cel.expr.CheckedExpr.Builder
- getDescriptorForType() - Method in class dev.cel.expr.Constant.Builder
- getDescriptorForType() - Method in class dev.cel.expr.Decl.Builder
- getDescriptorForType() - Method in class dev.cel.expr.Decl.FunctionDecl.Builder
- getDescriptorForType() - Method in class dev.cel.expr.Decl.FunctionDecl.Overload.Builder
- getDescriptorForType() - Method in class dev.cel.expr.Decl.IdentDecl.Builder
- getDescriptorForType() - Method in class dev.cel.expr.EnumValue.Builder
- getDescriptorForType() - Method in class dev.cel.expr.ErrorSet.Builder
- getDescriptorForType() - Method in class dev.cel.expr.EvalState.Builder
- getDescriptorForType() - Method in class dev.cel.expr.EvalState.Result.Builder
- getDescriptorForType() - Method in class dev.cel.expr.Explain.Builder
-
Deprecated.
- getDescriptorForType() - Method in class dev.cel.expr.Explain.ExprStep.Builder
-
Deprecated.
- getDescriptorForType() - Method in class dev.cel.expr.Expr.Builder
- getDescriptorForType() - Method in class dev.cel.expr.Expr.Call.Builder
- getDescriptorForType() - Method in class dev.cel.expr.Expr.Comprehension.Builder
- getDescriptorForType() - Method in class dev.cel.expr.Expr.CreateList.Builder
- getDescriptorForType() - Method in class dev.cel.expr.Expr.CreateStruct.Builder
- getDescriptorForType() - Method in class dev.cel.expr.Expr.CreateStruct.Entry.Builder
- getDescriptorForType() - Method in class dev.cel.expr.Expr.Ident.Builder
- getDescriptorForType() - Method in class dev.cel.expr.Expr.Select.Builder
- getDescriptorForType() - Method in class dev.cel.expr.ExprValue.Builder
- getDescriptorForType() - Method in class dev.cel.expr.ListValue.Builder
- getDescriptorForType() - Method in class dev.cel.expr.MapValue.Builder
- getDescriptorForType() - Method in class dev.cel.expr.MapValue.Entry.Builder
- getDescriptorForType() - Method in class dev.cel.expr.ParsedExpr.Builder
- getDescriptorForType() - Method in class dev.cel.expr.Reference.Builder
- getDescriptorForType() - Method in class dev.cel.expr.SourceInfo.Builder
- getDescriptorForType() - Method in class dev.cel.expr.SourceInfo.Extension.Builder
- getDescriptorForType() - Method in enum dev.cel.expr.SourceInfo.Extension.Component
- getDescriptorForType() - Method in class dev.cel.expr.SourceInfo.Extension.Version.Builder
- getDescriptorForType() - Method in class dev.cel.expr.Type.AbstractType.Builder
- getDescriptorForType() - Method in class dev.cel.expr.Type.Builder
- getDescriptorForType() - Method in class dev.cel.expr.Type.FunctionType.Builder
- getDescriptorForType() - Method in class dev.cel.expr.Type.ListType.Builder
- getDescriptorForType() - Method in class dev.cel.expr.Type.MapType.Builder
- getDescriptorForType() - Method in enum dev.cel.expr.Type.PrimitiveType
- getDescriptorForType() - Method in enum dev.cel.expr.Type.WellKnownType
- getDescriptorForType() - Method in class dev.cel.expr.UnknownSet.Builder
- getDescriptorForType() - Method in class dev.cel.expr.Value.Builder
- getDescriptorPool() - Method in class dev.cel.common.internal.DefaultMessageFactory
- getDescriptorPool() - Method in interface dev.cel.common.internal.ProtoMessageFactory
-
Gets the underlying descriptor pool used to construct proto messages.
- 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.
- getDoc() - Method in class dev.cel.expr.Decl.FunctionDecl.Overload.Builder
-
Documentation string for the overload.
- getDoc() - Method in class dev.cel.expr.Decl.FunctionDecl.Overload
-
Documentation string for the overload.
- getDoc() - Method in interface dev.cel.expr.Decl.FunctionDecl.OverloadOrBuilder
-
Documentation string for the overload.
- getDoc() - Method in class dev.cel.expr.Decl.IdentDecl.Builder
-
Documentation string for the identifier.
- getDoc() - Method in class dev.cel.expr.Decl.IdentDecl
-
Documentation string for the identifier.
- getDoc() - Method in interface dev.cel.expr.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.
- getDocBytes() - Method in class dev.cel.expr.Decl.FunctionDecl.Overload.Builder
-
Documentation string for the overload.
- getDocBytes() - Method in class dev.cel.expr.Decl.FunctionDecl.Overload
-
Documentation string for the overload.
- getDocBytes() - Method in interface dev.cel.expr.Decl.FunctionDecl.OverloadOrBuilder
-
Documentation string for the overload.
- getDocBytes() - Method in class dev.cel.expr.Decl.IdentDecl.Builder
-
Documentation string for the identifier.
- getDocBytes() - Method in class dev.cel.expr.Decl.IdentDecl
-
Documentation string for the identifier.
- getDocBytes() - Method in interface dev.cel.expr.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.
- getDoubleValue() - Method in class dev.cel.expr.Constant.Builder
-
double value.
- getDoubleValue() - Method in class dev.cel.expr.Constant
-
double value.
- getDoubleValue() - Method in interface dev.cel.expr.ConstantOrBuilder
-
double value.
- getDoubleValue() - Method in class dev.cel.expr.Value.Builder
-
Floating point value.
- getDoubleValue() - Method in class dev.cel.expr.Value
-
Floating point value.
- getDoubleValue() - Method in interface dev.cel.expr.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=283
- 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=283
- 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=283
- getDurationValue() - Method in class dev.cel.expr.Constant.Builder
-
Deprecated.cel.expr.Constant.duration_value is deprecated. See cel/expr/syntax.proto;l=324
- getDurationValue() - Method in class dev.cel.expr.Constant
-
Deprecated.cel.expr.Constant.duration_value is deprecated. See cel/expr/syntax.proto;l=324
- getDurationValue() - Method in interface dev.cel.expr.ConstantOrBuilder
-
Deprecated.cel.expr.Constant.duration_value is deprecated. See cel/expr/syntax.proto;l=324
- getDurationValueBuilder() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
Deprecated.
- getDurationValueBuilder() - Method in class dev.cel.expr.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.
- getDurationValueOrBuilder() - Method in class dev.cel.expr.Constant.Builder
-
Deprecated.
- getDurationValueOrBuilder() - Method in class dev.cel.expr.Constant
-
Deprecated.
- getDurationValueOrBuilder() - Method in interface dev.cel.expr.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.
- getDyn() - Method in class dev.cel.expr.Type.Builder
-
Dynamic type.
- getDyn() - Method in class dev.cel.expr.Type
-
Dynamic type.
- getDyn() - Method in interface dev.cel.expr.TypeOrBuilder
-
Dynamic type.
- getDynBuilder() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Dynamic type.
- getDynBuilder() - Method in class dev.cel.expr.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.
- getDynOrBuilder() - Method in class dev.cel.expr.Type.Builder
-
Dynamic type.
- getDynOrBuilder() - Method in class dev.cel.expr.Type
-
Dynamic type.
- getDynOrBuilder() - Method in interface dev.cel.expr.TypeOrBuilder
-
Dynamic type.
- getElements() - Method in class dev.cel.common.ast.CelExpr.CelList.Builder
-
Returns an immutable copy of the current mutable elements present in the builder.
- 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.
- getElements(int) - Method in class dev.cel.expr.Expr.CreateList.Builder
-
The elements part of the list.
- getElements(int) - Method in class dev.cel.expr.Expr.CreateList
-
The elements part of the list.
- getElements(int) - Method in interface dev.cel.expr.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.
- getElementsBuilder(int) - Method in class dev.cel.expr.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.
- getElementsBuilderList() - Method in class dev.cel.expr.Expr.CreateList.Builder
-
The elements part of the list.
- getElementsBuilders() - Method in class dev.cel.common.ast.CelExpr.CelList.Builder
-
Returns an immutable copy of the builders from the current mutable elements.
- 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.
- getElementsCount() - Method in class dev.cel.expr.Expr.CreateList.Builder
-
The elements part of the list.
- getElementsCount() - Method in class dev.cel.expr.Expr.CreateList
-
The elements part of the list.
- getElementsCount() - Method in interface dev.cel.expr.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.
- getElementsList() - Method in class dev.cel.expr.Expr.CreateList.Builder
-
The elements part of the list.
- getElementsList() - Method in class dev.cel.expr.Expr.CreateList
-
The elements part of the list.
- getElementsList() - Method in interface dev.cel.expr.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.
- getElementsOrBuilder(int) - Method in class dev.cel.expr.Expr.CreateList.Builder
-
The elements part of the list.
- getElementsOrBuilder(int) - Method in class dev.cel.expr.Expr.CreateList
-
The elements part of the list.
- getElementsOrBuilder(int) - Method in interface dev.cel.expr.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.
- getElementsOrBuilderList() - Method in class dev.cel.expr.Expr.CreateList.Builder
-
The elements part of the list.
- getElementsOrBuilderList() - Method in class dev.cel.expr.Expr.CreateList
-
The elements part of the list.
- getElementsOrBuilderList() - Method in interface dev.cel.expr.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.
- getElemType() - Method in class dev.cel.expr.Type.ListType.Builder
-
The element type.
- getElemType() - Method in class dev.cel.expr.Type.ListType
-
The element type.
- getElemType() - Method in interface dev.cel.expr.Type.ListTypeOrBuilder
-
The element type.
- getElemTypeBuilder() - Method in class com.google.api.expr.v1alpha1.Type.ListType.Builder
-
The element type.
- getElemTypeBuilder() - Method in class dev.cel.expr.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.
- getElemTypeOrBuilder() - Method in class dev.cel.expr.Type.ListType.Builder
-
The element type.
- getElemTypeOrBuilder() - Method in class dev.cel.expr.Type.ListType
-
The element type.
- getElemTypeOrBuilder() - Method in interface dev.cel.expr.Type.ListTypeOrBuilder
-
The element type.
- getEntries() - Method in class dev.cel.common.ast.CelExpr.CelMap.Builder
-
Returns an immutable copy of the current mutable entries present in the builder.
- getEntries() - Method in class dev.cel.common.ast.CelExpr.CelStruct.Builder
-
Returns an immutable copy of the current mutable entries present in the builder.
- 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.
- getEntries(int) - Method in class dev.cel.expr.Expr.CreateStruct.Builder
-
The entries in the creation expression.
- getEntries(int) - Method in class dev.cel.expr.Expr.CreateStruct
-
The entries in the creation expression.
- getEntries(int) - Method in interface dev.cel.expr.Expr.CreateStructOrBuilder
-
The entries in the creation expression.
- getEntries(int) - Method in class dev.cel.expr.MapValue.Builder
-
The set of map entries.
- getEntries(int) - Method in class dev.cel.expr.MapValue
-
The set of map entries.
- getEntries(int) - Method in interface dev.cel.expr.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.
- getEntriesBuilder(int) - Method in class dev.cel.expr.Expr.CreateStruct.Builder
-
The entries in the creation expression.
- getEntriesBuilder(int) - Method in class dev.cel.expr.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.
- getEntriesBuilderList() - Method in class dev.cel.expr.Expr.CreateStruct.Builder
-
The entries in the creation expression.
- getEntriesBuilderList() - Method in class dev.cel.expr.MapValue.Builder
-
The set of map entries.
- getEntriesBuilders() - Method in class dev.cel.common.ast.CelExpr.CelMap.Builder
-
Returns an immutable copy of the builders from the current mutable entries.
- getEntriesBuilders() - Method in class dev.cel.common.ast.CelExpr.CelStruct.Builder
-
Returns an immutable copy of the builders from the current mutable 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.
- getEntriesCount() - Method in class dev.cel.expr.Expr.CreateStruct.Builder
-
The entries in the creation expression.
- getEntriesCount() - Method in class dev.cel.expr.Expr.CreateStruct
-
The entries in the creation expression.
- getEntriesCount() - Method in interface dev.cel.expr.Expr.CreateStructOrBuilder
-
The entries in the creation expression.
- getEntriesCount() - Method in class dev.cel.expr.MapValue.Builder
-
The set of map entries.
- getEntriesCount() - Method in class dev.cel.expr.MapValue
-
The set of map entries.
- getEntriesCount() - Method in interface dev.cel.expr.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.
- getEntriesList() - Method in class dev.cel.expr.Expr.CreateStruct.Builder
-
The entries in the creation expression.
- getEntriesList() - Method in class dev.cel.expr.Expr.CreateStruct
-
The entries in the creation expression.
- getEntriesList() - Method in interface dev.cel.expr.Expr.CreateStructOrBuilder
-
The entries in the creation expression.
- getEntriesList() - Method in class dev.cel.expr.MapValue.Builder
-
The set of map entries.
- getEntriesList() - Method in class dev.cel.expr.MapValue
-
The set of map entries.
- getEntriesList() - Method in interface dev.cel.expr.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.
- getEntriesOrBuilder(int) - Method in class dev.cel.expr.Expr.CreateStruct.Builder
-
The entries in the creation expression.
- getEntriesOrBuilder(int) - Method in class dev.cel.expr.Expr.CreateStruct
-
The entries in the creation expression.
- getEntriesOrBuilder(int) - Method in interface dev.cel.expr.Expr.CreateStructOrBuilder
-
The entries in the creation expression.
- getEntriesOrBuilder(int) - Method in class dev.cel.expr.MapValue.Builder
-
The set of map entries.
- getEntriesOrBuilder(int) - Method in class dev.cel.expr.MapValue
-
The set of map entries.
- getEntriesOrBuilder(int) - Method in interface dev.cel.expr.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.
- getEntriesOrBuilderList() - Method in class dev.cel.expr.Expr.CreateStruct.Builder
-
The entries in the creation expression.
- getEntriesOrBuilderList() - Method in class dev.cel.expr.Expr.CreateStruct
-
The entries in the creation expression.
- getEntriesOrBuilderList() - Method in interface dev.cel.expr.Expr.CreateStructOrBuilder
-
The entries in the creation expression.
- getEntriesOrBuilderList() - Method in class dev.cel.expr.MapValue.Builder
-
The set of map entries.
- getEntriesOrBuilderList() - Method in class dev.cel.expr.MapValue
-
The set of map entries.
- getEntriesOrBuilderList() - Method in interface dev.cel.expr.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.
- getEnumValue() - Method in class dev.cel.expr.Value.Builder
-
An enum value.
- getEnumValue() - Method in class dev.cel.expr.Value
-
An enum value.
- getEnumValue() - Method in interface dev.cel.expr.ValueOrBuilder
-
An enum value.
- getEnumValueBuilder() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
An enum value.
- getEnumValueBuilder() - Method in class dev.cel.expr.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.
- getEnumValueOrBuilder() - Method in class dev.cel.expr.Value.Builder
-
An enum value.
- getEnumValueOrBuilder() - Method in class dev.cel.expr.Value
-
An enum value.
- getEnumValueOrBuilder() - Method in interface dev.cel.expr.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.
- getError() - Method in class dev.cel.expr.ExprValue.Builder
-
The set of errors in the critical path of evaluation.
- getError() - Method in class dev.cel.expr.ExprValue
-
The set of errors in the critical path of evaluation.
- getError() - Method in interface dev.cel.expr.ExprValueOrBuilder
-
The set of errors in the critical path of evaluation.
- getError() - Method in class dev.cel.expr.Type.Builder
-
Error type.
- getError() - Method in class dev.cel.expr.Type
-
Error type.
- getError() - Method in interface dev.cel.expr.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.
- getErrorBuilder() - Method in class dev.cel.expr.ExprValue.Builder
-
The set of errors in the critical path of evaluation.
- getErrorBuilder() - Method in class dev.cel.expr.Type.Builder
-
Error type.
- getErrorCode() - Method in exception dev.cel.common.CelException
- getErrorCode() - Method in exception dev.cel.common.CelRuntimeException
- 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.
- getErrorOrBuilder() - Method in class dev.cel.expr.ExprValue.Builder
-
The set of errors in the critical path of evaluation.
- getErrorOrBuilder() - Method in class dev.cel.expr.ExprValue
-
The set of errors in the critical path of evaluation.
- getErrorOrBuilder() - Method in interface dev.cel.expr.ExprValueOrBuilder
-
The set of errors in the critical path of evaluation.
- getErrorOrBuilder() - Method in class dev.cel.expr.Type.Builder
-
Error type.
- getErrorOrBuilder() - Method in class dev.cel.expr.Type
-
Error type.
- getErrorOrBuilder() - Method in interface dev.cel.expr.TypeOrBuilder
-
Error type.
- getErrors() - Method in exception dev.cel.common.CelValidationException
-
Returns a list of
CelIssuewith error severity that occurred during validation. - getErrors() - Method in class dev.cel.common.CelValidationResult
-
Return the set of
CelIssues with anERRORseverity. - 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.
- getErrors(int) - Method in class dev.cel.expr.ErrorSet.Builder
-
repeated .google.rpc.Status errors = 1; - getErrors(int) - Method in class dev.cel.expr.ErrorSet
-
repeated .google.rpc.Status errors = 1; - getErrors(int) - Method in interface dev.cel.expr.ErrorSetOrBuilder
-
repeated .google.rpc.Status errors = 1; - getErrorsBuilder(int) - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
-
The errors in the set.
- getErrorsBuilder(int) - Method in class dev.cel.expr.ErrorSet.Builder
-
repeated .google.rpc.Status errors = 1; - getErrorsBuilderList() - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
-
The errors in the set.
- getErrorsBuilderList() - Method in class dev.cel.expr.ErrorSet.Builder
-
repeated .google.rpc.Status errors = 1; - 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.
- getErrorsCount() - Method in class dev.cel.expr.ErrorSet.Builder
-
repeated .google.rpc.Status errors = 1; - getErrorsCount() - Method in class dev.cel.expr.ErrorSet
-
repeated .google.rpc.Status errors = 1; - getErrorsCount() - Method in interface dev.cel.expr.ErrorSetOrBuilder
-
repeated .google.rpc.Status errors = 1; - 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.
- getErrorsList() - Method in class dev.cel.expr.ErrorSet.Builder
-
repeated .google.rpc.Status errors = 1; - getErrorsList() - Method in class dev.cel.expr.ErrorSet
-
repeated .google.rpc.Status errors = 1; - getErrorsList() - Method in interface dev.cel.expr.ErrorSetOrBuilder
-
repeated .google.rpc.Status errors = 1; - 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.
- getErrorsOrBuilder(int) - Method in class dev.cel.expr.ErrorSet.Builder
-
repeated .google.rpc.Status errors = 1; - getErrorsOrBuilder(int) - Method in class dev.cel.expr.ErrorSet
-
repeated .google.rpc.Status errors = 1; - getErrorsOrBuilder(int) - Method in interface dev.cel.expr.ErrorSetOrBuilder
-
repeated .google.rpc.Status errors = 1; - 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.
- getErrorsOrBuilderList() - Method in class dev.cel.expr.ErrorSet.Builder
-
repeated .google.rpc.Status errors = 1; - getErrorsOrBuilderList() - Method in class dev.cel.expr.ErrorSet
-
repeated .google.rpc.Status errors = 1; - getErrorsOrBuilderList() - Method in interface dev.cel.expr.ErrorSetOrBuilder
-
repeated .google.rpc.Status errors = 1; - getErrorString() - Method in class dev.cel.common.CelValidationResult
-
Convert the
CelIssues withERRORseverity 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.
- getExpr() - Method in class dev.cel.common.CelAbstractSyntaxTree
-
Returns the underlying
CelExprrepresentation of the abstract syntax tree. - getExpr() - Method in class dev.cel.common.CelProtoAbstractSyntaxTree
-
Returns the underlying
Exprrepresentation of the abstract syntax tree. - getExpr() - Method in class dev.cel.common.CelProtoV1Alpha1AbstractSyntaxTree
-
Returns the underlying
Exprrepresentation of the abstract syntax tree. - getExpr() - Method in class dev.cel.expr.CheckedExpr.Builder
-
The checked expression.
- getExpr() - Method in class dev.cel.expr.CheckedExpr
-
The checked expression.
- getExpr() - Method in interface dev.cel.expr.CheckedExprOrBuilder
-
The checked expression.
- getExpr() - Method in class dev.cel.expr.EvalState.Result.Builder
-
The id of the expression this result if for.
- getExpr() - Method in class dev.cel.expr.EvalState.Result
-
The id of the expression this result if for.
- getExpr() - Method in interface dev.cel.expr.EvalState.ResultOrBuilder
-
The id of the expression this result if for.
- getExpr() - Method in class dev.cel.expr.ParsedExpr.Builder
-
The parsed expression.
- getExpr() - Method in class dev.cel.expr.ParsedExpr
-
The parsed expression.
- getExpr() - Method in interface dev.cel.expr.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.
- getExprBuilder() - Method in class dev.cel.expr.CheckedExpr.Builder
-
The checked expression.
- getExprBuilder() - Method in class dev.cel.expr.ParsedExpr.Builder
-
The parsed expression.
- 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
- getExprKindCase() - Method in class dev.cel.expr.Expr.Builder
- getExprKindCase() - Method in class dev.cel.expr.Expr
- getExprKindCase() - Method in interface dev.cel.expr.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.
- getExprOrBuilder() - Method in class dev.cel.expr.CheckedExpr.Builder
-
The checked expression.
- getExprOrBuilder() - Method in class dev.cel.expr.CheckedExpr
-
The checked expression.
- getExprOrBuilder() - Method in interface dev.cel.expr.CheckedExprOrBuilder
-
The checked expression.
- getExprOrBuilder() - Method in class dev.cel.expr.ParsedExpr.Builder
-
The parsed expression.
- getExprOrBuilder() - Method in class dev.cel.expr.ParsedExpr
-
The parsed expression.
- getExprOrBuilder() - Method in interface dev.cel.expr.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.
- getExprs(int) - Method in class dev.cel.expr.UnknownSet.Builder
-
The ids of the expressions with unknown values.
- getExprs(int) - Method in class dev.cel.expr.UnknownSet
-
The ids of the expressions with unknown values.
- getExprs(int) - Method in interface dev.cel.expr.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.
- getExprsCount() - Method in class dev.cel.expr.UnknownSet.Builder
-
The ids of the expressions with unknown values.
- getExprsCount() - Method in class dev.cel.expr.UnknownSet
-
The ids of the expressions with unknown values.
- getExprsCount() - Method in interface dev.cel.expr.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.
- getExprsList() - Method in class dev.cel.expr.UnknownSet.Builder
-
The ids of the expressions with unknown values.
- getExprsList() - Method in class dev.cel.expr.UnknownSet
-
The ids of the expressions with unknown values.
- getExprsList() - Method in interface dev.cel.expr.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.
- getExprSteps(int) - Method in class dev.cel.expr.Explain.Builder
-
Deprecated.List of steps.
- getExprSteps(int) - Method in class dev.cel.expr.Explain
-
Deprecated.List of steps.
- getExprSteps(int) - Method in interface dev.cel.expr.ExplainOrBuilder
-
Deprecated.List of steps.
- getExprStepsBuilder(int) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.List of steps.
- getExprStepsBuilder(int) - Method in class dev.cel.expr.Explain.Builder
-
Deprecated.List of steps.
- getExprStepsBuilderList() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.List of steps.
- getExprStepsBuilderList() - Method in class dev.cel.expr.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.
- getExprStepsCount() - Method in class dev.cel.expr.Explain.Builder
-
Deprecated.List of steps.
- getExprStepsCount() - Method in class dev.cel.expr.Explain
-
Deprecated.List of steps.
- getExprStepsCount() - Method in interface dev.cel.expr.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.
- getExprStepsList() - Method in class dev.cel.expr.Explain.Builder
-
Deprecated.List of steps.
- getExprStepsList() - Method in class dev.cel.expr.Explain
-
Deprecated.List of steps.
- getExprStepsList() - Method in interface dev.cel.expr.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.
- getExprStepsOrBuilder(int) - Method in class dev.cel.expr.Explain.Builder
-
Deprecated.List of steps.
- getExprStepsOrBuilder(int) - Method in class dev.cel.expr.Explain
-
Deprecated.List of steps.
- getExprStepsOrBuilder(int) - Method in interface dev.cel.expr.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.
- getExprStepsOrBuilderList() - Method in class dev.cel.expr.Explain.Builder
-
Deprecated.List of steps.
- getExprStepsOrBuilderList() - Method in class dev.cel.expr.Explain
-
Deprecated.List of steps.
- getExprStepsOrBuilderList() - Method in interface dev.cel.expr.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.
- getExprVersion() - Method in class dev.cel.expr.CheckedExpr.Builder
-
The expr version indicates the major / minor version number of the `expr` representation.
- getExprVersion() - Method in class dev.cel.expr.CheckedExpr
-
The expr version indicates the major / minor version number of the `expr` representation.
- getExprVersion() - Method in interface dev.cel.expr.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.
- getExprVersionBytes() - Method in class dev.cel.expr.CheckedExpr.Builder
-
The expr version indicates the major / minor version number of the `expr` representation.
- getExprVersionBytes() - Method in class dev.cel.expr.CheckedExpr
-
The expr version indicates the major / minor version number of the `expr` representation.
- getExprVersionBytes() - Method in interface dev.cel.expr.CheckedExprOrBuilder
-
The expr version indicates the major / minor version number of the `expr` representation.
- getExtensionRegistry() - Method in interface dev.cel.common.internal.CelDescriptorPool
-
Retrieves the registered extension registry.
- getExtensionRegistry() - Method in class dev.cel.common.internal.CombinedDescriptorPool
- getExtensionRegistry() - Method in class dev.cel.common.internal.DefaultDescriptorPool
- getExtensions() - Method in class dev.cel.common.CelMutableSource
- getExtensions() - Method in class dev.cel.common.CelSource.Builder
- getExtensions() - Method in class dev.cel.common.CelSource
- getExtensions(int) - Method in class dev.cel.expr.SourceInfo.Builder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- getExtensions(int) - Method in class dev.cel.expr.SourceInfo
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- getExtensions(int) - Method in interface dev.cel.expr.SourceInfoOrBuilder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- getExtensionsBuilder(int) - Method in class dev.cel.expr.SourceInfo.Builder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- getExtensionsBuilderList() - Method in class dev.cel.expr.SourceInfo.Builder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- getExtensionsCount() - Method in class dev.cel.expr.SourceInfo.Builder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- getExtensionsCount() - Method in class dev.cel.expr.SourceInfo
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- getExtensionsCount() - Method in interface dev.cel.expr.SourceInfoOrBuilder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- getExtensionsList() - Method in class dev.cel.expr.SourceInfo.Builder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- getExtensionsList() - Method in class dev.cel.expr.SourceInfo
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- getExtensionsList() - Method in interface dev.cel.expr.SourceInfoOrBuilder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- getExtensionsOrBuilder(int) - Method in class dev.cel.expr.SourceInfo.Builder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- getExtensionsOrBuilder(int) - Method in class dev.cel.expr.SourceInfo
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- getExtensionsOrBuilder(int) - Method in interface dev.cel.expr.SourceInfoOrBuilder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- getExtensionsOrBuilderList() - Method in class dev.cel.expr.SourceInfo.Builder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- getExtensionsOrBuilderList() - Method in class dev.cel.expr.SourceInfo
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- getExtensionsOrBuilderList() - Method in interface dev.cel.expr.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.
- getField() - Method in class dev.cel.expr.Expr.Select.Builder
-
Required.
- getField() - Method in class dev.cel.expr.Expr.Select
-
Required.
- getField() - Method in interface dev.cel.expr.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.
- getFieldBytes() - Method in class dev.cel.expr.Expr.Select.Builder
-
Required.
- getFieldBytes() - Method in class dev.cel.expr.Expr.Select
-
Required.
- getFieldBytes() - Method in interface dev.cel.expr.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.
- getFieldKey() - Method in class dev.cel.expr.Expr.CreateStruct.Entry.Builder
-
The field key for a message creator statement.
- getFieldKey() - Method in class dev.cel.expr.Expr.CreateStruct.Entry
-
The field key for a message creator statement.
- getFieldKey() - Method in interface dev.cel.expr.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.
- getFieldKeyBytes() - Method in class dev.cel.expr.Expr.CreateStruct.Entry.Builder
-
The field key for a message creator statement.
- getFieldKeyBytes() - Method in class dev.cel.expr.Expr.CreateStruct.Entry
-
The field key for a message creator statement.
- getFieldKeyBytes() - Method in interface dev.cel.expr.Expr.CreateStruct.EntryOrBuilder
-
The field key for a message creator statement.
- getFileDescriptorsForDescriptors(Iterable<Descriptors.Descriptor>) - Static method in class dev.cel.common.CelDescriptorUtil
-
Get the full
FileDescriptorset needed to accurately instantiate thedescriptors. - getFileDescriptorsFromFileDescriptorSet(DescriptorProtos.FileDescriptorSet) - Static method in class dev.cel.common.CelDescriptorUtil
-
Convert a
FileDescriptorSetinto a set ofFileDescriptorinstances. - 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.expr.Decl.Builder
-
Function declaration.
- getFunction() - Method in class dev.cel.expr.Decl
-
Function declaration.
- getFunction() - Method in interface dev.cel.expr.DeclOrBuilder
-
Function declaration.
- getFunction() - Method in class dev.cel.expr.Expr.Call.Builder
-
Required.
- getFunction() - Method in class dev.cel.expr.Expr.Call
-
Required.
- getFunction() - Method in interface dev.cel.expr.Expr.CallOrBuilder
-
Required.
- getFunction() - Method in class dev.cel.expr.Type.Builder
-
Function type.
- getFunction() - Method in class dev.cel.expr.Type
-
Function type.
- getFunction() - Method in interface dev.cel.expr.TypeOrBuilder
-
Function type.
- getFunction() - Method in enum dev.cel.extensions.CelOptionalLibrary.Function
- 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() - Method in enum dev.cel.parser.Operator
-
Returns the mangled operator name, as used within the AST.
- 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.
- getFunctionBuilder() - Method in class dev.cel.expr.Decl.Builder
-
Function declaration.
- getFunctionBuilder() - Method in class dev.cel.expr.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.
- getFunctionBytes() - Method in class dev.cel.expr.Expr.Call.Builder
-
Required.
- getFunctionBytes() - Method in class dev.cel.expr.Expr.Call
-
Required.
- getFunctionBytes() - Method in interface dev.cel.expr.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.
- getFunctionOrBuilder() - Method in class dev.cel.expr.Decl.Builder
-
Function declaration.
- getFunctionOrBuilder() - Method in class dev.cel.expr.Decl
-
Function declaration.
- getFunctionOrBuilder() - Method in interface dev.cel.expr.DeclOrBuilder
-
Function declaration.
- getFunctionOrBuilder() - Method in class dev.cel.expr.Type.Builder
-
Function type.
- getFunctionOrBuilder() - Method in class dev.cel.expr.Type
-
Function type.
- getFunctionOrBuilder() - Method in interface dev.cel.expr.TypeOrBuilder
-
Function type.
- getFunctions() - Method in class dev.cel.checker.Env.DeclGroup
-
Get an immutable map of the functions in the
DeclGroupkeyed 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 dev.cel.expr.Explain.ExprStep.Builder
-
Deprecated.ID of corresponding Expr node.
- getId() - Method in class dev.cel.expr.Explain.ExprStep
-
Deprecated.ID of corresponding Expr node.
- getId() - Method in interface dev.cel.expr.Explain.ExprStepOrBuilder
-
Deprecated.ID of corresponding Expr node.
- getId() - Method in class dev.cel.expr.Expr.Builder
-
Required.
- getId() - Method in class dev.cel.expr.Expr.CreateStruct.Entry.Builder
-
Required.
- getId() - Method in class dev.cel.expr.Expr.CreateStruct.Entry
-
Required.
- getId() - Method in interface dev.cel.expr.Expr.CreateStruct.EntryOrBuilder
-
Required.
- getId() - Method in class dev.cel.expr.Expr
-
Required.
- getId() - Method in interface dev.cel.expr.ExprOrBuilder
-
Required.
- getId() - Method in class dev.cel.expr.SourceInfo.Extension.Builder
-
Identifier for the extension.
- getId() - Method in class dev.cel.expr.SourceInfo.Extension
-
Identifier for the extension.
- getId() - Method in interface dev.cel.expr.SourceInfo.ExtensionOrBuilder
-
Identifier for the extension.
- getIdBytes() - Method in class dev.cel.expr.SourceInfo.Extension.Builder
-
Identifier for the extension.
- getIdBytes() - Method in class dev.cel.expr.SourceInfo.Extension
-
Identifier for the extension.
- getIdBytes() - Method in interface dev.cel.expr.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() - Method in class dev.cel.expr.Decl.Builder
-
Identifier declaration.
- getIdent() - Method in class dev.cel.expr.Decl
-
Identifier declaration.
- getIdent() - Method in interface dev.cel.expr.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.
- getIdentBuilder() - Method in class dev.cel.expr.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.
- getIdentExpr() - Method in class dev.cel.expr.Expr.Builder
-
An identifier expression.
- getIdentExpr() - Method in class dev.cel.expr.Expr
-
An identifier expression.
- getIdentExpr() - Method in interface dev.cel.expr.ExprOrBuilder
-
An identifier expression.
- getIdentExprBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
An identifier expression.
- getIdentExprBuilder() - Method in class dev.cel.expr.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.
- getIdentExprOrBuilder() - Method in class dev.cel.expr.Expr.Builder
-
An identifier expression.
- getIdentExprOrBuilder() - Method in class dev.cel.expr.Expr
-
An identifier expression.
- getIdentExprOrBuilder() - Method in interface dev.cel.expr.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.
- getIdentOrBuilder() - Method in class dev.cel.expr.Decl.Builder
-
Identifier declaration.
- getIdentOrBuilder() - Method in class dev.cel.expr.Decl
-
Identifier declaration.
- getIdentOrBuilder() - Method in interface dev.cel.expr.DeclOrBuilder
-
Identifier declaration.
- getIdents() - Method in class dev.cel.checker.Env.DeclGroup
-
Get an immutable map of the identifiers in the
DeclGroupkeyed by declaration name. - getInstance() - Static method in class dev.cel.common.internal.DefaultInstanceMessageFactory
-
Gets a single instance of this MessageFactory
- getInstance() - Static method in class dev.cel.optimizer.optimizers.ConstantFoldingOptimizer
-
Returns a default instance of constant folding optimizer with preconfigured defaults.
- getInstance() - Static method in class dev.cel.optimizer.optimizers.SubexpressionOptimizer
-
Returns a default instance of common subexpression elimination optimizer with preconfigured defaults.
- 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.
- getInt64Value() - Method in class dev.cel.expr.Constant.Builder
-
int64 value.
- getInt64Value() - Method in class dev.cel.expr.Constant
-
int64 value.
- getInt64Value() - Method in interface dev.cel.expr.ConstantOrBuilder
-
int64 value.
- getInt64Value() - Method in class dev.cel.expr.Value.Builder
-
Signed integer value.
- getInt64Value() - Method in class dev.cel.expr.Value
-
Signed integer value.
- getInt64Value() - Method in interface dev.cel.expr.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, ...)`.
- getIsInstanceFunction() - Method in class dev.cel.expr.Decl.FunctionDecl.Overload.Builder
-
Whether the function is to be used in a method call-style `x.f(...)` of a function call-style `f(x, ...)`.
- getIsInstanceFunction() - Method in class dev.cel.expr.Decl.FunctionDecl.Overload
-
Whether the function is to be used in a method call-style `x.f(...)` of a function call-style `f(x, ...)`.
- getIsInstanceFunction() - Method in interface dev.cel.expr.Decl.FunctionDecl.OverloadOrBuilder
-
Whether the function is to be used in a method call-style `x.f(...)` of a function call-style `f(x, ...)`.
- getIssues() - Method in class dev.cel.validator.CelAstValidator.IssuesFactory
- 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 var iterates.
- getIterRange() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
-
The range over which var iterates.
- getIterRange() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
-
The range over which var iterates.
- getIterRange() - Method in class dev.cel.expr.Expr.Comprehension.Builder
-
The range over which the comprehension iterates.
- getIterRange() - Method in class dev.cel.expr.Expr.Comprehension
-
The range over which the comprehension iterates.
- getIterRange() - Method in interface dev.cel.expr.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 var iterates.
- getIterRangeBuilder() - Method in class dev.cel.expr.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 var iterates.
- getIterRangeOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
-
The range over which var iterates.
- getIterRangeOrBuilder() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
-
The range over which var iterates.
- getIterRangeOrBuilder() - Method in class dev.cel.expr.Expr.Comprehension.Builder
-
The range over which the comprehension iterates.
- getIterRangeOrBuilder() - Method in class dev.cel.expr.Expr.Comprehension
-
The range over which the comprehension iterates.
- getIterRangeOrBuilder() - Method in interface dev.cel.expr.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 iteration variable.
- getIterVar() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
-
The name of the iteration variable.
- getIterVar() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
-
The name of the iteration variable.
- getIterVar() - Method in class dev.cel.expr.Expr.Comprehension.Builder
-
The name of the first iteration variable.
- getIterVar() - Method in class dev.cel.expr.Expr.Comprehension
-
The name of the first iteration variable.
- getIterVar() - Method in interface dev.cel.expr.Expr.ComprehensionOrBuilder
-
The name of the first iteration variable.
- getIterVar2() - Method in class dev.cel.expr.Expr.Comprehension.Builder
-
The name of the second iteration variable, empty if not set.
- getIterVar2() - Method in class dev.cel.expr.Expr.Comprehension
-
The name of the second iteration variable, empty if not set.
- getIterVar2() - Method in interface dev.cel.expr.Expr.ComprehensionOrBuilder
-
The name of the second iteration variable, empty if not set.
- getIterVar2Bytes() - Method in class dev.cel.expr.Expr.Comprehension.Builder
-
The name of the second iteration variable, empty if not set.
- getIterVar2Bytes() - Method in class dev.cel.expr.Expr.Comprehension
-
The name of the second iteration variable, empty if not set.
- getIterVar2Bytes() - Method in interface dev.cel.expr.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 iteration variable.
- getIterVarBytes() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
-
The name of the iteration variable.
- getIterVarBytes() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
-
The name of the iteration variable.
- getIterVarBytes() - Method in class dev.cel.expr.Expr.Comprehension.Builder
-
The name of the first iteration variable.
- getIterVarBytes() - Method in class dev.cel.expr.Expr.Comprehension
-
The name of the first iteration variable.
- getIterVarBytes() - Method in interface dev.cel.expr.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.expr.MapValue.Entry.Builder
-
The key.
- getKey() - Method in class dev.cel.expr.MapValue.Entry
-
The key.
- getKey() - Method in interface dev.cel.expr.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.
- getKeyBuilder() - Method in class dev.cel.expr.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
- getKeyKindCase() - Method in class dev.cel.expr.Expr.CreateStruct.Entry.Builder
- getKeyKindCase() - Method in class dev.cel.expr.Expr.CreateStruct.Entry
- getKeyKindCase() - Method in interface dev.cel.expr.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.
- getKeyOrBuilder() - Method in class dev.cel.expr.MapValue.Entry.Builder
-
The key.
- getKeyOrBuilder() - Method in class dev.cel.expr.MapValue.Entry
-
The key.
- getKeyOrBuilder() - Method in interface dev.cel.expr.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.
- getKeyType() - Method in class dev.cel.expr.Type.MapType.Builder
-
The type of the key.
- getKeyType() - Method in class dev.cel.expr.Type.MapType
-
The type of the key.
- getKeyType() - Method in interface dev.cel.expr.Type.MapTypeOrBuilder
-
The type of the key.
- getKeyTypeBuilder() - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
-
The type of the key.
- getKeyTypeBuilder() - Method in class dev.cel.expr.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.
- getKeyTypeOrBuilder() - Method in class dev.cel.expr.Type.MapType.Builder
-
The type of the key.
- getKeyTypeOrBuilder() - Method in class dev.cel.expr.Type.MapType
-
The type of the key.
- getKeyTypeOrBuilder() - Method in interface dev.cel.expr.Type.MapTypeOrBuilder
-
The type of the key.
- getKind() - Method in class dev.cel.common.ast.CelConstant
- getKind() - Method in class dev.cel.common.ast.CelExpr.ExprKind
- getKind() - Method in class dev.cel.common.ast.CelExpr
- getKind() - Method in class dev.cel.common.ast.CelMutableExpr
- getKind() - Method in interface dev.cel.common.ast.Expression
-
Represents the enumeration value for the underlying expression kind.
- 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
- getKindCase() - Method in class dev.cel.expr.ExprValue.Builder
- getKindCase() - Method in class dev.cel.expr.ExprValue
- getKindCase() - Method in interface dev.cel.expr.ExprValueOrBuilder
- getKindCase() - Method in class dev.cel.expr.Value.Builder
- getKindCase() - Method in class dev.cel.expr.Value
- getKindCase() - Method in interface dev.cel.expr.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.
- getLine() - Method in class dev.cel.common.CelSourceLocation
- getLineOffsets() - Method in class dev.cel.common.CelSource
-
Get the code point offsets (NOT code unit offsets) for new line characters '\n' within the source expression text.
- 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.
- getLineOffsets(int) - Method in class dev.cel.expr.SourceInfo.Builder
-
Monotonically increasing list of code point offsets where newlines `\n` appear.
- getLineOffsets(int) - Method in class dev.cel.expr.SourceInfo
-
Monotonically increasing list of code point offsets where newlines `\n` appear.
- getLineOffsets(int) - Method in interface dev.cel.expr.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.
- getLineOffsetsCount() - Method in class dev.cel.expr.SourceInfo.Builder
-
Monotonically increasing list of code point offsets where newlines `\n` appear.
- getLineOffsetsCount() - Method in class dev.cel.expr.SourceInfo
-
Monotonically increasing list of code point offsets where newlines `\n` appear.
- getLineOffsetsCount() - Method in interface dev.cel.expr.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.
- getLineOffsetsList() - Method in class dev.cel.expr.SourceInfo.Builder
-
Monotonically increasing list of code point offsets where newlines `\n` appear.
- getLineOffsetsList() - Method in class dev.cel.expr.SourceInfo
-
Monotonically increasing list of code point offsets where newlines `\n` appear.
- getLineOffsetsList() - Method in interface dev.cel.expr.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.
- getListExpr() - Method in class dev.cel.expr.Expr.Builder
-
A list creation expression.
- getListExpr() - Method in class dev.cel.expr.Expr
-
A list creation expression.
- getListExpr() - Method in interface dev.cel.expr.ExprOrBuilder
-
A list creation expression.
- getListExprBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A list creation expression.
- getListExprBuilder() - Method in class dev.cel.expr.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.
- getListExprOrBuilder() - Method in class dev.cel.expr.Expr.Builder
-
A list creation expression.
- getListExprOrBuilder() - Method in class dev.cel.expr.Expr
-
A list creation expression.
- getListExprOrBuilder() - Method in interface dev.cel.expr.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.
- getListType() - Method in class dev.cel.expr.Type.Builder
-
Parameterized list with elements of `list_type`, e.g.
- getListType() - Method in class dev.cel.expr.Type
-
Parameterized list with elements of `list_type`, e.g.
- getListType() - Method in interface dev.cel.expr.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.
- getListTypeBuilder() - Method in class dev.cel.expr.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.
- getListTypeOrBuilder() - Method in class dev.cel.expr.Type.Builder
-
Parameterized list with elements of `list_type`, e.g.
- getListTypeOrBuilder() - Method in class dev.cel.expr.Type
-
Parameterized list with elements of `list_type`, e.g.
- getListTypeOrBuilder() - Method in interface dev.cel.expr.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.
- getListValue() - Method in class dev.cel.expr.Value.Builder
-
List value.
- getListValue() - Method in class dev.cel.expr.Value
-
List value.
- getListValue() - Method in interface dev.cel.expr.ValueOrBuilder
-
List value.
- getListValueBuilder() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
List value.
- getListValueBuilder() - Method in class dev.cel.expr.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.
- getListValueOrBuilder() - Method in class dev.cel.expr.Value.Builder
-
List value.
- getListValueOrBuilder() - Method in class dev.cel.expr.Value
-
List value.
- getListValueOrBuilder() - Method in interface dev.cel.expr.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.
- getLocation() - Method in class dev.cel.expr.SourceInfo.Builder
-
The location name.
- getLocation() - Method in class dev.cel.expr.SourceInfo
-
The location name.
- getLocation() - Method in interface dev.cel.expr.SourceInfoOrBuilder
-
The location name.
- getLocation() - Method in class dev.cel.runtime.DefaultMetadata
- getLocation() - Method in interface dev.cel.runtime.Metadata
-
Returns the location (like a filename) of the interpreted expression.
- 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.
- getLocationBytes() - Method in class dev.cel.expr.SourceInfo.Builder
-
The location name.
- getLocationBytes() - Method in class dev.cel.expr.SourceInfo
-
The location name.
- getLocationBytes() - Method in interface dev.cel.expr.SourceInfoOrBuilder
-
The location name.
- getLocationOffset(int, int) - Method in class dev.cel.common.CelSource.Builder
-
Get the code point offset within the source expression text that corresponds with the
lineandcolumn. - getLocationOffset(int, int) - Method in class dev.cel.common.CelSource
-
Get the code point offset within the source expression text that corresponds with the
lineandcolumn. - getLocationOffset(CelSourceLocation) - Method in class dev.cel.common.CelSource.Builder
- getLocationOffset(CelSourceLocation) - Method in class dev.cel.common.CelSource
- 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 and accu_var.
- getLoopCondition() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
-
An expression which can contain iter_var and accu_var.
- getLoopCondition() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
-
An expression which can contain iter_var and accu_var.
- getLoopCondition() - Method in class dev.cel.expr.Expr.Comprehension.Builder
-
An expression which can contain iter_var, iter_var2, and accu_var.
- getLoopCondition() - Method in class dev.cel.expr.Expr.Comprehension
-
An expression which can contain iter_var, iter_var2, and accu_var.
- getLoopCondition() - Method in interface dev.cel.expr.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 and accu_var.
- getLoopConditionBuilder() - Method in class dev.cel.expr.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 and accu_var.
- getLoopConditionOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
-
An expression which can contain iter_var and accu_var.
- getLoopConditionOrBuilder() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
-
An expression which can contain iter_var and accu_var.
- getLoopConditionOrBuilder() - Method in class dev.cel.expr.Expr.Comprehension.Builder
-
An expression which can contain iter_var, iter_var2, and accu_var.
- getLoopConditionOrBuilder() - Method in class dev.cel.expr.Expr.Comprehension
-
An expression which can contain iter_var, iter_var2, and accu_var.
- getLoopConditionOrBuilder() - Method in interface dev.cel.expr.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 and accu_var.
- getLoopStep() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
-
An expression which can contain iter_var and accu_var.
- getLoopStep() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
-
An expression which can contain iter_var and accu_var.
- getLoopStep() - Method in class dev.cel.expr.Expr.Comprehension.Builder
-
An expression which can contain iter_var, iter_var2, and accu_var.
- getLoopStep() - Method in class dev.cel.expr.Expr.Comprehension
-
An expression which can contain iter_var, iter_var2, and accu_var.
- getLoopStep() - Method in interface dev.cel.expr.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 and accu_var.
- getLoopStepBuilder() - Method in class dev.cel.expr.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 and accu_var.
- getLoopStepOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
-
An expression which can contain iter_var and accu_var.
- getLoopStepOrBuilder() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
-
An expression which can contain iter_var and accu_var.
- getLoopStepOrBuilder() - Method in class dev.cel.expr.Expr.Comprehension.Builder
-
An expression which can contain iter_var, iter_var2, and accu_var.
- getLoopStepOrBuilder() - Method in class dev.cel.expr.Expr.Comprehension
-
An expression which can contain iter_var, iter_var2, and accu_var.
- getLoopStepOrBuilder() - Method in interface dev.cel.expr.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
- getMacroCalls() - Method in class dev.cel.common.CelSource.Builder
- getMacroCalls() - Method in class dev.cel.common.CelSource
- getMacroCalls() - Method in class dev.cel.expr.SourceInfo.Builder
-
Deprecated.
- getMacroCalls() - Method in class dev.cel.expr.SourceInfo
-
Deprecated.
- getMacroCalls() - Method in interface dev.cel.expr.SourceInfoOrBuilder
-
Deprecated.
- 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.
- getMacroCallsCount() - Method in class dev.cel.expr.SourceInfo.Builder
- getMacroCallsCount() - Method in class dev.cel.expr.SourceInfo
- getMacroCallsCount() - Method in interface dev.cel.expr.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.
- getMacroCallsMap() - Method in class dev.cel.expr.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 dev.cel.expr.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 dev.cel.expr.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.
- getMacroCallsOrDefault(long, Expr) - Method in class dev.cel.expr.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 dev.cel.expr.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 dev.cel.expr.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.
- getMacroCallsOrThrow(long) - Method in class dev.cel.expr.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 dev.cel.expr.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 dev.cel.expr.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 dev.cel.expr.SourceInfo.Extension.Version.Builder
-
Major version changes indicate different required support level from the required components.
- getMajor() - Method in class dev.cel.expr.SourceInfo.Extension.Version
-
Major version changes indicate different required support level from the required components.
- getMajor() - Method in interface dev.cel.expr.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.
- getMapKey() - Method in class dev.cel.expr.Expr.CreateStruct.Entry.Builder
-
The key expression for a map creation statement.
- getMapKey() - Method in class dev.cel.expr.Expr.CreateStruct.Entry
-
The key expression for a map creation statement.
- getMapKey() - Method in interface dev.cel.expr.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.
- getMapKeyBuilder() - Method in class dev.cel.expr.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.
- getMapKeyOrBuilder() - Method in class dev.cel.expr.Expr.CreateStruct.Entry.Builder
-
The key expression for a map creation statement.
- getMapKeyOrBuilder() - Method in class dev.cel.expr.Expr.CreateStruct.Entry
-
The key expression for a map creation statement.
- getMapKeyOrBuilder() - Method in interface dev.cel.expr.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.
- getMapType() - Method in class dev.cel.expr.Type.Builder
-
Parameterized map with typed keys and values.
- getMapType() - Method in class dev.cel.expr.Type
-
Parameterized map with typed keys and values.
- getMapType() - Method in interface dev.cel.expr.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.
- getMapTypeBuilder() - Method in class dev.cel.expr.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.
- getMapTypeOrBuilder() - Method in class dev.cel.expr.Type.Builder
-
Parameterized map with typed keys and values.
- getMapTypeOrBuilder() - Method in class dev.cel.expr.Type
-
Parameterized map with typed keys and values.
- getMapTypeOrBuilder() - Method in interface dev.cel.expr.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.
- getMapValue() - Method in class dev.cel.expr.Value.Builder
-
Map value.
- getMapValue() - Method in class dev.cel.expr.Value
-
Map value.
- getMapValue() - Method in interface dev.cel.expr.ValueOrBuilder
-
Map value.
- getMapValueBuilder() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
Map value.
- getMapValueBuilder() - Method in class dev.cel.expr.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.
- getMapValueOrBuilder() - Method in class dev.cel.expr.Value.Builder
-
Map value.
- getMapValueOrBuilder() - Method in class dev.cel.expr.Value
-
Map value.
- getMapValueOrBuilder() - Method in interface dev.cel.expr.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.
- getMessageName() - Method in class dev.cel.expr.Expr.CreateStruct.Builder
-
The type name of the message to be created, empty when creating map literals.
- getMessageName() - Method in class dev.cel.expr.Expr.CreateStruct
-
The type name of the message to be created, empty when creating map literals.
- getMessageName() - Method in interface dev.cel.expr.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.
- getMessageNameBytes() - Method in class dev.cel.expr.Expr.CreateStruct.Builder
-
The type name of the message to be created, empty when creating map literals.
- getMessageNameBytes() - Method in class dev.cel.expr.Expr.CreateStruct
-
The type name of the message to be created, empty when creating map literals.
- getMessageNameBytes() - Method in interface dev.cel.expr.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.
- getMessageType() - Method in class dev.cel.expr.Type.Builder
-
Protocol buffer message type.
- getMessageType() - Method in class dev.cel.expr.Type
-
Protocol buffer message type.
- getMessageType() - Method in interface dev.cel.expr.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.
- getMessageTypeBytes() - Method in class dev.cel.expr.Type.Builder
-
Protocol buffer message type.
- getMessageTypeBytes() - Method in class dev.cel.expr.Type
-
Protocol buffer message type.
- getMessageTypeBytes() - Method in interface dev.cel.expr.TypeOrBuilder
-
Protocol buffer message type.
- getMinor() - Method in class dev.cel.expr.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 dev.cel.expr.SourceInfo.Extension.Version
-
Minor version changes must not change the observed behavior from existing implementations, but may be provided informationally.
- getMinor() - Method in interface dev.cel.expr.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.
- getMutableMacroCalls() - Method in class dev.cel.expr.SourceInfo.Builder
-
Deprecated.
- getMutablePositions() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
Deprecated.
- getMutablePositions() - Method in class dev.cel.expr.SourceInfo.Builder
-
Deprecated.
- getMutableReferenceMap() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
-
Deprecated.
- getMutableReferenceMap() - Method in class dev.cel.expr.CheckedExpr.Builder
-
Deprecated.
- getMutableTypeMap() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
-
Deprecated.
- getMutableTypeMap() - Method in class dev.cel.expr.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.
- getName() - Method in class dev.cel.expr.Decl.Builder
-
The fully qualified name of the declaration.
- getName() - Method in class dev.cel.expr.Decl
-
The fully qualified name of the declaration.
- getName() - Method in interface dev.cel.expr.DeclOrBuilder
-
The fully qualified name of the declaration.
- getName() - Method in class dev.cel.expr.Expr.Ident.Builder
-
Required.
- getName() - Method in class dev.cel.expr.Expr.Ident
-
Required.
- getName() - Method in interface dev.cel.expr.Expr.IdentOrBuilder
-
Required.
- getName() - Method in class dev.cel.expr.Reference.Builder
-
The fully qualified name of the declaration.
- getName() - Method in class dev.cel.expr.Reference
-
The fully qualified name of the declaration.
- getName() - Method in interface dev.cel.expr.ReferenceOrBuilder
-
The fully qualified name of the declaration.
- getName() - Method in class dev.cel.expr.Type.AbstractType.Builder
-
The fully qualified name of this abstract type.
- getName() - Method in class dev.cel.expr.Type.AbstractType
-
The fully qualified name of this abstract type.
- getName() - Method in interface dev.cel.expr.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.
- getNameBytes() - Method in class dev.cel.expr.Decl.Builder
-
The fully qualified name of the declaration.
- getNameBytes() - Method in class dev.cel.expr.Decl
-
The fully qualified name of the declaration.
- getNameBytes() - Method in interface dev.cel.expr.DeclOrBuilder
-
The fully qualified name of the declaration.
- getNameBytes() - Method in class dev.cel.expr.Expr.Ident.Builder
-
Required.
- getNameBytes() - Method in class dev.cel.expr.Expr.Ident
-
Required.
- getNameBytes() - Method in interface dev.cel.expr.Expr.IdentOrBuilder
-
Required.
- getNameBytes() - Method in class dev.cel.expr.Reference.Builder
-
The fully qualified name of the declaration.
- getNameBytes() - Method in class dev.cel.expr.Reference
-
The fully qualified name of the declaration.
- getNameBytes() - Method in interface dev.cel.expr.ReferenceOrBuilder
-
The fully qualified name of the declaration.
- getNameBytes() - Method in class dev.cel.expr.Type.AbstractType.Builder
-
The fully qualified name of this abstract type.
- getNameBytes() - Method in class dev.cel.expr.Type.AbstractType
-
The fully qualified name of this abstract type.
- getNameBytes() - Method in interface dev.cel.expr.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.
- getNull() - Method in class dev.cel.expr.Type.Builder
-
Null value.
- getNull() - Method in class dev.cel.expr.Type
-
Null value.
- getNull() - Method in interface dev.cel.expr.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.
- getNullValue() - Method in class dev.cel.expr.Constant.Builder
-
null value.
- getNullValue() - Method in class dev.cel.expr.Constant
-
null value.
- getNullValue() - Method in interface dev.cel.expr.ConstantOrBuilder
-
null value.
- getNullValue() - Method in class dev.cel.expr.Type.Builder
-
Null value.
- getNullValue() - Method in class dev.cel.expr.Type
-
Null value.
- getNullValue() - Method in interface dev.cel.expr.TypeOrBuilder
-
Null value.
- getNullValue() - Method in class dev.cel.expr.Value.Builder
-
Null value.
- getNullValue() - Method in class dev.cel.expr.Value
-
Null value.
- getNullValue() - Method in interface dev.cel.expr.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.
- getNullValueValue() - Method in class dev.cel.expr.Constant.Builder
-
null value.
- getNullValueValue() - Method in class dev.cel.expr.Constant
-
null value.
- getNullValueValue() - Method in interface dev.cel.expr.ConstantOrBuilder
-
null value.
- getNullValueValue() - Method in class dev.cel.expr.Value.Builder
-
Null value.
- getNullValueValue() - Method in class dev.cel.expr.Value
-
Null value.
- getNullValueValue() - Method in interface dev.cel.expr.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.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
- getNumber() - Method in enum dev.cel.expr.Constant.ConstantKindCase
- getNumber() - Method in enum dev.cel.expr.Decl.DeclKindCase
- getNumber() - Method in enum dev.cel.expr.Expr.CreateStruct.Entry.KeyKindCase
- getNumber() - Method in enum dev.cel.expr.Expr.ExprKindCase
- getNumber() - Method in enum dev.cel.expr.ExprValue.KindCase
- getNumber() - Method in enum dev.cel.expr.SourceInfo.Extension.Component
- getNumber() - Method in enum dev.cel.expr.Type.PrimitiveType
- getNumber() - Method in enum dev.cel.expr.Type.TypeKindCase
- getNumber() - Method in enum dev.cel.expr.Type.WellKnownType
- getNumber() - Method in enum dev.cel.expr.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.
- getObjectValue() - Method in class dev.cel.expr.Value.Builder
-
The proto message backing an object value.
- getObjectValue() - Method in class dev.cel.expr.Value
-
The proto message backing an object value.
- getObjectValue() - Method in interface dev.cel.expr.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.
- getObjectValueBuilder() - Method in class dev.cel.expr.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.
- getObjectValueOrBuilder() - Method in class dev.cel.expr.Value.Builder
-
The proto message backing an object value.
- getObjectValueOrBuilder() - Method in class dev.cel.expr.Value
-
The proto message backing an object value.
- getObjectValueOrBuilder() - Method in interface dev.cel.expr.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.
- getOffsetLocation(int) - Method in class dev.cel.common.CelSource.Builder
-
Get the line and column in the source expression text for the given code point
offset. - getOffsetLocation(int) - Method in class dev.cel.common.CelSource
-
Get the line and column in the source expression text for the given code point
offset. - getOffsetLocation(CelCodePointArray, int) - Static method in class dev.cel.common.CelSourceHelper
-
Get the line and column in the source expression text for the given code point
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.
- getOperand() - Method in class dev.cel.expr.Expr.Select.Builder
-
Required.
- getOperand() - Method in class dev.cel.expr.Expr.Select
-
Required.
- getOperand() - Method in interface dev.cel.expr.Expr.SelectOrBuilder
-
Required.
- getOperandBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
-
Required.
- getOperandBuilder() - Method in class dev.cel.expr.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.
- getOperandOrBuilder() - Method in class dev.cel.expr.Expr.Select.Builder
-
Required.
- getOperandOrBuilder() - Method in class dev.cel.expr.Expr.Select
-
Required.
- getOperandOrBuilder() - Method in interface dev.cel.expr.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.
- getOptionalEntry() - Method in class dev.cel.expr.Expr.CreateStruct.Entry.Builder
-
Whether the key-value pair is optional.
- getOptionalEntry() - Method in class dev.cel.expr.Expr.CreateStruct.Entry
-
Whether the key-value pair is optional.
- getOptionalEntry() - Method in interface dev.cel.expr.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.
- getOptionalIndices(int) - Method in class dev.cel.expr.Expr.CreateList.Builder
-
The indices within the elements list which are marked as optional elements.
- getOptionalIndices(int) - Method in class dev.cel.expr.Expr.CreateList
-
The indices within the elements list which are marked as optional elements.
- getOptionalIndices(int) - Method in interface dev.cel.expr.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.
- getOptionalIndicesCount() - Method in class dev.cel.expr.Expr.CreateList.Builder
-
The indices within the elements list which are marked as optional elements.
- getOptionalIndicesCount() - Method in class dev.cel.expr.Expr.CreateList
-
The indices within the elements list which are marked as optional elements.
- getOptionalIndicesCount() - Method in interface dev.cel.expr.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.
- getOptionalIndicesList() - Method in class dev.cel.expr.Expr.CreateList.Builder
-
The indices within the elements list which are marked as optional elements.
- getOptionalIndicesList() - Method in class dev.cel.expr.Expr.CreateList
-
The indices within the elements list which are marked as optional elements.
- getOptionalIndicesList() - Method in interface dev.cel.expr.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
CelOptionsfor the parser. - getOptions() - Method in class dev.cel.parser.CelParserImpl.Builder
- getOptions() - Method in class dev.cel.parser.CelParserImpl
-
Return the options the
CelParserwas 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() - Method in class dev.cel.expr.Decl.FunctionDecl.Overload.Builder
-
Required.
- getOverloadId() - Method in class dev.cel.expr.Decl.FunctionDecl.Overload
-
Required.
- getOverloadId() - Method in interface dev.cel.expr.Decl.FunctionDecl.OverloadOrBuilder
-
Required.
- getOverloadId() - Method in class dev.cel.runtime.CelResolvedOverload
-
The overload id of the function.
- getOverloadId() - Method in class dev.cel.runtime.CelRuntime.CelFunctionBinding
- getOverloadId() - Method in interface dev.cel.runtime.ResolvedOverload
-
The overload id of the function.
- 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.
- getOverloadId(int) - Method in class dev.cel.expr.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 dev.cel.expr.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 dev.cel.expr.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() - Method in class dev.cel.expr.Decl.FunctionDecl.Overload.Builder
-
Required.
- getOverloadIdBytes() - Method in class dev.cel.expr.Decl.FunctionDecl.Overload
-
Required.
- getOverloadIdBytes() - Method in interface dev.cel.expr.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.
- getOverloadIdBytes(int) - Method in class dev.cel.expr.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 dev.cel.expr.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 dev.cel.expr.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.
- getOverloadIdCount() - Method in class dev.cel.expr.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 dev.cel.expr.Reference
-
For references to functions, this is a list of `Overload.overload_id` values which match according to typing rules.
- getOverloadIdCount() - Method in interface dev.cel.expr.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.
- getOverloadIdList() - Method in class dev.cel.expr.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 dev.cel.expr.Reference
-
For references to functions, this is a list of `Overload.overload_id` values which match according to typing rules.
- getOverloadIdList() - Method in interface dev.cel.expr.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.
- getOverloads(int) - Method in class dev.cel.expr.Decl.FunctionDecl.Builder
-
Required.
- getOverloads(int) - Method in class dev.cel.expr.Decl.FunctionDecl
-
Required.
- getOverloads(int) - Method in interface dev.cel.expr.Decl.FunctionDeclOrBuilder
-
Required.
- getOverloadsBuilder(int) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
-
Required.
- getOverloadsBuilder(int) - Method in class dev.cel.expr.Decl.FunctionDecl.Builder
-
Required.
- getOverloadsBuilderList() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
-
Required.
- getOverloadsBuilderList() - Method in class dev.cel.expr.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.
- getOverloadsCount() - Method in class dev.cel.expr.Decl.FunctionDecl.Builder
-
Required.
- getOverloadsCount() - Method in class dev.cel.expr.Decl.FunctionDecl
-
Required.
- getOverloadsCount() - Method in interface dev.cel.expr.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.
- getOverloadsList() - Method in class dev.cel.expr.Decl.FunctionDecl.Builder
-
Required.
- getOverloadsList() - Method in class dev.cel.expr.Decl.FunctionDecl
-
Required.
- getOverloadsList() - Method in interface dev.cel.expr.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.
- getOverloadsOrBuilder(int) - Method in class dev.cel.expr.Decl.FunctionDecl.Builder
-
Required.
- getOverloadsOrBuilder(int) - Method in class dev.cel.expr.Decl.FunctionDecl
-
Required.
- getOverloadsOrBuilder(int) - Method in interface dev.cel.expr.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.
- getOverloadsOrBuilderList() - Method in class dev.cel.expr.Decl.FunctionDecl.Builder
-
Required.
- getOverloadsOrBuilderList() - Method in class dev.cel.expr.Decl.FunctionDecl
-
Required.
- getOverloadsOrBuilderList() - Method in interface dev.cel.expr.Decl.FunctionDeclOrBuilder
-
Required.
- getParameterTypes() - Method in class dev.cel.runtime.CelResolvedOverload
-
The types of the function parameters.
- getParameterTypes() - Method in interface dev.cel.runtime.ResolvedOverload
-
The types of the function parameters.
- 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.
- getParameterTypes(int) - Method in class dev.cel.expr.Type.AbstractType.Builder
-
Parameter types for this abstract type.
- getParameterTypes(int) - Method in class dev.cel.expr.Type.AbstractType
-
Parameter types for this abstract type.
- getParameterTypes(int) - Method in interface dev.cel.expr.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.
- getParameterTypesBuilder(int) - Method in class dev.cel.expr.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.
- getParameterTypesBuilderList() - Method in class dev.cel.expr.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.
- getParameterTypesCount() - Method in class dev.cel.expr.Type.AbstractType.Builder
-
Parameter types for this abstract type.
- getParameterTypesCount() - Method in class dev.cel.expr.Type.AbstractType
-
Parameter types for this abstract type.
- getParameterTypesCount() - Method in interface dev.cel.expr.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.
- getParameterTypesList() - Method in class dev.cel.expr.Type.AbstractType.Builder
-
Parameter types for this abstract type.
- getParameterTypesList() - Method in class dev.cel.expr.Type.AbstractType
-
Parameter types for this abstract type.
- getParameterTypesList() - Method in interface dev.cel.expr.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.
- getParameterTypesOrBuilder(int) - Method in class dev.cel.expr.Type.AbstractType.Builder
-
Parameter types for this abstract type.
- getParameterTypesOrBuilder(int) - Method in class dev.cel.expr.Type.AbstractType
-
Parameter types for this abstract type.
- getParameterTypesOrBuilder(int) - Method in interface dev.cel.expr.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.
- getParameterTypesOrBuilderList() - Method in class dev.cel.expr.Type.AbstractType.Builder
-
Parameter types for this abstract type.
- getParameterTypesOrBuilderList() - Method in class dev.cel.expr.Type.AbstractType
-
Parameter types for this abstract type.
- getParameterTypesOrBuilderList() - Method in interface dev.cel.expr.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.
- getParams(int) - Method in class dev.cel.expr.Decl.FunctionDecl.Overload.Builder
-
List of function parameter [Type][cel.expr.Type] values.
- getParams(int) - Method in class dev.cel.expr.Decl.FunctionDecl.Overload
-
List of function parameter [Type][cel.expr.Type] values.
- getParams(int) - Method in interface dev.cel.expr.Decl.FunctionDecl.OverloadOrBuilder
-
List of function parameter [Type][cel.expr.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.
- getParamsBuilder(int) - Method in class dev.cel.expr.Decl.FunctionDecl.Overload.Builder
-
List of function parameter [Type][cel.expr.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.
- getParamsBuilderList() - Method in class dev.cel.expr.Decl.FunctionDecl.Overload.Builder
-
List of function parameter [Type][cel.expr.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.
- getParamsCount() - Method in class dev.cel.expr.Decl.FunctionDecl.Overload.Builder
-
List of function parameter [Type][cel.expr.Type] values.
- getParamsCount() - Method in class dev.cel.expr.Decl.FunctionDecl.Overload
-
List of function parameter [Type][cel.expr.Type] values.
- getParamsCount() - Method in interface dev.cel.expr.Decl.FunctionDecl.OverloadOrBuilder
-
List of function parameter [Type][cel.expr.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.
- getParamsList() - Method in class dev.cel.expr.Decl.FunctionDecl.Overload.Builder
-
List of function parameter [Type][cel.expr.Type] values.
- getParamsList() - Method in class dev.cel.expr.Decl.FunctionDecl.Overload
-
List of function parameter [Type][cel.expr.Type] values.
- getParamsList() - Method in interface dev.cel.expr.Decl.FunctionDecl.OverloadOrBuilder
-
List of function parameter [Type][cel.expr.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.
- getParamsOrBuilder(int) - Method in class dev.cel.expr.Decl.FunctionDecl.Overload.Builder
-
List of function parameter [Type][cel.expr.Type] values.
- getParamsOrBuilder(int) - Method in class dev.cel.expr.Decl.FunctionDecl.Overload
-
List of function parameter [Type][cel.expr.Type] values.
- getParamsOrBuilder(int) - Method in interface dev.cel.expr.Decl.FunctionDecl.OverloadOrBuilder
-
List of function parameter [Type][cel.expr.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.
- getParamsOrBuilderList() - Method in class dev.cel.expr.Decl.FunctionDecl.Overload.Builder
-
List of function parameter [Type][cel.expr.Type] values.
- getParamsOrBuilderList() - Method in class dev.cel.expr.Decl.FunctionDecl.Overload
-
List of function parameter [Type][cel.expr.Type] values.
- getParamsOrBuilderList() - Method in interface dev.cel.expr.Decl.FunctionDecl.OverloadOrBuilder
-
List of function parameter [Type][cel.expr.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
- 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
- getParserForType() - Method in class dev.cel.expr.CheckedExpr
- getParserForType() - Method in class dev.cel.expr.Constant
- getParserForType() - Method in class dev.cel.expr.Decl.FunctionDecl
- getParserForType() - Method in class dev.cel.expr.Decl.FunctionDecl.Overload
- getParserForType() - Method in class dev.cel.expr.Decl
- getParserForType() - Method in class dev.cel.expr.Decl.IdentDecl
- getParserForType() - Method in class dev.cel.expr.EnumValue
- getParserForType() - Method in class dev.cel.expr.ErrorSet
- getParserForType() - Method in class dev.cel.expr.EvalState
- getParserForType() - Method in class dev.cel.expr.EvalState.Result
- getParserForType() - Method in class dev.cel.expr.Explain.ExprStep
-
Deprecated.
- getParserForType() - Method in class dev.cel.expr.Explain
-
Deprecated.
- getParserForType() - Method in class dev.cel.expr.Expr.Call
- getParserForType() - Method in class dev.cel.expr.Expr.Comprehension
- getParserForType() - Method in class dev.cel.expr.Expr.CreateList
- getParserForType() - Method in class dev.cel.expr.Expr.CreateStruct.Entry
- getParserForType() - Method in class dev.cel.expr.Expr.CreateStruct
- getParserForType() - Method in class dev.cel.expr.Expr
- getParserForType() - Method in class dev.cel.expr.Expr.Ident
- getParserForType() - Method in class dev.cel.expr.Expr.Select
- getParserForType() - Method in class dev.cel.expr.ExprValue
- getParserForType() - Method in class dev.cel.expr.ListValue
- getParserForType() - Method in class dev.cel.expr.MapValue.Entry
- getParserForType() - Method in class dev.cel.expr.MapValue
- getParserForType() - Method in class dev.cel.expr.ParsedExpr
- getParserForType() - Method in class dev.cel.expr.Reference
- getParserForType() - Method in class dev.cel.expr.SourceInfo.Extension
- getParserForType() - Method in class dev.cel.expr.SourceInfo.Extension.Version
- getParserForType() - Method in class dev.cel.expr.SourceInfo
- getParserForType() - Method in class dev.cel.expr.Type.AbstractType
- getParserForType() - Method in class dev.cel.expr.Type.FunctionType
- getParserForType() - Method in class dev.cel.expr.Type
- getParserForType() - Method in class dev.cel.expr.Type.ListType
- getParserForType() - Method in class dev.cel.expr.Type.MapType
- getParserForType() - Method in class dev.cel.expr.UnknownSet
- getParserForType() - Method in class dev.cel.expr.Value
- getPosition(long) - Method in class dev.cel.runtime.DefaultMetadata
- getPosition(long) - Method in interface dev.cel.runtime.Metadata
-
Returns the character position of the node in the source.
- getPositionLocation(int) - Method in class dev.cel.common.internal.Errors
-
Returns the
SourceLocationfor the given codepoint offsetposition. - 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.
- getPositions() - Method in class dev.cel.expr.SourceInfo.Builder
-
Deprecated.
- getPositions() - Method in class dev.cel.expr.SourceInfo
-
Deprecated.
- getPositions() - Method in interface dev.cel.expr.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.
- getPositionsCount() - Method in class dev.cel.expr.SourceInfo.Builder
- getPositionsCount() - Method in class dev.cel.expr.SourceInfo
- getPositionsCount() - Method in interface dev.cel.expr.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.
- getPositionsMap() - Method in class dev.cel.common.CelSource.Builder
- getPositionsMap() - Method in class dev.cel.common.CelSource
- getPositionsMap() - Method in interface dev.cel.common.Source
-
Gets the map of each parsed node ID (ex: expression ID, policy ID) to their source positions.
- getPositionsMap() - Method in class dev.cel.expr.SourceInfo.Builder
-
A map from the parse node id (e.g.
- getPositionsMap() - Method in class dev.cel.expr.SourceInfo
-
A map from the parse node id (e.g.
- getPositionsMap() - Method in interface dev.cel.expr.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.
- getPositionsOrDefault(long, int) - Method in class dev.cel.expr.SourceInfo.Builder
-
A map from the parse node id (e.g.
- getPositionsOrDefault(long, int) - Method in class dev.cel.expr.SourceInfo
-
A map from the parse node id (e.g.
- getPositionsOrDefault(long, int) - Method in interface dev.cel.expr.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.
- getPositionsOrThrow(long) - Method in class dev.cel.expr.SourceInfo.Builder
-
A map from the parse node id (e.g.
- getPositionsOrThrow(long) - Method in class dev.cel.expr.SourceInfo
-
A map from the parse node id (e.g.
- getPositionsOrThrow(long) - Method in interface dev.cel.expr.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'`.
- getPrimitive() - Method in class dev.cel.expr.Type.Builder
-
Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.
- getPrimitive() - Method in class dev.cel.expr.Type
-
Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.
- getPrimitive() - Method in interface dev.cel.expr.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'`.
- getPrimitiveValue() - Method in class dev.cel.expr.Type.Builder
-
Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.
- getPrimitiveValue() - Method in class dev.cel.expr.Type
-
Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.
- getPrimitiveValue() - Method in interface dev.cel.expr.TypeOrBuilder
-
Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.
- getProtoMessageFactory() - Method in class dev.cel.common.internal.DynamicProto
-
Gets the underlying message factory used to construct new protobuf messages upon unpacking an Any message.
- getProtoResultType() - Method in class dev.cel.common.CelProtoAbstractSyntaxTree
-
For a type checked abstract syntax tree the resulting type is returned in proto format described in checked.proto.
- getProtoResultType() - Method in class dev.cel.common.CelProtoV1Alpha1AbstractSyntaxTree
-
For a type checked abstract syntax tree the resulting type is returned in proto format described in checked.proto.
- getPrototype(Descriptors.Descriptor) - Method in class dev.cel.common.internal.DefaultInstanceMessageFactory
-
Creates a default instance of a protobuf message given a descriptor.
- getReference(long) - Method in class dev.cel.common.CelAbstractSyntaxTree
- 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.
- getReferenceMap() - Method in class dev.cel.common.CelAbstractSyntaxTree
- getReferenceMap() - Method in class dev.cel.expr.CheckedExpr.Builder
-
Deprecated.
- getReferenceMap() - Method in class dev.cel.expr.CheckedExpr
-
Deprecated.
- getReferenceMap() - Method in interface dev.cel.expr.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.
- getReferenceMapCount() - Method in class dev.cel.expr.CheckedExpr.Builder
- getReferenceMapCount() - Method in class dev.cel.expr.CheckedExpr
- getReferenceMapCount() - Method in interface dev.cel.expr.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.
- getReferenceMapMap() - Method in class dev.cel.expr.CheckedExpr.Builder
-
A map from expression ids to resolved references.
- getReferenceMapMap() - Method in class dev.cel.expr.CheckedExpr
-
A map from expression ids to resolved references.
- getReferenceMapMap() - Method in interface dev.cel.expr.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.
- getReferenceMapOrDefault(long, Reference) - Method in class dev.cel.expr.CheckedExpr.Builder
-
A map from expression ids to resolved references.
- getReferenceMapOrDefault(long, Reference) - Method in class dev.cel.expr.CheckedExpr
-
A map from expression ids to resolved references.
- getReferenceMapOrDefault(long, Reference) - Method in interface dev.cel.expr.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.
- getReferenceMapOrThrow(long) - Method in class dev.cel.expr.CheckedExpr.Builder
-
A map from expression ids to resolved references.
- getReferenceMapOrThrow(long) - Method in class dev.cel.expr.CheckedExpr
-
A map from expression ids to resolved references.
- getReferenceMapOrThrow(long) - Method in interface dev.cel.expr.CheckedExprOrBuilder
-
A map from expression ids to resolved references.
- getReferenceOrThrow(long) - Method in class dev.cel.common.CelAbstractSyntaxTree
- 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.
- getResult() - Method in class dev.cel.expr.Expr.Comprehension.Builder
-
An expression which can contain accu_var.
- getResult() - Method in class dev.cel.expr.Expr.Comprehension
-
An expression which can contain accu_var.
- getResult() - Method in interface dev.cel.expr.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.
- getResultBuilder() - Method in class dev.cel.expr.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.
- getResultOrBuilder() - Method in class dev.cel.expr.Expr.Comprehension.Builder
-
An expression which can contain accu_var.
- getResultOrBuilder() - Method in class dev.cel.expr.Expr.Comprehension
-
An expression which can contain accu_var.
- getResultOrBuilder() - Method in interface dev.cel.expr.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.
- getResults(int) - Method in class dev.cel.expr.EvalState.Builder
-
An ordered list of results.
- getResults(int) - Method in class dev.cel.expr.EvalState
-
An ordered list of results.
- getResults(int) - Method in interface dev.cel.expr.EvalStateOrBuilder
-
An ordered list of results.
- getResultsBuilder(int) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
An ordered list of results.
- getResultsBuilder(int) - Method in class dev.cel.expr.EvalState.Builder
-
An ordered list of results.
- getResultsBuilderList() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
An ordered list of results.
- getResultsBuilderList() - Method in class dev.cel.expr.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.
- getResultsCount() - Method in class dev.cel.expr.EvalState.Builder
-
An ordered list of results.
- getResultsCount() - Method in class dev.cel.expr.EvalState
-
An ordered list of results.
- getResultsCount() - Method in interface dev.cel.expr.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.
- getResultsList() - Method in class dev.cel.expr.EvalState.Builder
-
An ordered list of results.
- getResultsList() - Method in class dev.cel.expr.EvalState
-
An ordered list of results.
- getResultsList() - Method in interface dev.cel.expr.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.
- getResultsOrBuilder(int) - Method in class dev.cel.expr.EvalState.Builder
-
An ordered list of results.
- getResultsOrBuilder(int) - Method in class dev.cel.expr.EvalState
-
An ordered list of results.
- getResultsOrBuilder(int) - Method in interface dev.cel.expr.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.
- getResultsOrBuilderList() - Method in class dev.cel.expr.EvalState.Builder
-
An ordered list of results.
- getResultsOrBuilderList() - Method in class dev.cel.expr.EvalState
-
An ordered list of results.
- getResultsOrBuilderList() - Method in interface dev.cel.expr.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.
- getResultType() - Method in class dev.cel.common.CelAbstractSyntaxTree
-
For a type checked abstract syntax tree the resulting type is returned.
- getResultType() - Method in class dev.cel.expr.Decl.FunctionDecl.Overload.Builder
-
Required.
- getResultType() - Method in class dev.cel.expr.Decl.FunctionDecl.Overload
-
Required.
- getResultType() - Method in interface dev.cel.expr.Decl.FunctionDecl.OverloadOrBuilder
-
Required.
- getResultType() - Method in class dev.cel.expr.Type.FunctionType.Builder
-
Result type of the function.
- getResultType() - Method in class dev.cel.expr.Type.FunctionType
-
Result type of the function.
- getResultType() - Method in interface dev.cel.expr.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.
- getResultTypeBuilder() - Method in class dev.cel.expr.Decl.FunctionDecl.Overload.Builder
-
Required.
- getResultTypeBuilder() - Method in class dev.cel.expr.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.
- getResultTypeOrBuilder() - Method in class dev.cel.expr.Decl.FunctionDecl.Overload.Builder
-
Required.
- getResultTypeOrBuilder() - Method in class dev.cel.expr.Decl.FunctionDecl.Overload
-
Required.
- getResultTypeOrBuilder() - Method in interface dev.cel.expr.Decl.FunctionDecl.OverloadOrBuilder
-
Required.
- getResultTypeOrBuilder() - Method in class dev.cel.expr.Type.FunctionType.Builder
-
Result type of the function.
- getResultTypeOrBuilder() - Method in class dev.cel.expr.Type.FunctionType
-
Result type of the function.
- getResultTypeOrBuilder() - Method in interface dev.cel.expr.Type.FunctionTypeOrBuilder
-
Result type of the function.
- getRoot() - Method in class dev.cel.common.navigation.CelNavigableAst
-
Returns the root of the AST.
- getRoot() - Method in class dev.cel.common.navigation.CelNavigableMutableAst
-
Returns the root of the AST.
- 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.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.
- getSelectExpr() - Method in class dev.cel.expr.Expr.Builder
-
A field selection expression, e.g.
- getSelectExpr() - Method in class dev.cel.expr.Expr
-
A field selection expression, e.g.
- getSelectExpr() - Method in interface dev.cel.expr.ExprOrBuilder
-
A field selection expression, e.g.
- getSelectExprBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A field selection expression, e.g.
- getSelectExprBuilder() - Method in class dev.cel.expr.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.
- getSelectExprOrBuilder() - Method in class dev.cel.expr.Expr.Builder
-
A field selection expression, e.g.
- getSelectExprOrBuilder() - Method in class dev.cel.expr.Expr
-
A field selection expression, e.g.
- getSelectExprOrBuilder() - Method in interface dev.cel.expr.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
- 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
- getSerializedSize() - Method in class dev.cel.expr.CheckedExpr
- getSerializedSize() - Method in class dev.cel.expr.Constant
- getSerializedSize() - Method in class dev.cel.expr.Decl.FunctionDecl
- getSerializedSize() - Method in class dev.cel.expr.Decl.FunctionDecl.Overload
- getSerializedSize() - Method in class dev.cel.expr.Decl
- getSerializedSize() - Method in class dev.cel.expr.Decl.IdentDecl
- getSerializedSize() - Method in class dev.cel.expr.EnumValue
- getSerializedSize() - Method in class dev.cel.expr.ErrorSet
- getSerializedSize() - Method in class dev.cel.expr.EvalState
- getSerializedSize() - Method in class dev.cel.expr.EvalState.Result
- getSerializedSize() - Method in class dev.cel.expr.Explain.ExprStep
-
Deprecated.
- getSerializedSize() - Method in class dev.cel.expr.Explain
-
Deprecated.
- getSerializedSize() - Method in class dev.cel.expr.Expr.Call
- getSerializedSize() - Method in class dev.cel.expr.Expr.Comprehension
- getSerializedSize() - Method in class dev.cel.expr.Expr.CreateList
- getSerializedSize() - Method in class dev.cel.expr.Expr.CreateStruct.Entry
- getSerializedSize() - Method in class dev.cel.expr.Expr.CreateStruct
- getSerializedSize() - Method in class dev.cel.expr.Expr
- getSerializedSize() - Method in class dev.cel.expr.Expr.Ident
- getSerializedSize() - Method in class dev.cel.expr.Expr.Select
- getSerializedSize() - Method in class dev.cel.expr.ExprValue
- getSerializedSize() - Method in class dev.cel.expr.ListValue
- getSerializedSize() - Method in class dev.cel.expr.MapValue.Entry
- getSerializedSize() - Method in class dev.cel.expr.MapValue
- getSerializedSize() - Method in class dev.cel.expr.ParsedExpr
- getSerializedSize() - Method in class dev.cel.expr.Reference
- getSerializedSize() - Method in class dev.cel.expr.SourceInfo.Extension
- getSerializedSize() - Method in class dev.cel.expr.SourceInfo.Extension.Version
- getSerializedSize() - Method in class dev.cel.expr.SourceInfo
- getSerializedSize() - Method in class dev.cel.expr.Type.AbstractType
- getSerializedSize() - Method in class dev.cel.expr.Type.FunctionType
- getSerializedSize() - Method in class dev.cel.expr.Type
- getSerializedSize() - Method in class dev.cel.expr.Type.ListType
- getSerializedSize() - Method in class dev.cel.expr.Type.MapType
- getSerializedSize() - Method in class dev.cel.expr.UnknownSet
- getSerializedSize() - Method in class dev.cel.expr.Value
- getSeverity() - Method in class dev.cel.common.CelIssue
- getSnippet(int) - Method in class dev.cel.common.CelSource
- getSnippet(int) - Method in class dev.cel.common.internal.Errors
-
Returns the snippet of source at the given line, if present.
- getSnippet(int) - Method in interface dev.cel.common.Source
-
Get the text from the source text that corresponds to
line. - getSnippet(CelCodePointArray, int) - Static method in class dev.cel.common.CelSourceHelper
-
Extract the snippet text that corresponds to
line. - getSource() - Method in class dev.cel.common.CelAbstractSyntaxTree
-
Returns the
CelSourcethat was used during construction of the abstract syntax tree. - getSource() - Method in exception dev.cel.common.CelValidationException
-
Returns the
CelSourcethat was being validated. - getSource() - Method in class dev.cel.common.CelValidationResult
-
Return the
CelSourceassociated 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`.
- getSourceInfo() - Method in class dev.cel.common.CelProtoAbstractSyntaxTree
-
Returns the underlying
SourceInforepresentation of the abstract syntax tree. - getSourceInfo() - Method in class dev.cel.common.CelProtoV1Alpha1AbstractSyntaxTree
-
Returns the underlying
SourceInforepresentation of the abstract syntax tree. - getSourceInfo() - Method in class dev.cel.expr.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 dev.cel.expr.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 dev.cel.expr.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 dev.cel.expr.ParsedExpr.Builder
-
The source info derived from input that generated the parsed `expr`.
- getSourceInfo() - Method in class dev.cel.expr.ParsedExpr
-
The source info derived from input that generated the parsed `expr`.
- getSourceInfo() - Method in interface dev.cel.expr.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`.
- getSourceInfoBuilder() - Method in class dev.cel.expr.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 dev.cel.expr.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`.
- getSourceInfoOrBuilder() - Method in class dev.cel.expr.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 dev.cel.expr.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 dev.cel.expr.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 dev.cel.expr.ParsedExpr.Builder
-
The source info derived from input that generated the parsed `expr`.
- getSourceInfoOrBuilder() - Method in class dev.cel.expr.ParsedExpr
-
The source info derived from input that generated the parsed `expr`.
- getSourceInfoOrBuilder() - Method in interface dev.cel.expr.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
CelExprID. - getSourceLocation(CelExpr) - Method in class dev.cel.parser.CelMacroExprFactory
-
Retrieves the source location for the given
CelExprID. - 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.
- getStringValue() - Method in class dev.cel.expr.Constant.Builder
-
string value.
- getStringValue() - Method in class dev.cel.expr.Constant
-
string value.
- getStringValue() - Method in interface dev.cel.expr.ConstantOrBuilder
-
string value.
- getStringValue() - Method in class dev.cel.expr.Value.Builder
-
UTF-8 string value.
- getStringValue() - Method in class dev.cel.expr.Value
-
UTF-8 string value.
- getStringValue() - Method in interface dev.cel.expr.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.
- getStringValueBytes() - Method in class dev.cel.expr.Constant.Builder
-
string value.
- getStringValueBytes() - Method in class dev.cel.expr.Constant
-
string value.
- getStringValueBytes() - Method in interface dev.cel.expr.ConstantOrBuilder
-
string value.
- getStringValueBytes() - Method in class dev.cel.expr.Value.Builder
-
UTF-8 string value.
- getStringValueBytes() - Method in class dev.cel.expr.Value
-
UTF-8 string value.
- getStringValueBytes() - Method in interface dev.cel.expr.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.
- getStructExpr() - Method in class dev.cel.expr.Expr.Builder
-
A map or message creation expression.
- getStructExpr() - Method in class dev.cel.expr.Expr
-
A map or message creation expression.
- getStructExpr() - Method in interface dev.cel.expr.ExprOrBuilder
-
A map or message creation expression.
- getStructExprBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A map or message creation expression.
- getStructExprBuilder() - Method in class dev.cel.expr.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.
- getStructExprOrBuilder() - Method in class dev.cel.expr.Expr.Builder
-
A map or message creation expression.
- getStructExprOrBuilder() - Method in class dev.cel.expr.Expr
-
A map or message creation expression.
- getStructExprOrBuilder() - Method in interface dev.cel.expr.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.
- getSyntaxVersion() - Method in class dev.cel.expr.SourceInfo.Builder
-
The syntax version of the source, e.g.
- getSyntaxVersion() - Method in class dev.cel.expr.SourceInfo
-
The syntax version of the source, e.g.
- getSyntaxVersion() - Method in interface dev.cel.expr.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.
- getSyntaxVersionBytes() - Method in class dev.cel.expr.SourceInfo.Builder
-
The syntax version of the source, e.g.
- getSyntaxVersionBytes() - Method in class dev.cel.expr.SourceInfo
-
The syntax version of the source, e.g.
- getSyntaxVersionBytes() - Method in interface dev.cel.expr.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.
- getTarget() - Method in class dev.cel.expr.Expr.Call.Builder
-
The target of an method call-style expression.
- getTarget() - Method in class dev.cel.expr.Expr.Call
-
The target of an method call-style expression.
- getTarget() - Method in interface dev.cel.expr.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.
- getTargetBuilder() - Method in class dev.cel.expr.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.
- getTargetOrBuilder() - Method in class dev.cel.expr.Expr.Call.Builder
-
The target of an method call-style expression.
- getTargetOrBuilder() - Method in class dev.cel.expr.Expr.Call
-
The target of an method call-style expression.
- getTargetOrBuilder() - Method in interface dev.cel.expr.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.
- getTestOnly() - Method in class dev.cel.expr.Expr.Select.Builder
-
Whether the select is to be interpreted as a field presence test.
- getTestOnly() - Method in class dev.cel.expr.Expr.Select
-
Whether the select is to be interpreted as a field presence test.
- getTestOnly() - Method in interface dev.cel.expr.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=288
- 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=288
- 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=288
- getTimestampValue() - Method in class dev.cel.expr.Constant.Builder
-
Deprecated.cel.expr.Constant.timestamp_value is deprecated. See cel/expr/syntax.proto;l=329
- getTimestampValue() - Method in class dev.cel.expr.Constant
-
Deprecated.cel.expr.Constant.timestamp_value is deprecated. See cel/expr/syntax.proto;l=329
- getTimestampValue() - Method in interface dev.cel.expr.ConstantOrBuilder
-
Deprecated.cel.expr.Constant.timestamp_value is deprecated. See cel/expr/syntax.proto;l=329
- getTimestampValueBuilder() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
Deprecated.
- getTimestampValueBuilder() - Method in class dev.cel.expr.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.
- getTimestampValueOrBuilder() - Method in class dev.cel.expr.Constant.Builder
-
Deprecated.
- getTimestampValueOrBuilder() - Method in class dev.cel.expr.Constant
-
Deprecated.
- getTimestampValueOrBuilder() - Method in interface dev.cel.expr.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() - Method in class dev.cel.expr.Decl.IdentDecl.Builder
-
Required.
- getType() - Method in class dev.cel.expr.Decl.IdentDecl
-
Required.
- getType() - Method in interface dev.cel.expr.Decl.IdentDeclOrBuilder
-
Required.
- getType() - Method in class dev.cel.expr.EnumValue.Builder
-
The fully qualified name of the enum type.
- getType() - Method in class dev.cel.expr.EnumValue
-
The fully qualified name of the enum type.
- getType() - Method in interface dev.cel.expr.EnumValueOrBuilder
-
The fully qualified name of the enum type.
- getType() - Method in class dev.cel.expr.Type.Builder
-
Type type.
- getType() - Method in class dev.cel.expr.Type
-
Type type.
- getType() - Method in interface dev.cel.expr.TypeOrBuilder
-
Type type.
- getType(long) - Method in class dev.cel.common.CelAbstractSyntaxTree
- getType(long) - Method in class dev.cel.common.CelMutableAst
-
Returns the type of the expression node for a type-checked AST.
- getType(long) - Method in class dev.cel.common.navigation.CelNavigableMutableAst
-
Returns the type of the expression node for a type-checked AST.
- getType(CelExpr) - Method in class dev.cel.checker.Env
-
Returns the type associated with an expression by expression id.
- getType(Expr) - Method in class dev.cel.checker.Env
-
Deprecated.Use
Env.getType(CelExpr)instead. - 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.
- getTypeBuilder() - Method in class dev.cel.expr.Decl.IdentDecl.Builder
-
Required.
- getTypeBuilder() - Method in class dev.cel.expr.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.
- getTypeBytes() - Method in class dev.cel.expr.EnumValue.Builder
-
The fully qualified name of the enum type.
- getTypeBytes() - Method in class dev.cel.expr.EnumValue
-
The fully qualified name of the enum type.
- getTypeBytes() - Method in interface dev.cel.expr.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
- getTypeKindCase() - Method in class dev.cel.expr.Type.Builder
- getTypeKindCase() - Method in class dev.cel.expr.Type
- getTypeKindCase() - Method in interface dev.cel.expr.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.
- getTypeMap() - Method in class dev.cel.common.CelAbstractSyntaxTree
- getTypeMap() - Method in class dev.cel.expr.CheckedExpr.Builder
-
Deprecated.
- getTypeMap() - Method in class dev.cel.expr.CheckedExpr
-
Deprecated.
- getTypeMap() - Method in interface dev.cel.expr.CheckedExprOrBuilder
-
Deprecated.
- 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.
- getTypeMapCount() - Method in class dev.cel.expr.CheckedExpr.Builder
- getTypeMapCount() - Method in class dev.cel.expr.CheckedExpr
- getTypeMapCount() - Method in interface dev.cel.expr.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.
- getTypeMapMap() - Method in class dev.cel.expr.CheckedExpr.Builder
-
A map from expression ids to types.
- getTypeMapMap() - Method in class dev.cel.expr.CheckedExpr
-
A map from expression ids to types.
- getTypeMapMap() - Method in interface dev.cel.expr.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.
- getTypeMapOrDefault(long, Type) - Method in class dev.cel.expr.CheckedExpr.Builder
-
A map from expression ids to types.
- getTypeMapOrDefault(long, Type) - Method in class dev.cel.expr.CheckedExpr
-
A map from expression ids to types.
- getTypeMapOrDefault(long, Type) - Method in interface dev.cel.expr.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.
- getTypeMapOrThrow(long) - Method in class dev.cel.expr.CheckedExpr.Builder
-
A map from expression ids to types.
- getTypeMapOrThrow(long) - Method in class dev.cel.expr.CheckedExpr
-
A map from expression ids to types.
- getTypeMapOrThrow(long) - Method in interface dev.cel.expr.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.
- getTypeOrBuilder() - Method in class dev.cel.expr.Decl.IdentDecl.Builder
-
Required.
- getTypeOrBuilder() - Method in class dev.cel.expr.Decl.IdentDecl
-
Required.
- getTypeOrBuilder() - Method in interface dev.cel.expr.Decl.IdentDeclOrBuilder
-
Required.
- getTypeOrBuilder() - Method in class dev.cel.expr.Type.Builder
-
Type type.
- getTypeOrBuilder() - Method in class dev.cel.expr.Type
-
Type type.
- getTypeOrBuilder() - Method in interface dev.cel.expr.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.
- getTypeParam() - Method in class dev.cel.expr.Type.Builder
-
Type param type.
- getTypeParam() - Method in class dev.cel.expr.Type
-
Type param type.
- getTypeParam() - Method in interface dev.cel.expr.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.
- getTypeParamBytes() - Method in class dev.cel.expr.Type.Builder
-
Type param type.
- getTypeParamBytes() - Method in class dev.cel.expr.Type
-
Type param type.
- getTypeParamBytes() - Method in interface dev.cel.expr.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.
- getTypeParams(int) - Method in class dev.cel.expr.Decl.FunctionDecl.Overload.Builder
-
The type param names associated with the function declaration.
- getTypeParams(int) - Method in class dev.cel.expr.Decl.FunctionDecl.Overload
-
The type param names associated with the function declaration.
- getTypeParams(int) - Method in interface dev.cel.expr.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.
- getTypeParamsBytes(int) - Method in class dev.cel.expr.Decl.FunctionDecl.Overload.Builder
-
The type param names associated with the function declaration.
- getTypeParamsBytes(int) - Method in class dev.cel.expr.Decl.FunctionDecl.Overload
-
The type param names associated with the function declaration.
- getTypeParamsBytes(int) - Method in interface dev.cel.expr.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.
- getTypeParamsCount() - Method in class dev.cel.expr.Decl.FunctionDecl.Overload.Builder
-
The type param names associated with the function declaration.
- getTypeParamsCount() - Method in class dev.cel.expr.Decl.FunctionDecl.Overload
-
The type param names associated with the function declaration.
- getTypeParamsCount() - Method in interface dev.cel.expr.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.
- getTypeParamsList() - Method in class dev.cel.expr.Decl.FunctionDecl.Overload.Builder
-
The type param names associated with the function declaration.
- getTypeParamsList() - Method in class dev.cel.expr.Decl.FunctionDecl.Overload
-
The type param names associated with the function declaration.
- getTypeParamsList() - Method in interface dev.cel.expr.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.
- getTypeValue() - Method in class dev.cel.expr.Value.Builder
-
Type value.
- getTypeValue() - Method in class dev.cel.expr.Value
-
Type value.
- getTypeValue() - Method in interface dev.cel.expr.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.
- getTypeValueBytes() - Method in class dev.cel.expr.Value.Builder
-
Type value.
- getTypeValueBytes() - Method in class dev.cel.expr.Value
-
Type value.
- getTypeValueBytes() - Method in interface dev.cel.expr.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.
- getUint64Value() - Method in class dev.cel.expr.Constant.Builder
-
uint64 value.
- getUint64Value() - Method in class dev.cel.expr.Constant
-
uint64 value.
- getUint64Value() - Method in interface dev.cel.expr.ConstantOrBuilder
-
uint64 value.
- getUint64Value() - Method in class dev.cel.expr.Value.Builder
-
Unsigned integer value.
- getUint64Value() - Method in class dev.cel.expr.Value
-
Unsigned integer value.
- getUint64Value() - Method in interface dev.cel.expr.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.
- getUnknown() - Method in class dev.cel.expr.ExprValue.Builder
-
The set of unknowns in the critical path of evaluation.
- getUnknown() - Method in class dev.cel.expr.ExprValue
-
The set of unknowns in the critical path of evaluation.
- getUnknown() - Method in interface dev.cel.expr.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.
- getUnknownBuilder() - Method in class dev.cel.expr.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.
- getUnknownOrBuilder() - Method in class dev.cel.expr.ExprValue.Builder
-
The set of unknowns in the critical path of evaluation.
- getUnknownOrBuilder() - Method in class dev.cel.expr.ExprValue
-
The set of unknowns in the critical path of evaluation.
- getUnknownOrBuilder() - Method in interface dev.cel.expr.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.
- getValue() - Method in class dev.cel.expr.Decl.IdentDecl.Builder
-
The constant value of the identifier.
- getValue() - Method in class dev.cel.expr.Decl.IdentDecl
-
The constant value of the identifier.
- getValue() - Method in interface dev.cel.expr.Decl.IdentDeclOrBuilder
-
The constant value of the identifier.
- getValue() - Method in class dev.cel.expr.EnumValue.Builder
-
The value of the enum.
- getValue() - Method in class dev.cel.expr.EnumValue
-
The value of the enum.
- getValue() - Method in interface dev.cel.expr.EnumValueOrBuilder
-
The value of the enum.
- getValue() - Method in class dev.cel.expr.EvalState.Result.Builder
-
The index in `values` of the resulting value.
- getValue() - Method in class dev.cel.expr.EvalState.Result
-
The index in `values` of the resulting value.
- getValue() - Method in interface dev.cel.expr.EvalState.ResultOrBuilder
-
The index in `values` of the resulting value.
- getValue() - Method in class dev.cel.expr.Expr.CreateStruct.Entry.Builder
-
Required.
- getValue() - Method in class dev.cel.expr.Expr.CreateStruct.Entry
-
Required.
- getValue() - Method in interface dev.cel.expr.Expr.CreateStruct.EntryOrBuilder
-
Required.
- getValue() - Method in class dev.cel.expr.ExprValue.Builder
-
.cel.expr.Value value = 1; - getValue() - Method in class dev.cel.expr.ExprValue
-
.cel.expr.Value value = 1; - getValue() - Method in interface dev.cel.expr.ExprValueOrBuilder
-
.cel.expr.Value value = 1; - getValue() - Method in class dev.cel.expr.MapValue.Entry.Builder
-
The value.
- getValue() - Method in class dev.cel.expr.MapValue.Entry
-
The value.
- getValue() - Method in interface dev.cel.expr.MapValue.EntryOrBuilder
-
The value.
- getValue() - Method in class dev.cel.expr.Reference.Builder
-
For references to constants, this may contain the value of the constant if known at compile time.
- getValue() - Method in class dev.cel.expr.Reference
-
For references to constants, this may contain the value of the constant if known at compile time.
- getValue() - Method in interface dev.cel.expr.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.
- getValueBuilder() - Method in class dev.cel.expr.Decl.IdentDecl.Builder
-
The constant value of the identifier.
- getValueBuilder() - Method in class dev.cel.expr.Expr.CreateStruct.Entry.Builder
-
Required.
- getValueBuilder() - Method in class dev.cel.expr.ExprValue.Builder
-
.cel.expr.Value value = 1; - getValueBuilder() - Method in class dev.cel.expr.MapValue.Entry.Builder
-
The value.
- getValueBuilder() - Method in class dev.cel.expr.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.Type.PrimitiveType
- getValueDescriptor() - Method in enum com.google.api.expr.v1alpha1.Type.WellKnownType
- getValueDescriptor() - Method in enum dev.cel.expr.SourceInfo.Extension.Component
- getValueDescriptor() - Method in enum dev.cel.expr.Type.PrimitiveType
- getValueDescriptor() - Method in enum dev.cel.expr.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.
- getValueIndex() - Method in class dev.cel.expr.Explain.ExprStep.Builder
-
Deprecated.Index of the value in the values list.
- getValueIndex() - Method in class dev.cel.expr.Explain.ExprStep
-
Deprecated.Index of the value in the values list.
- getValueIndex() - Method in interface dev.cel.expr.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.
- getValueOrBuilder() - Method in class dev.cel.expr.Decl.IdentDecl.Builder
-
The constant value of the identifier.
- getValueOrBuilder() - Method in class dev.cel.expr.Decl.IdentDecl
-
The constant value of the identifier.
- getValueOrBuilder() - Method in interface dev.cel.expr.Decl.IdentDeclOrBuilder
-
The constant value of the identifier.
- getValueOrBuilder() - Method in class dev.cel.expr.Expr.CreateStruct.Entry.Builder
-
Required.
- getValueOrBuilder() - Method in class dev.cel.expr.Expr.CreateStruct.Entry
-
Required.
- getValueOrBuilder() - Method in interface dev.cel.expr.Expr.CreateStruct.EntryOrBuilder
-
Required.
- getValueOrBuilder() - Method in class dev.cel.expr.ExprValue.Builder
-
.cel.expr.Value value = 1; - getValueOrBuilder() - Method in class dev.cel.expr.ExprValue
-
.cel.expr.Value value = 1; - getValueOrBuilder() - Method in interface dev.cel.expr.ExprValueOrBuilder
-
.cel.expr.Value value = 1; - getValueOrBuilder() - Method in class dev.cel.expr.MapValue.Entry.Builder
-
The value.
- getValueOrBuilder() - Method in class dev.cel.expr.MapValue.Entry
-
The value.
- getValueOrBuilder() - Method in interface dev.cel.expr.MapValue.EntryOrBuilder
-
The value.
- getValueOrBuilder() - Method in class dev.cel.expr.Reference.Builder
-
For references to constants, this may contain the value of the constant if known at compile time.
- getValueOrBuilder() - Method in class dev.cel.expr.Reference
-
For references to constants, this may contain the value of the constant if known at compile time.
- getValueOrBuilder() - Method in interface dev.cel.expr.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.
- getValues(int) - Method in class dev.cel.expr.EvalState.Builder
-
The unique values referenced in this message.
- getValues(int) - Method in class dev.cel.expr.EvalState
-
The unique values referenced in this message.
- getValues(int) - Method in interface dev.cel.expr.EvalStateOrBuilder
-
The unique values referenced in this message.
- getValues(int) - Method in class dev.cel.expr.Explain.Builder
-
Deprecated.All of the observed values.
- getValues(int) - Method in class dev.cel.expr.Explain
-
Deprecated.All of the observed values.
- getValues(int) - Method in interface dev.cel.expr.ExplainOrBuilder
-
Deprecated.All of the observed values.
- getValues(int) - Method in class dev.cel.expr.ListValue.Builder
-
The ordered values in the list.
- getValues(int) - Method in class dev.cel.expr.ListValue
-
The ordered values in the list.
- getValues(int) - Method in interface dev.cel.expr.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.
- getValuesBuilder(int) - Method in class dev.cel.expr.EvalState.Builder
-
The unique values referenced in this message.
- getValuesBuilder(int) - Method in class dev.cel.expr.Explain.Builder
-
Deprecated.All of the observed values.
- getValuesBuilder(int) - Method in class dev.cel.expr.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.
- getValuesBuilderList() - Method in class dev.cel.expr.EvalState.Builder
-
The unique values referenced in this message.
- getValuesBuilderList() - Method in class dev.cel.expr.Explain.Builder
-
Deprecated.All of the observed values.
- getValuesBuilderList() - Method in class dev.cel.expr.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.
- getValuesCount() - Method in class dev.cel.expr.EvalState.Builder
-
The unique values referenced in this message.
- getValuesCount() - Method in class dev.cel.expr.EvalState
-
The unique values referenced in this message.
- getValuesCount() - Method in interface dev.cel.expr.EvalStateOrBuilder
-
The unique values referenced in this message.
- getValuesCount() - Method in class dev.cel.expr.Explain.Builder
-
Deprecated.All of the observed values.
- getValuesCount() - Method in class dev.cel.expr.Explain
-
Deprecated.All of the observed values.
- getValuesCount() - Method in interface dev.cel.expr.ExplainOrBuilder
-
Deprecated.All of the observed values.
- getValuesCount() - Method in class dev.cel.expr.ListValue.Builder
-
The ordered values in the list.
- getValuesCount() - Method in class dev.cel.expr.ListValue
-
The ordered values in the list.
- getValuesCount() - Method in interface dev.cel.expr.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.
- getValuesList() - Method in class dev.cel.expr.EvalState.Builder
-
The unique values referenced in this message.
- getValuesList() - Method in class dev.cel.expr.EvalState
-
The unique values referenced in this message.
- getValuesList() - Method in interface dev.cel.expr.EvalStateOrBuilder
-
The unique values referenced in this message.
- getValuesList() - Method in class dev.cel.expr.Explain.Builder
-
Deprecated.All of the observed values.
- getValuesList() - Method in class dev.cel.expr.Explain
-
Deprecated.All of the observed values.
- getValuesList() - Method in interface dev.cel.expr.ExplainOrBuilder
-
Deprecated.All of the observed values.
- getValuesList() - Method in class dev.cel.expr.ListValue.Builder
-
The ordered values in the list.
- getValuesList() - Method in class dev.cel.expr.ListValue
-
The ordered values in the list.
- getValuesList() - Method in interface dev.cel.expr.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.
- getValuesOrBuilder(int) - Method in class dev.cel.expr.EvalState.Builder
-
The unique values referenced in this message.
- getValuesOrBuilder(int) - Method in class dev.cel.expr.EvalState
-
The unique values referenced in this message.
- getValuesOrBuilder(int) - Method in interface dev.cel.expr.EvalStateOrBuilder
-
The unique values referenced in this message.
- getValuesOrBuilder(int) - Method in class dev.cel.expr.Explain.Builder
-
Deprecated.All of the observed values.
- getValuesOrBuilder(int) - Method in class dev.cel.expr.Explain
-
Deprecated.All of the observed values.
- getValuesOrBuilder(int) - Method in interface dev.cel.expr.ExplainOrBuilder
-
Deprecated.All of the observed values.
- getValuesOrBuilder(int) - Method in class dev.cel.expr.ListValue.Builder
-
The ordered values in the list.
- getValuesOrBuilder(int) - Method in class dev.cel.expr.ListValue
-
The ordered values in the list.
- getValuesOrBuilder(int) - Method in interface dev.cel.expr.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.
- getValuesOrBuilderList() - Method in class dev.cel.expr.EvalState.Builder
-
The unique values referenced in this message.
- getValuesOrBuilderList() - Method in class dev.cel.expr.EvalState
-
The unique values referenced in this message.
- getValuesOrBuilderList() - Method in interface dev.cel.expr.EvalStateOrBuilder
-
The unique values referenced in this message.
- getValuesOrBuilderList() - Method in class dev.cel.expr.Explain.Builder
-
Deprecated.All of the observed values.
- getValuesOrBuilderList() - Method in class dev.cel.expr.Explain
-
Deprecated.All of the observed values.
- getValuesOrBuilderList() - Method in interface dev.cel.expr.ExplainOrBuilder
-
Deprecated.All of the observed values.
- getValuesOrBuilderList() - Method in class dev.cel.expr.ListValue.Builder
-
The ordered values in the list.
- getValuesOrBuilderList() - Method in class dev.cel.expr.ListValue
-
The ordered values in the list.
- getValuesOrBuilderList() - Method in interface dev.cel.expr.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.
- getValueType() - Method in class dev.cel.expr.Type.MapType.Builder
-
The type of the value.
- getValueType() - Method in class dev.cel.expr.Type.MapType
-
The type of the value.
- getValueType() - Method in interface dev.cel.expr.Type.MapTypeOrBuilder
-
The type of the value.
- getValueTypeBuilder() - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
-
The type of the value.
- getValueTypeBuilder() - Method in class dev.cel.expr.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.
- getValueTypeOrBuilder() - Method in class dev.cel.expr.Type.MapType.Builder
-
The type of the value.
- getValueTypeOrBuilder() - Method in class dev.cel.expr.Type.MapType
-
The type of the value.
- getValueTypeOrBuilder() - Method in interface dev.cel.expr.Type.MapTypeOrBuilder
-
The type of the value.
- getVersion() - Method in class dev.cel.expr.SourceInfo.Extension.Builder
-
Version info.
- getVersion() - Method in class dev.cel.expr.SourceInfo.Extension
-
Version info.
- getVersion() - Method in interface dev.cel.expr.SourceInfo.ExtensionOrBuilder
-
Version info.
- getVersionBuilder() - Method in class dev.cel.expr.SourceInfo.Extension.Builder
-
Version info.
- getVersionOrBuilder() - Method in class dev.cel.expr.SourceInfo.Extension.Builder
-
Version info.
- getVersionOrBuilder() - Method in class dev.cel.expr.SourceInfo.Extension
-
Version info.
- getVersionOrBuilder() - Method in interface dev.cel.expr.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`.
- getWellKnown() - Method in class dev.cel.expr.Type.Builder
-
Well-known protobuf type such as `google.protobuf.Timestamp`.
- getWellKnown() - Method in class dev.cel.expr.Type
-
Well-known protobuf type such as `google.protobuf.Timestamp`.
- getWellKnown() - Method in interface dev.cel.expr.TypeOrBuilder
-
Well-known protobuf type such as `google.protobuf.Timestamp`.
- getWellKnownCelType(String) - Static method in class dev.cel.common.types.CelTypes
- getWellKnownCelType(String) - Static method in class dev.cel.common.types.CelV1AlphaTypes
- 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`.
- getWellKnownValue() - Method in class dev.cel.expr.Type.Builder
-
Well-known protobuf type such as `google.protobuf.Timestamp`.
- getWellKnownValue() - Method in class dev.cel.expr.Type
-
Well-known protobuf type such as `google.protobuf.Timestamp`.
- getWellKnownValue() - Method in interface dev.cel.expr.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.
- getWrapper() - Method in class dev.cel.expr.Type.Builder
-
Wrapper of a primitive type, e.g.
- getWrapper() - Method in class dev.cel.expr.Type
-
Wrapper of a primitive type, e.g.
- getWrapper() - Method in interface dev.cel.expr.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.
- getWrapperValue() - Method in class dev.cel.expr.Type.Builder
-
Wrapper of a primitive type, e.g.
- getWrapperValue() - Method in class dev.cel.expr.Type
-
Wrapper of a primitive type, e.g.
- getWrapperValue() - Method in interface dev.cel.expr.TypeOrBuilder
-
Wrapper of a primitive type, e.g.
- GlobalResolver - Interface in dev.cel.runtime
-
An interface describing an object that can perform a lookup on a given name, returning the value associated with the so-named global variable.
- GREATER - dev.cel.parser.Operator
- GREATER - dev.cel.runtime.CelStandardFunctions.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.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- GREATER_BYTES - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- GREATER_DOUBLE - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- GREATER_DOUBLE_INT64 - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- GREATER_DOUBLE_UINT64 - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- GREATER_DURATION - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- GREATER_EQUALS - dev.cel.parser.Operator
- GREATER_EQUALS - dev.cel.runtime.CelStandardFunctions.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.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- GREATER_EQUALS_BYTES - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- GREATER_EQUALS_DOUBLE - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- GREATER_EQUALS_DOUBLE_INT64 - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- GREATER_EQUALS_DOUBLE_UINT64 - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- GREATER_EQUALS_DURATION - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- GREATER_EQUALS_INT64 - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- GREATER_EQUALS_INT64_DOUBLE - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- GREATER_EQUALS_INT64_UINT64 - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- GREATER_EQUALS_STRING - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- GREATER_EQUALS_TIMESTAMP - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- GREATER_EQUALS_UINT64 - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- GREATER_EQUALS_UINT64_DOUBLE - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- GREATER_EQUALS_UINT64_INT64 - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- GREATER_INT64 - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- GREATER_INT64_DOUBLE - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- GREATER_INT64_UINT64 - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- GREATER_STRING - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- GREATER_TIMESTAMP - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- GREATER_UINT64 - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- GREATER_UINT64_DOUBLE - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- GREATER_UINT64_INT64 - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
H
- HAS - dev.cel.parser.CelStandardMacro
-
Field presence test macro
- HAS - dev.cel.parser.Operator
- HAS_VALUE - dev.cel.extensions.CelOptionalLibrary.Function
- 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.
- hasAbstractType() - Method in class dev.cel.expr.Type.Builder
-
Abstract, application defined type.
- hasAbstractType() - Method in class dev.cel.expr.Type
-
Abstract, application defined type.
- hasAbstractType() - Method in interface dev.cel.expr.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.
- hasAccuInit() - Method in class dev.cel.expr.Expr.Comprehension.Builder
-
The initial value of the accumulator.
- hasAccuInit() - Method in class dev.cel.expr.Expr.Comprehension
-
The initial value of the accumulator.
- hasAccuInit() - Method in interface dev.cel.expr.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.
- hasBoolValue() - Method in class dev.cel.expr.Constant.Builder
-
boolean value.
- hasBoolValue() - Method in class dev.cel.expr.Constant
-
boolean value.
- hasBoolValue() - Method in interface dev.cel.expr.ConstantOrBuilder
-
boolean value.
- hasBoolValue() - Method in class dev.cel.expr.Value.Builder
-
Boolean value.
- hasBoolValue() - Method in class dev.cel.expr.Value
-
Boolean value.
- hasBoolValue() - Method in interface dev.cel.expr.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.
- hasBytesValue() - Method in class dev.cel.expr.Constant.Builder
-
bytes value.
- hasBytesValue() - Method in class dev.cel.expr.Constant
-
bytes value.
- hasBytesValue() - Method in interface dev.cel.expr.ConstantOrBuilder
-
bytes value.
- hasBytesValue() - Method in class dev.cel.expr.Value.Builder
-
Byte string value.
- hasBytesValue() - Method in class dev.cel.expr.Value
-
Byte string value.
- hasBytesValue() - Method in interface dev.cel.expr.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.
- hasCallExpr() - Method in class dev.cel.expr.Expr.Builder
-
A call expression, including calls to predefined functions and operators.
- hasCallExpr() - Method in class dev.cel.expr.Expr
-
A call expression, including calls to predefined functions and operators.
- hasCallExpr() - Method in interface dev.cel.expr.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.
- hasComprehensionExpr() - Method in class dev.cel.expr.Expr.Builder
-
A comprehension expression.
- hasComprehensionExpr() - Method in class dev.cel.expr.Expr
-
A comprehension expression.
- hasComprehensionExpr() - Method in interface dev.cel.expr.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.
- hasConstExpr() - Method in class dev.cel.expr.Expr.Builder
-
A constant expression.
- hasConstExpr() - Method in class dev.cel.expr.Expr
-
A constant expression.
- hasConstExpr() - Method in interface dev.cel.expr.ExprOrBuilder
-
A constant 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.
- hasDoubleValue() - Method in class dev.cel.expr.Constant.Builder
-
double value.
- hasDoubleValue() - Method in class dev.cel.expr.Constant
-
double value.
- hasDoubleValue() - Method in interface dev.cel.expr.ConstantOrBuilder
-
double value.
- hasDoubleValue() - Method in class dev.cel.expr.Value.Builder
-
Floating point value.
- hasDoubleValue() - Method in class dev.cel.expr.Value
-
Floating point value.
- hasDoubleValue() - Method in interface dev.cel.expr.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=283
- 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=283
- 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=283
- hasDurationValue() - Method in class dev.cel.expr.Constant.Builder
-
Deprecated.cel.expr.Constant.duration_value is deprecated. See cel/expr/syntax.proto;l=324
- hasDurationValue() - Method in class dev.cel.expr.Constant
-
Deprecated.cel.expr.Constant.duration_value is deprecated. See cel/expr/syntax.proto;l=324
- hasDurationValue() - Method in interface dev.cel.expr.ConstantOrBuilder
-
Deprecated.cel.expr.Constant.duration_value is deprecated. See cel/expr/syntax.proto;l=324
- 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.
- hasDyn() - Method in class dev.cel.expr.Type.Builder
-
Dynamic type.
- hasDyn() - Method in class dev.cel.expr.Type
-
Dynamic type.
- hasDyn() - Method in interface dev.cel.expr.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.
- hasElemType() - Method in class dev.cel.common.types.ListType
- hasElemType() - Method in class dev.cel.expr.Type.ListType.Builder
-
The element type.
- hasElemType() - Method in class dev.cel.expr.Type.ListType
-
The element type.
- hasElemType() - Method in interface dev.cel.expr.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.
- hasEnumValue() - Method in class dev.cel.expr.Value.Builder
-
An enum value.
- hasEnumValue() - Method in class dev.cel.expr.Value
-
An enum value.
- hasEnumValue() - Method in interface dev.cel.expr.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
CelIssuewith anCelIssue.Severity.ERRORseverity was encountered during validation. - hasError() - Method in class dev.cel.expr.ExprValue.Builder
-
The set of errors in the critical path of evaluation.
- hasError() - Method in class dev.cel.expr.ExprValue
-
The set of errors in the critical path of evaluation.
- hasError() - Method in interface dev.cel.expr.ExprValueOrBuilder
-
The set of errors in the critical path of evaluation.
- hasError() - Method in class dev.cel.expr.Type.Builder
-
Error type.
- hasError() - Method in class dev.cel.expr.Type
-
Error type.
- hasError() - Method in interface dev.cel.expr.TypeOrBuilder
-
Error type.
- 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.
- hasExpr() - Method in class dev.cel.expr.CheckedExpr.Builder
-
The checked expression.
- hasExpr() - Method in class dev.cel.expr.CheckedExpr
-
The checked expression.
- hasExpr() - Method in interface dev.cel.expr.CheckedExprOrBuilder
-
The checked expression.
- hasExpr() - Method in class dev.cel.expr.ParsedExpr.Builder
-
The parsed expression.
- hasExpr() - Method in class dev.cel.expr.ParsedExpr
-
The parsed expression.
- hasExpr() - Method in interface dev.cel.expr.ParsedExprOrBuilder
-
The parsed expression.
- hasField(Object, String) - Method in class dev.cel.runtime.DescriptorMessageProvider
- hasField(Object, String) - Method in interface dev.cel.runtime.MessageProvider
-
Check whether a field is set on message.
- hasField(Object, String) - Method in class dev.cel.runtime.RuntimeTypeProviderLegacyImpl
- 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.
- hasFieldKey() - Method in class dev.cel.expr.Expr.CreateStruct.Entry.Builder
-
The field key for a message creator statement.
- hasFieldKey() - Method in class dev.cel.expr.Expr.CreateStruct.Entry
-
The field key for a message creator statement.
- hasFieldKey() - Method in interface dev.cel.expr.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.
- hasFunction() - Method in class dev.cel.expr.Decl.Builder
-
Function declaration.
- hasFunction() - Method in class dev.cel.expr.Decl
-
Function declaration.
- hasFunction() - Method in interface dev.cel.expr.DeclOrBuilder
-
Function declaration.
- hasFunction() - Method in class dev.cel.expr.Type.Builder
-
Function type.
- hasFunction() - Method in class dev.cel.expr.Type
-
Function type.
- hasFunction() - Method in interface dev.cel.expr.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
- 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.common.values.CelByteString
-
Note that we do not use Arrays.hashCode directly due to its implementation using 31 as an odd prime, which is outdated and is more prone to hash collisions.
- hashCode() - Method in class dev.cel.common.values.DoubleValue
- hashCode() - Method in class dev.cel.common.values.ImmutableListValue
- hashCode() - Method in class dev.cel.common.values.ImmutableMapValue
- hashCode() - Method in class dev.cel.common.values.IntValue
- hashCode() - Method in class dev.cel.expr.CheckedExpr
- hashCode() - Method in class dev.cel.expr.Constant
- hashCode() - Method in class dev.cel.expr.Decl.FunctionDecl
- hashCode() - Method in class dev.cel.expr.Decl.FunctionDecl.Overload
- hashCode() - Method in class dev.cel.expr.Decl
- hashCode() - Method in class dev.cel.expr.Decl.IdentDecl
- hashCode() - Method in class dev.cel.expr.EnumValue
- hashCode() - Method in class dev.cel.expr.ErrorSet
- hashCode() - Method in class dev.cel.expr.EvalState
- hashCode() - Method in class dev.cel.expr.EvalState.Result
- hashCode() - Method in class dev.cel.expr.Explain.ExprStep
-
Deprecated.
- hashCode() - Method in class dev.cel.expr.Explain
-
Deprecated.
- hashCode() - Method in class dev.cel.expr.Expr.Call
- hashCode() - Method in class dev.cel.expr.Expr.Comprehension
- hashCode() - Method in class dev.cel.expr.Expr.CreateList
- hashCode() - Method in class dev.cel.expr.Expr.CreateStruct.Entry
- hashCode() - Method in class dev.cel.expr.Expr.CreateStruct
- hashCode() - Method in class dev.cel.expr.Expr
- hashCode() - Method in class dev.cel.expr.Expr.Ident
- hashCode() - Method in class dev.cel.expr.Expr.Select
- hashCode() - Method in class dev.cel.expr.ExprValue
- hashCode() - Method in class dev.cel.expr.ListValue
- hashCode() - Method in class dev.cel.expr.MapValue.Entry
- hashCode() - Method in class dev.cel.expr.MapValue
- hashCode() - Method in class dev.cel.expr.ParsedExpr
- hashCode() - Method in class dev.cel.expr.Reference
- hashCode() - Method in class dev.cel.expr.SourceInfo.Extension
- hashCode() - Method in class dev.cel.expr.SourceInfo.Extension.Version
- hashCode() - Method in class dev.cel.expr.SourceInfo
- hashCode() - Method in class dev.cel.expr.Type.AbstractType
- hashCode() - Method in class dev.cel.expr.Type.FunctionType
- hashCode() - Method in class dev.cel.expr.Type
- hashCode() - Method in class dev.cel.expr.Type.ListType
- hashCode() - Method in class dev.cel.expr.Type.MapType
- hashCode() - Method in class dev.cel.expr.UnknownSet
- hashCode() - Method in class dev.cel.expr.Value
- 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.
- hasIdent() - Method in class dev.cel.expr.Decl.Builder
-
Identifier declaration.
- hasIdent() - Method in class dev.cel.expr.Decl
-
Identifier declaration.
- hasIdent() - Method in interface dev.cel.expr.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.
- hasIdentExpr() - Method in class dev.cel.expr.Expr.Builder
-
An identifier expression.
- hasIdentExpr() - Method in class dev.cel.expr.Expr
-
An identifier expression.
- hasIdentExpr() - Method in interface dev.cel.expr.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.
- hasInt64Value() - Method in class dev.cel.expr.Constant.Builder
-
int64 value.
- hasInt64Value() - Method in class dev.cel.expr.Constant
-
int64 value.
- hasInt64Value() - Method in interface dev.cel.expr.ConstantOrBuilder
-
int64 value.
- hasInt64Value() - Method in class dev.cel.expr.Value.Builder
-
Signed integer value.
- hasInt64Value() - Method in class dev.cel.expr.Value
-
Signed integer value.
- hasInt64Value() - Method in interface dev.cel.expr.ValueOrBuilder
-
Signed integer value.
- hasIterRange() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
The range over which var iterates.
- hasIterRange() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
-
The range over which var iterates.
- hasIterRange() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
-
The range over which var iterates.
- hasIterRange() - Method in class dev.cel.expr.Expr.Comprehension.Builder
-
The range over which the comprehension iterates.
- hasIterRange() - Method in class dev.cel.expr.Expr.Comprehension
-
The range over which the comprehension iterates.
- hasIterRange() - Method in interface dev.cel.expr.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.
- hasKey() - Method in class dev.cel.expr.MapValue.Entry.Builder
-
The key.
- hasKey() - Method in class dev.cel.expr.MapValue.Entry
-
The key.
- hasKey() - Method in interface dev.cel.expr.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.
- hasKeyType() - Method in class dev.cel.expr.Type.MapType.Builder
-
The type of the key.
- hasKeyType() - Method in class dev.cel.expr.Type.MapType
-
The type of the key.
- hasKeyType() - Method in interface dev.cel.expr.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.
- hasListExpr() - Method in class dev.cel.expr.Expr.Builder
-
A list creation expression.
- hasListExpr() - Method in class dev.cel.expr.Expr
-
A list creation expression.
- hasListExpr() - Method in interface dev.cel.expr.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.
- hasListType() - Method in class dev.cel.expr.Type.Builder
-
Parameterized list with elements of `list_type`, e.g.
- hasListType() - Method in class dev.cel.expr.Type
-
Parameterized list with elements of `list_type`, e.g.
- hasListType() - Method in interface dev.cel.expr.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.
- hasListValue() - Method in class dev.cel.expr.Value.Builder
-
List value.
- hasListValue() - Method in class dev.cel.expr.Value
-
List value.
- hasListValue() - Method in interface dev.cel.expr.ValueOrBuilder
-
List value.
- hasLoopCondition() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
An expression which can contain iter_var and accu_var.
- hasLoopCondition() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
-
An expression which can contain iter_var and accu_var.
- hasLoopCondition() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
-
An expression which can contain iter_var and accu_var.
- hasLoopCondition() - Method in class dev.cel.expr.Expr.Comprehension.Builder
-
An expression which can contain iter_var, iter_var2, and accu_var.
- hasLoopCondition() - Method in class dev.cel.expr.Expr.Comprehension
-
An expression which can contain iter_var, iter_var2, and accu_var.
- hasLoopCondition() - Method in interface dev.cel.expr.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 and accu_var.
- hasLoopStep() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
-
An expression which can contain iter_var and accu_var.
- hasLoopStep() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
-
An expression which can contain iter_var and accu_var.
- hasLoopStep() - Method in class dev.cel.expr.Expr.Comprehension.Builder
-
An expression which can contain iter_var, iter_var2, and accu_var.
- hasLoopStep() - Method in class dev.cel.expr.Expr.Comprehension
-
An expression which can contain iter_var, iter_var2, and accu_var.
- hasLoopStep() - Method in interface dev.cel.expr.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.
- hasMapKey() - Method in class dev.cel.expr.Expr.CreateStruct.Entry.Builder
-
The key expression for a map creation statement.
- hasMapKey() - Method in class dev.cel.expr.Expr.CreateStruct.Entry
-
The key expression for a map creation statement.
- hasMapKey() - Method in interface dev.cel.expr.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.
- hasMapType() - Method in class dev.cel.expr.Type.Builder
-
Parameterized map with typed keys and values.
- hasMapType() - Method in class dev.cel.expr.Type
-
Parameterized map with typed keys and values.
- hasMapType() - Method in interface dev.cel.expr.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.
- hasMapValue() - Method in class dev.cel.expr.Value.Builder
-
Map value.
- hasMapValue() - Method in class dev.cel.expr.Value
-
Map value.
- hasMapValue() - Method in interface dev.cel.expr.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.
- hasMessageType() - Method in class dev.cel.expr.Type.Builder
-
Protocol buffer message type.
- hasMessageType() - Method in class dev.cel.expr.Type
-
Protocol buffer message type.
- hasMessageType() - Method in interface dev.cel.expr.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.
- hasNull() - Method in class dev.cel.expr.Type.Builder
-
Null value.
- hasNull() - Method in class dev.cel.expr.Type
-
Null value.
- hasNull() - Method in interface dev.cel.expr.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.
- hasNullValue() - Method in class dev.cel.expr.Constant.Builder
-
null value.
- hasNullValue() - Method in class dev.cel.expr.Constant
-
null value.
- hasNullValue() - Method in interface dev.cel.expr.ConstantOrBuilder
-
null value.
- hasNullValue() - Method in class dev.cel.expr.Value.Builder
-
Null value.
- hasNullValue() - Method in class dev.cel.expr.Value
-
Null value.
- hasNullValue() - Method in interface dev.cel.expr.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.
- hasObjectValue() - Method in class dev.cel.expr.Value.Builder
-
The proto message backing an object value.
- hasObjectValue() - Method in class dev.cel.expr.Value
-
The proto message backing an object value.
- hasObjectValue() - Method in interface dev.cel.expr.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.
- hasOperand() - Method in class dev.cel.expr.Expr.Select.Builder
-
Required.
- hasOperand() - Method in class dev.cel.expr.Expr.Select
-
Required.
- hasOperand() - Method in interface dev.cel.expr.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'`.
- hasPrimitive() - Method in class dev.cel.expr.Type.Builder
-
Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.
- hasPrimitive() - Method in class dev.cel.expr.Type
-
Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.
- hasPrimitive() - Method in interface dev.cel.expr.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.
- hasResult() - Method in class dev.cel.expr.Expr.Comprehension.Builder
-
An expression which can contain accu_var.
- hasResult() - Method in class dev.cel.expr.Expr.Comprehension
-
An expression which can contain accu_var.
- hasResult() - Method in interface dev.cel.expr.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.
- hasResultType() - Method in class dev.cel.expr.Decl.FunctionDecl.Overload.Builder
-
Required.
- hasResultType() - Method in class dev.cel.expr.Decl.FunctionDecl.Overload
-
Required.
- hasResultType() - Method in interface dev.cel.expr.Decl.FunctionDecl.OverloadOrBuilder
-
Required.
- hasResultType() - Method in class dev.cel.expr.Type.FunctionType.Builder
-
Result type of the function.
- hasResultType() - Method in class dev.cel.expr.Type.FunctionType
-
Result type of the function.
- hasResultType() - Method in interface dev.cel.expr.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.
- hasSelectExpr() - Method in class dev.cel.expr.Expr.Builder
-
A field selection expression, e.g.
- hasSelectExpr() - Method in class dev.cel.expr.Expr
-
A field selection expression, e.g.
- hasSelectExpr() - Method in interface dev.cel.expr.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`.
- hasSourceInfo() - Method in class dev.cel.expr.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 dev.cel.expr.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 dev.cel.expr.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 dev.cel.expr.ParsedExpr.Builder
-
The source info derived from input that generated the parsed `expr`.
- hasSourceInfo() - Method in class dev.cel.expr.ParsedExpr
-
The source info derived from input that generated the parsed `expr`.
- hasSourceInfo() - Method in interface dev.cel.expr.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.
- hasStringValue() - Method in class dev.cel.expr.Constant.Builder
-
string value.
- hasStringValue() - Method in class dev.cel.expr.Constant
-
string value.
- hasStringValue() - Method in interface dev.cel.expr.ConstantOrBuilder
-
string value.
- hasStringValue() - Method in class dev.cel.expr.Value.Builder
-
UTF-8 string value.
- hasStringValue() - Method in class dev.cel.expr.Value
-
UTF-8 string value.
- hasStringValue() - Method in interface dev.cel.expr.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.
- hasStructExpr() - Method in class dev.cel.expr.Expr.Builder
-
A map or message creation expression.
- hasStructExpr() - Method in class dev.cel.expr.Expr
-
A map or message creation expression.
- hasStructExpr() - Method in interface dev.cel.expr.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.
- hasTarget() - Method in class dev.cel.expr.Expr.Call.Builder
-
The target of an method call-style expression.
- hasTarget() - Method in class dev.cel.expr.Expr.Call
-
The target of an method call-style expression.
- hasTarget() - Method in interface dev.cel.expr.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=288
- 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=288
- 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=288
- hasTimestampValue() - Method in class dev.cel.expr.Constant.Builder
-
Deprecated.cel.expr.Constant.timestamp_value is deprecated. See cel/expr/syntax.proto;l=329
- hasTimestampValue() - Method in class dev.cel.expr.Constant
-
Deprecated.cel.expr.Constant.timestamp_value is deprecated. See cel/expr/syntax.proto;l=329
- hasTimestampValue() - Method in interface dev.cel.expr.ConstantOrBuilder
-
Deprecated.cel.expr.Constant.timestamp_value is deprecated. See cel/expr/syntax.proto;l=329
- 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.
- hasType() - Method in class dev.cel.expr.Decl.IdentDecl.Builder
-
Required.
- hasType() - Method in class dev.cel.expr.Decl.IdentDecl
-
Required.
- hasType() - Method in interface dev.cel.expr.Decl.IdentDeclOrBuilder
-
Required.
- hasType() - Method in class dev.cel.expr.Type.Builder
-
Type type.
- hasType() - Method in class dev.cel.expr.Type
-
Type type.
- hasType() - Method in interface dev.cel.expr.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.
- hasTypeParam() - Method in class dev.cel.expr.Type.Builder
-
Type param type.
- hasTypeParam() - Method in class dev.cel.expr.Type
-
Type param type.
- hasTypeParam() - Method in interface dev.cel.expr.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.
- hasTypeValue() - Method in class dev.cel.expr.Value.Builder
-
Type value.
- hasTypeValue() - Method in class dev.cel.expr.Value
-
Type value.
- hasTypeValue() - Method in interface dev.cel.expr.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.
- hasUint64Value() - Method in class dev.cel.expr.Constant.Builder
-
uint64 value.
- hasUint64Value() - Method in class dev.cel.expr.Constant
-
uint64 value.
- hasUint64Value() - Method in interface dev.cel.expr.ConstantOrBuilder
-
uint64 value.
- hasUint64Value() - Method in class dev.cel.expr.Value.Builder
-
Unsigned integer value.
- hasUint64Value() - Method in class dev.cel.expr.Value
-
Unsigned integer value.
- hasUint64Value() - Method in interface dev.cel.expr.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.
- hasUnknown() - Method in class dev.cel.expr.ExprValue.Builder
-
The set of unknowns in the critical path of evaluation.
- hasUnknown() - Method in class dev.cel.expr.ExprValue
-
The set of unknowns in the critical path of evaluation.
- hasUnknown() - Method in interface dev.cel.expr.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.
- hasValue() - Method in class dev.cel.expr.Decl.IdentDecl.Builder
-
The constant value of the identifier.
- hasValue() - Method in class dev.cel.expr.Decl.IdentDecl
-
The constant value of the identifier.
- hasValue() - Method in interface dev.cel.expr.Decl.IdentDeclOrBuilder
-
The constant value of the identifier.
- hasValue() - Method in class dev.cel.expr.Expr.CreateStruct.Entry.Builder
-
Required.
- hasValue() - Method in class dev.cel.expr.Expr.CreateStruct.Entry
-
Required.
- hasValue() - Method in interface dev.cel.expr.Expr.CreateStruct.EntryOrBuilder
-
Required.
- hasValue() - Method in class dev.cel.expr.ExprValue.Builder
-
.cel.expr.Value value = 1; - hasValue() - Method in class dev.cel.expr.ExprValue
-
.cel.expr.Value value = 1; - hasValue() - Method in interface dev.cel.expr.ExprValueOrBuilder
-
.cel.expr.Value value = 1; - hasValue() - Method in class dev.cel.expr.MapValue.Entry.Builder
-
The value.
- hasValue() - Method in class dev.cel.expr.MapValue.Entry
-
The value.
- hasValue() - Method in interface dev.cel.expr.MapValue.EntryOrBuilder
-
The value.
- hasValue() - Method in class dev.cel.expr.Reference.Builder
-
For references to constants, this may contain the value of the constant if known at compile time.
- hasValue() - Method in class dev.cel.expr.Reference
-
For references to constants, this may contain the value of the constant if known at compile time.
- hasValue() - Method in interface dev.cel.expr.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.
- hasValueType() - Method in class dev.cel.expr.Type.MapType.Builder
-
The type of the value.
- hasValueType() - Method in class dev.cel.expr.Type.MapType
-
The type of the value.
- hasValueType() - Method in interface dev.cel.expr.Type.MapTypeOrBuilder
-
The type of the value.
- hasVersion() - Method in class dev.cel.expr.SourceInfo.Extension.Builder
-
Version info.
- hasVersion() - Method in class dev.cel.expr.SourceInfo.Extension
-
Version info.
- hasVersion() - Method in interface dev.cel.expr.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`.
- hasWellKnown() - Method in class dev.cel.expr.Type.Builder
-
Well-known protobuf type such as `google.protobuf.Timestamp`.
- hasWellKnown() - Method in class dev.cel.expr.Type
-
Well-known protobuf type such as `google.protobuf.Timestamp`.
- hasWellKnown() - Method in interface dev.cel.expr.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.
- hasWrapper() - Method in class dev.cel.expr.Type.Builder
-
Wrapper of a primitive type, e.g.
- hasWrapper() - Method in class dev.cel.expr.Type
-
Wrapper of a primitive type, e.g.
- hasWrapper() - Method in interface dev.cel.expr.TypeOrBuilder
-
Wrapper of a primitive type, e.g.
- hierarchicalVariableResolver(CelVariableResolver, CelVariableResolver) - Static method in interface dev.cel.runtime.CelVariableResolver
-
Chain two variable resolvers together, using the
primaryas the initial variable source to consider, and thesecondaryas a backup. - HOMOGENEOUS_LITERALS - dev.cel.common.ExprFeatures
-
Deprecated.During type checking require list-, and map literals to be type-homogeneous in their element-, key-, and value types, respectively.
- HomogeneousLiteralValidator - Class in dev.cel.validator.validators
-
HomogeneousLiteralValidator checks that all list and map literals entries have the same types, i.e.
I
- id - Variable in class cel.parser.internal.CELParser.IdentOrGlobalCallContext
- id - Variable in class cel.parser.internal.CELParser.MemberCallContext
- id - Variable in class cel.parser.internal.CELParser.SelectContext
- id() - Method in class dev.cel.common.ast.CelExpr.Builder
- id() - Method in class dev.cel.common.ast.CelExpr.CelMap.Entry.Builder
- id() - Method in class dev.cel.common.ast.CelExpr.CelMap.Entry
- id() - Method in class dev.cel.common.ast.CelExpr.CelStruct.Entry.Builder
- id() - Method in class dev.cel.common.ast.CelExpr.CelStruct.Entry
- id() - Method in class dev.cel.common.ast.CelExpr
- 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() - Method in interface dev.cel.common.ast.Expression
-
Required.
- id() - Method in interface dev.cel.common.ast.Expression.Map.Entry
-
Required.
- id() - Method in interface dev.cel.common.ast.Expression.Struct.Entry
-
Required.
- 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 dev.cel.expr.Explain.ExprStep
-
Deprecated.
- ID_FIELD_NUMBER - Static variable in class dev.cel.expr.Expr.CreateStruct.Entry
- ID_FIELD_NUMBER - Static variable in class dev.cel.expr.Expr
- ID_FIELD_NUMBER - Static variable in class dev.cel.expr.SourceInfo.Extension
- ident() - Method in class dev.cel.common.ast.CelExpr.Builder
-
Gets the underlying identifier expression.
- ident() - Method in class dev.cel.common.ast.CelExpr.ExprKind
- ident() - Method in class dev.cel.common.ast.CelExpr
-
Gets the underlying identifier expression.
- ident() - Method in class dev.cel.common.ast.CelMutableExpr
- ident() - Method in interface dev.cel.common.ast.Expression
-
Gets the underlying identifier expression.
- IDENT - com.google.api.expr.v1alpha1.Decl.DeclKindCase
- IDENT - dev.cel.common.ast.CelExpr.ExprKind.Kind
- IDENT - dev.cel.expr.Decl.DeclKindCase
- IDENT_EXPR - com.google.api.expr.v1alpha1.Expr.ExprKindCase
- IDENT_EXPR - dev.cel.expr.Expr.ExprKindCase
- IDENT_EXPR_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr
- IDENT_EXPR_FIELD_NUMBER - Static variable in class dev.cel.expr.Expr
- IDENT_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Decl
- IDENT_FIELD_NUMBER - Static variable in class dev.cel.expr.Decl
- IdentBuilder(String) - Constructor for class dev.cel.checker.Env.IdentBuilder
-
Deprecated.Create an identifier builder.
- 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.IdentOrGlobalCallContext
- IDENTIFIER() - Method in class cel.parser.internal.CELParser.MemberCallContext
- IDENTIFIER() - Method in class cel.parser.internal.CELParser.OptFieldContext
- IDENTIFIER() - Method in class cel.parser.internal.CELParser.SelectContext
- IDENTIFIER(int) - Method in class cel.parser.internal.CELParser.CreateMessageContext
- identity() - Static method in class dev.cel.common.internal.BidiConverter
- identity() - Static method in class dev.cel.runtime.RuntimeHelpers
- IDENTITY - Static variable in class dev.cel.common.internal.BidiConverter
-
A
BidiConverterused for objects which do not need conversion. - identOrDefault() - Method in class dev.cel.common.ast.CelExpr
-
Gets the underlying identifier expression or a default instance of one if expression is not
CelExpr.ExprKind.Kind.IDENT. - IdentOrGlobalCallContext(CELParser.PrimaryContext) - Constructor for class cel.parser.internal.CELParser.IdentOrGlobalCallContext
- ids - Variable in class cel.parser.internal.CELParser.CreateMessageContext
- immutableCopy() - Method in class dev.cel.checker.Env.DeclGroup
-
Create a copy of the
DeclGroupwith immutable identifier and function maps. - immutableCopy() - Method in class dev.cel.runtime.DefaultDispatcher
- immutableCopy() - Method in interface dev.cel.runtime.Dispatcher
-
Returns an
Dispatcher.ImmutableCopyfrom current instance. - ImmutableListValue<E extends CelValue> - Class in dev.cel.common.values
-
ImmutableListValue is a representation of an immutable list containing zero or more
CelValue. - ImmutableMapValue<K extends CelValue,V extends CelValue> - Class in dev.cel.common.values
-
MapValue is an abstract representation of an immutable map containing
CelValueas keys and values. - IN - dev.cel.parser.Operator
- IN - dev.cel.runtime.CelStandardFunctions.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.runtime.CelStandardFunctions.StandardFunction.Overload.InternalOperator
- IN_MAP - dev.cel.runtime.CelStandardFunctions.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
- include(CelStandardFunctions.StandardFunction, CelStandardFunctions.StandardOverload) - Method in interface dev.cel.runtime.CelStandardFunctions.Builder.FunctionFilter
- includeFunctions(CelStandardDeclarations.StandardFunction...) - Method in class dev.cel.checker.CelStandardDeclarations.Builder
- includeFunctions(CelStandardFunctions.StandardFunction...) - Method in class dev.cel.runtime.CelStandardFunctions.Builder
- includeFunctions(Iterable<CelStandardDeclarations.StandardFunction>) - Method in class dev.cel.checker.CelStandardDeclarations.Builder
- includeFunctions(Iterable<CelStandardFunctions.StandardFunction>) - Method in class dev.cel.runtime.CelStandardFunctions.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.parser.Operator
- INDEX - dev.cel.runtime.CelStandardFunctions.StandardFunction
- INDEX_LIST - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Index
- INDEX_MAP - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Index
- INDEX_OF - dev.cel.extensions.CelStringExtensions.Function
- INDEX_OUT_OF_BOUNDS - dev.cel.common.CelErrorCode
-
List index is out of bounds.
- IndexContext(CELParser.MemberContext) - Constructor for class cel.parser.internal.CELParser.IndexContext
- indexList(List<A>, Number) - Static method in class dev.cel.runtime.RuntimeHelpers
-
Bound-checked indexing of lists.
- indexMap(Map<A, B>, A, CelOptions) - Method in class dev.cel.runtime.RuntimeEquality
-
Bound-checked indexing of maps.
- indexOf(Object) - Method in class dev.cel.common.values.ImmutableListValue
- 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
- inList(List<A>, A, CelOptions) - Method in class dev.cel.runtime.RuntimeEquality
-
Determine whether the
listcontains the givenvalue. - inMap(Map<A, B>, A, CelOptions) - Method in class dev.cel.runtime.RuntimeEquality
-
Determine whether the
mapcontains the givenkey. - INSTANCE - Static variable in class dev.cel.common.internal.DefaultDescriptorPool
-
A DefaultDescriptorPool instance with just well known types loaded.
- INSTANCE - Static variable in class dev.cel.common.internal.DefaultMessageFactory
-
A default message factory instance that can construct well known typed messages.
- INSTANCE - Static variable in class dev.cel.extensions.CelOptionalLibrary
- INSTANCE - Static variable in class dev.cel.validator.validators.DurationLiteralValidator
- INSTANCE - Static variable in class dev.cel.validator.validators.RegexLiteralValidator
- INSTANCE - Static variable in class dev.cel.validator.validators.TimestampLiteralValidator
- INT - dev.cel.checker.CelStandardDeclarations.StandardIdentifier
- INT - dev.cel.common.types.CelKind
- INT - dev.cel.runtime.CelStandardFunctions.StandardFunction
- INT - Static variable in class dev.cel.common.types.SimpleType
- INT_CONVERTER - Static variable in class dev.cel.common.internal.ProtoAdapter
-
Int converter handles bidirectional conversions between int32 <-> int64 values.
- INT32_TO_INT64 - Static variable in class dev.cel.runtime.RuntimeHelpers
- INT32_VALUE - dev.cel.common.internal.WellKnownProto
- INT32_WRAPPER_MESSAGE - Static variable in class dev.cel.checker.Types
- INT32_WRAPPER_MESSAGE - Static variable in class dev.cel.common.types.CelTypes
- INT32_WRAPPER_MESSAGE - Static variable in class dev.cel.common.types.CelV1AlphaTypes
- INT64 - com.google.api.expr.v1alpha1.Type.PrimitiveType
-
Int64 type.
- INT64 - dev.cel.expr.Type.PrimitiveType
-
Int64 type.
- INT64 - Static variable in class dev.cel.checker.Types
- INT64 - Static variable in class dev.cel.common.types.CelProtoTypes
- INT64 - Static variable in class dev.cel.common.types.CelV1AlphaTypes
- INT64_TO_DOUBLE - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Conversions
- INT64_TO_INT32 - Static variable in class dev.cel.runtime.RuntimeHelpers
- INT64_TO_INT64 - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Conversions
- INT64_TO_STRING - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Conversions
- INT64_TO_TIMESTAMP - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Conversions
- INT64_TO_UINT64 - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Conversions
- INT64_VALUE - com.google.api.expr.v1alpha1.Constant.ConstantKindCase
- INT64_VALUE - com.google.api.expr.v1alpha1.Value.KindCase
- INT64_VALUE - dev.cel.common.ast.CelConstant.Kind
- INT64_VALUE - dev.cel.common.internal.WellKnownProto
- INT64_VALUE - dev.cel.expr.Constant.ConstantKindCase
- INT64_VALUE - dev.cel.expr.Value.KindCase
- INT64_VALUE - Static variable in enum com.google.api.expr.v1alpha1.Type.PrimitiveType
-
Int64 type.
- INT64_VALUE - Static variable in enum dev.cel.expr.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_VALUE_FIELD_NUMBER - Static variable in class dev.cel.expr.Constant
- INT64_VALUE_FIELD_NUMBER - Static variable in class dev.cel.expr.Value
- INT64_WRAPPER_MESSAGE - Static variable in class dev.cel.checker.Types
- INT64_WRAPPER_MESSAGE - Static variable in class dev.cel.common.types.CelTypes
- INT64_WRAPPER_MESSAGE - Static variable in class dev.cel.common.types.CelV1AlphaTypes
- int64Add(long, long, CelOptions) - Static method in class dev.cel.runtime.RuntimeHelpers
- int64Divide(long, long, CelOptions) - Static method in class dev.cel.runtime.RuntimeHelpers
- int64Multiply(long, long, CelOptions) - Static method in class dev.cel.runtime.RuntimeHelpers
- int64Negate(long, CelOptions) - Static method in class dev.cel.runtime.RuntimeHelpers
- int64Subtract(long, long, CelOptions) - Static method in class dev.cel.runtime.RuntimeHelpers
- int64Value() - Method in class dev.cel.common.ast.CelConstant
- IntContext(CELParser.LiteralContext) - Constructor for class cel.parser.internal.CELParser.IntContext
- Internal - Annotation Type in dev.cel.common.annotations
-
Annotates a program element (class, method, package, etc) which is internal to CEL, not part of the public API, and should not be used by users of CEL.
- INTERNAL_ERROR - dev.cel.common.CelErrorCode
-
CEL encountered an unexpected error.
- 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
- 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
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.CheckedExpr.Builder
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.CheckedExpr
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.Constant.Builder
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.Constant
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.Decl.Builder
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.Decl.FunctionDecl.Builder
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.Decl.FunctionDecl
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.Decl.FunctionDecl.Overload.Builder
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.Decl.FunctionDecl.Overload
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.Decl.IdentDecl.Builder
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.Decl.IdentDecl
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.Decl
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.EnumValue.Builder
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.EnumValue
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.ErrorSet.Builder
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.ErrorSet
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.EvalState.Builder
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.EvalState
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.EvalState.Result.Builder
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.EvalState.Result
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.Explain.Builder
-
Deprecated.
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.Explain.ExprStep.Builder
-
Deprecated.
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.Explain.ExprStep
-
Deprecated.
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.Explain
-
Deprecated.
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.Expr.Builder
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.Expr.Call.Builder
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.Expr.Call
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.Expr.Comprehension.Builder
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.Expr.Comprehension
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.Expr.CreateList.Builder
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.Expr.CreateList
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.Expr.CreateStruct.Builder
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.Expr.CreateStruct.Entry.Builder
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.Expr.CreateStruct.Entry
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.Expr.CreateStruct
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.Expr.Ident.Builder
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.Expr.Ident
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.Expr
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.Expr.Select.Builder
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.Expr.Select
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.ExprValue.Builder
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.ExprValue
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.ListValue.Builder
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.ListValue
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.MapValue.Builder
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.MapValue.Entry.Builder
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.MapValue.Entry
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.MapValue
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.ParsedExpr.Builder
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.ParsedExpr
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.Reference.Builder
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.Reference
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.SourceInfo.Builder
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.SourceInfo.Extension.Builder
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.SourceInfo.Extension
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.SourceInfo.Extension.Version.Builder
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.SourceInfo.Extension.Version
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.SourceInfo
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.Type.AbstractType.Builder
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.Type.AbstractType
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.Type.Builder
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.Type.FunctionType.Builder
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.Type.FunctionType
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.Type
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.Type.ListType.Builder
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.Type.ListType
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.Type.MapType.Builder
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.Type.MapType
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.UnknownSet.Builder
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.UnknownSet
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.Value.Builder
- internalGetFieldAccessorTable() - Method in class dev.cel.expr.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
- internalGetMapFieldReflection(int) - Method in class dev.cel.expr.CheckedExpr.Builder
- internalGetMapFieldReflection(int) - Method in class dev.cel.expr.CheckedExpr
- internalGetMapFieldReflection(int) - Method in class dev.cel.expr.SourceInfo.Builder
- internalGetMapFieldReflection(int) - Method in class dev.cel.expr.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
- internalGetMutableMapFieldReflection(int) - Method in class dev.cel.expr.CheckedExpr.Builder
- internalGetMutableMapFieldReflection(int) - Method in class dev.cel.expr.SourceInfo.Builder
- internalGetValueMap() - Static method in enum com.google.api.expr.v1alpha1.Type.PrimitiveType
- internalGetValueMap() - Static method in enum com.google.api.expr.v1alpha1.Type.WellKnownType
- internalGetValueMap() - Static method in enum dev.cel.expr.SourceInfo.Extension.Component
- internalGetValueMap() - Static method in enum dev.cel.expr.Type.PrimitiveType
- internalGetValueMap() - Static method in enum dev.cel.expr.Type.WellKnownType
- Interpretable - Interface in dev.cel.runtime
-
Represent an expression which can be interpreted repeatedly using a given activation.
- Interpreter - Interface in dev.cel.runtime
-
Interface to a CEL interpreter.
- InterpreterException - Exception in dev.cel.runtime
-
An exception produced during interpretation of expressions.
- InterpreterException.Builder - Class in dev.cel.runtime
-
Builder for InterpreterException.
- InterpreterUtil - Class in dev.cel.runtime
-
Util class for CEL interpreter.
- INTERSECTS - dev.cel.extensions.CelSetsExtensions.Function
- IntValue - Class in dev.cel.common.values
-
IntValue is a simple CelValue wrapper around Java longs.
- INVALID_ARGUMENT - dev.cel.common.CelErrorCode
-
Invalid argument supplied to a function.
- IS_INSTANCE_FUNCTION_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- IS_INSTANCE_FUNCTION_FIELD_NUMBER - Static variable in class dev.cel.expr.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
-
Same as
InferenceContext.isAssignable(CelType, CelType)for lists of types. - 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
-
Deprecated.Use
Types.isAssignable(Map, CelType, CelType)instead. - isAssignableFrom(CelType) - Method in class dev.cel.common.types.CelType
-
Determine whether
thistype is assignable from theothertype value. - isAssignableFrom(CelType) - Method in class dev.cel.common.types.EnumType
- isAssignableFrom(CelType) - Method in class dev.cel.common.types.NullableType
- isAssignableFrom(CelType) - Method in class dev.cel.common.types.SimpleType
- isAssignableFrom(CelType) - Method in class dev.cel.common.types.StructType
- isAssignableFrom(CelType) - Method in class dev.cel.common.types.StructTypeReference
- isChecked() - Method in class dev.cel.common.CelAbstractSyntaxTree
-
Tests whether the underlying abstract syntax tree has been type checked or not.
- isChecked() - Method in class dev.cel.common.CelProtoAbstractSyntaxTree
-
Tests whether the underlying abstract syntax tree has been type checked or not.
- isChecked() - Method in class dev.cel.common.CelProtoV1Alpha1AbstractSyntaxTree
-
Tests whether the underlying abstract syntax tree has been type checked or not.
- isConstantValue(Object) - Static method in class dev.cel.common.ast.CelConstant
-
Checks whether the provided Java object is a valid CelConstant value.
- isDyn() - Method in enum dev.cel.common.types.CelKind
- 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.Use {
Types.isDynOrError(CelType)} instead. - isEmpty() - Method in class dev.cel.common.internal.CelCodePointArray
-
Returns true if empty, false otherwise.
- isEmpty() - Method in class dev.cel.common.values.CelByteString
- isEmpty() - Method in class dev.cel.common.values.ImmutableListValue
- isEmpty() - Method in class dev.cel.common.values.ImmutableMapValue
- 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
-
Deprecated.Use
Types.isEqualOrLessSpecific(CelType, CelType)instead. - isError() - Method in enum dev.cel.common.types.CelKind
- isHeterogeneousComparison() - Method in enum dev.cel.runtime.CelStandardFunctions.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
- 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
- isInitialized() - Method in class dev.cel.expr.CheckedExpr.Builder
- isInitialized() - Method in class dev.cel.expr.CheckedExpr
- isInitialized() - Method in class dev.cel.expr.Constant.Builder
- isInitialized() - Method in class dev.cel.expr.Constant
- isInitialized() - Method in class dev.cel.expr.Decl.Builder
- isInitialized() - Method in class dev.cel.expr.Decl.FunctionDecl.Builder
- isInitialized() - Method in class dev.cel.expr.Decl.FunctionDecl
- isInitialized() - Method in class dev.cel.expr.Decl.FunctionDecl.Overload.Builder
- isInitialized() - Method in class dev.cel.expr.Decl.FunctionDecl.Overload
- isInitialized() - Method in class dev.cel.expr.Decl.IdentDecl.Builder
- isInitialized() - Method in class dev.cel.expr.Decl.IdentDecl
- isInitialized() - Method in class dev.cel.expr.Decl
- isInitialized() - Method in class dev.cel.expr.EnumValue.Builder
- isInitialized() - Method in class dev.cel.expr.EnumValue
- isInitialized() - Method in class dev.cel.expr.ErrorSet.Builder
- isInitialized() - Method in class dev.cel.expr.ErrorSet
- isInitialized() - Method in class dev.cel.expr.EvalState.Builder
- isInitialized() - Method in class dev.cel.expr.EvalState
- isInitialized() - Method in class dev.cel.expr.EvalState.Result.Builder
- isInitialized() - Method in class dev.cel.expr.EvalState.Result
- isInitialized() - Method in class dev.cel.expr.Explain.Builder
-
Deprecated.
- isInitialized() - Method in class dev.cel.expr.Explain.ExprStep.Builder
-
Deprecated.
- isInitialized() - Method in class dev.cel.expr.Explain.ExprStep
-
Deprecated.
- isInitialized() - Method in class dev.cel.expr.Explain
-
Deprecated.
- isInitialized() - Method in class dev.cel.expr.Expr.Builder
- isInitialized() - Method in class dev.cel.expr.Expr.Call.Builder
- isInitialized() - Method in class dev.cel.expr.Expr.Call
- isInitialized() - Method in class dev.cel.expr.Expr.Comprehension.Builder
- isInitialized() - Method in class dev.cel.expr.Expr.Comprehension
- isInitialized() - Method in class dev.cel.expr.Expr.CreateList.Builder
- isInitialized() - Method in class dev.cel.expr.Expr.CreateList
- isInitialized() - Method in class dev.cel.expr.Expr.CreateStruct.Builder
- isInitialized() - Method in class dev.cel.expr.Expr.CreateStruct.Entry.Builder
- isInitialized() - Method in class dev.cel.expr.Expr.CreateStruct.Entry
- isInitialized() - Method in class dev.cel.expr.Expr.CreateStruct
- isInitialized() - Method in class dev.cel.expr.Expr.Ident.Builder
- isInitialized() - Method in class dev.cel.expr.Expr.Ident
- isInitialized() - Method in class dev.cel.expr.Expr
- isInitialized() - Method in class dev.cel.expr.Expr.Select.Builder
- isInitialized() - Method in class dev.cel.expr.Expr.Select
- isInitialized() - Method in class dev.cel.expr.ExprValue.Builder
- isInitialized() - Method in class dev.cel.expr.ExprValue
- isInitialized() - Method in class dev.cel.expr.ListValue.Builder
- isInitialized() - Method in class dev.cel.expr.ListValue
- isInitialized() - Method in class dev.cel.expr.MapValue.Builder
- isInitialized() - Method in class dev.cel.expr.MapValue.Entry.Builder
- isInitialized() - Method in class dev.cel.expr.MapValue.Entry
- isInitialized() - Method in class dev.cel.expr.MapValue
- isInitialized() - Method in class dev.cel.expr.ParsedExpr.Builder
- isInitialized() - Method in class dev.cel.expr.ParsedExpr
- isInitialized() - Method in class dev.cel.expr.Reference.Builder
- isInitialized() - Method in class dev.cel.expr.Reference
- isInitialized() - Method in class dev.cel.expr.SourceInfo.Builder
- isInitialized() - Method in class dev.cel.expr.SourceInfo.Extension.Builder
- isInitialized() - Method in class dev.cel.expr.SourceInfo.Extension
- isInitialized() - Method in class dev.cel.expr.SourceInfo.Extension.Version.Builder
- isInitialized() - Method in class dev.cel.expr.SourceInfo.Extension.Version
- isInitialized() - Method in class dev.cel.expr.SourceInfo
- isInitialized() - Method in class dev.cel.expr.Type.AbstractType.Builder
- isInitialized() - Method in class dev.cel.expr.Type.AbstractType
- isInitialized() - Method in class dev.cel.expr.Type.Builder
- isInitialized() - Method in class dev.cel.expr.Type.FunctionType.Builder
- isInitialized() - Method in class dev.cel.expr.Type.FunctionType
- isInitialized() - Method in class dev.cel.expr.Type
- isInitialized() - Method in class dev.cel.expr.Type.ListType.Builder
- isInitialized() - Method in class dev.cel.expr.Type.ListType
- isInitialized() - Method in class dev.cel.expr.Type.MapType.Builder
- isInitialized() - Method in class dev.cel.expr.Type.MapType
- isInitialized() - Method in class dev.cel.expr.UnknownSet.Builder
- isInitialized() - Method in class dev.cel.expr.UnknownSet
- isInitialized() - Method in class dev.cel.expr.Value.Builder
- isInitialized() - Method in class dev.cel.expr.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(...)`.
- isLegalIdentifier(CelAttribute.Qualifier) - Static method in class dev.cel.runtime.CelAttribute.Qualifier
- isLegalIdentifier(String) - Static method in class dev.cel.runtime.CelAttribute.Qualifier
-
Simple test that an identifier segment is a legal CEL identifier.
- isMap() - Method in class dev.cel.checker.DescriptorTypeProvider.FieldDef
-
The field is a map if it has a non-null
DescriptorTypeProvider.FieldDef.mapEntryType(). - isMatch(CelAttribute) - Method in class dev.cel.runtime.CelAttributePattern
-
Return whether this pattern matches the given attribute.
- isMessage() - Method in class dev.cel.checker.DescriptorTypeProvider.TypeDef
-
Return whether the type is a message.
- isOptionalType(Type) - Static method in class dev.cel.common.types.CelProtoTypes
-
Checks if the provided parameter is an optional type
- isPartialMatch(CelAttribute) - Method in class dev.cel.runtime.CelAttributePattern
-
Return whether this pattern matches the given attribute or any of its descendants.
- isPrimitive() - Method in enum dev.cel.common.types.CelKind
- isReceiverStyle() - Method in class dev.cel.parser.CelMacro
-
True if this macro is receiver-style, false if it is global.
- IssuesFactory(CelNavigableAst) - Constructor for class dev.cel.validator.CelAstValidator.IssuesFactory
- isTypeParam() - Method in enum dev.cel.common.types.CelKind
- isUnknown(Object) - Static method in class dev.cel.runtime.InterpreterUtil
-
Check if raw object is ExprValue object and has UnknownSet
- isVariadic() - Method in class dev.cel.parser.CelMacro
-
Returns true if this macro accepts any number of arguments, false otherwise.
- isWellKnownType(String) - Static method in class dev.cel.common.types.CelTypes
- isWellKnownType(String) - Static method in class dev.cel.common.types.CelV1AlphaTypes
- isWrapperType() - Method in enum dev.cel.common.internal.WellKnownProto
- isWrapperType(String) - Static method in class dev.cel.common.types.CelTypes
-
Checks if the fully-qualified protobuf type name is a wrapper type.
- isZeroValue() - Method in class dev.cel.common.values.BoolValue
- isZeroValue() - Method in class dev.cel.common.values.BytesValue
- isZeroValue() - Method in class dev.cel.common.values.CelValue
-
Returns true if the
CelValue.value()is a zero value for its type. - isZeroValue() - Method in class dev.cel.common.values.DoubleValue
- isZeroValue() - Method in class dev.cel.common.values.DurationValue
- isZeroValue() - Method in class dev.cel.common.values.EnumValue
- isZeroValue() - Method in class dev.cel.common.values.ErrorValue
- isZeroValue() - Method in class dev.cel.common.values.IntValue
- isZeroValue() - Method in class dev.cel.common.values.ListValue
- isZeroValue() - Method in class dev.cel.common.values.MapValue
- isZeroValue() - Method in class dev.cel.common.values.NullValue
- isZeroValue() - Method in class dev.cel.common.values.OpaqueValue
- isZeroValue() - Method in class dev.cel.common.values.OptionalValue
- isZeroValue() - Method in class dev.cel.common.values.ProtoMessageValue
- isZeroValue() - Method in class dev.cel.common.values.StringValue
- isZeroValue() - Method in class dev.cel.common.values.TimestampValue
- isZeroValue() - Method in class dev.cel.common.values.TypeValue
- isZeroValue() - Method in class dev.cel.common.values.UintValue
- 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_RANGE_FIELD_NUMBER - Static variable in class dev.cel.expr.Expr.Comprehension
- ITER_VAR_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.Comprehension
- ITER_VAR_FIELD_NUMBER - Static variable in class dev.cel.expr.Expr.Comprehension
- ITER_VAR2_FIELD_NUMBER - Static variable in class dev.cel.expr.Expr.Comprehension
- ITERATION_BUDGET_EXCEEDED - dev.cel.common.CelErrorCode
-
Evaluation halted due to reaching the max number of iterations permitted within comprehension loops.
- iterationLimit() - Method in class dev.cel.optimizer.optimizers.SubexpressionOptimizer.SubexpressionOptimizerOptions
- iterationLimit(int) - Method in class dev.cel.optimizer.optimizers.SubexpressionOptimizer.SubexpressionOptimizerOptions.Builder
-
Limit the number of iteration while performing CSE.
- iterator() - Method in class dev.cel.common.values.ImmutableListValue
- iterRange() - Method in class dev.cel.common.ast.CelExpr.CelComprehension.Builder
- iterRange() - Method in class dev.cel.common.ast.CelExpr.CelComprehension
- iterRange() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableComprehension
- iterRange() - Method in interface dev.cel.common.ast.Expression.Comprehension
-
The range over which var iterates.
- iterVar() - Method in class dev.cel.common.ast.CelExpr.CelComprehension
- iterVar() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableComprehension
- iterVar() - Method in interface dev.cel.common.ast.Expression.Comprehension
-
The name of the iteration variable.
- iterVarName() - Method in class dev.cel.optimizer.AstMutator.MangledComprehensionName
-
Mangled name for iter_var
- iterVarType() - Method in class dev.cel.optimizer.AstMutator.MangledComprehensionType
-
Type of iter_var
J
- JOIN - dev.cel.extensions.CelStringExtensions.Function
- JSON_LIST_VALUE - dev.cel.common.internal.WellKnownProto
- JSON_STRUCT_VALUE - dev.cel.common.internal.WellKnownProto
- JSON_VALUE - dev.cel.common.internal.WellKnownProto
K
- key() - Method in class dev.cel.common.ast.CelExpr.CelMap.Entry.Builder
- key() - Method in class dev.cel.common.ast.CelExpr.CelMap.Entry
- key() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableMap.Entry
- key() - Method in interface dev.cel.common.ast.Expression.Map.Entry
-
Required.
- KEY_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.MapValue.Entry
- KEY_FIELD_NUMBER - Static variable in class dev.cel.expr.MapValue.Entry
- KEY_TYPE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Type.MapType
- KEY_TYPE_FIELD_NUMBER - Static variable in class dev.cel.expr.Type.MapType
- KEYKIND_NOT_SET - com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.KeyKindCase
- KEYKIND_NOT_SET - dev.cel.expr.Expr.CreateStruct.Entry.KeyKindCase
- keys - Variable in class cel.parser.internal.CELParser.MapInitializerListContext
- keySet() - Method in class dev.cel.common.values.ImmutableMapValue
- keyType() - Method in class dev.cel.checker.DescriptorTypeProvider.MapEntryDef
-
The
TypeDefof the map entry key. - keyType() - Method in class dev.cel.common.types.MapType
- kind() - Method in class dev.cel.common.types.CelType
-
Return the type
CelKind. - kind() - Method in class dev.cel.common.types.EnumType
- kind() - Method in class dev.cel.common.types.ListType
- kind() - Method in class dev.cel.common.types.MapType
- kind() - Method in class dev.cel.common.types.NullableType
- kind() - Method in class dev.cel.common.types.OpaqueType
- kind() - Method in class dev.cel.common.types.OptionalType
- kind() - Method in class dev.cel.common.types.SimpleType
- kind() - Method in class dev.cel.common.types.StructType
- kind() - Method in class dev.cel.common.types.StructTypeReference
- kind() - Method in class dev.cel.common.types.TypeParamType
- kind() - Method in class dev.cel.common.types.TypeType
- kind() - Method in class dev.cel.common.types.UnspecifiedType
- kind() - Method in class dev.cel.runtime.CelAttribute.Qualifier
- KIND_NOT_SET - com.google.api.expr.v1alpha1.ExprValue.KindCase
- KIND_NOT_SET - com.google.api.expr.v1alpha1.Value.KindCase
- KIND_NOT_SET - dev.cel.expr.ExprValue.KindCase
- KIND_NOT_SET - dev.cel.expr.Value.KindCase
L
- LA(int) - Method in class dev.cel.common.internal.CodePointStream
- LAST_INDEX_OF - dev.cel.extensions.CelStringExtensions.Function
- lastIndexOf(Object) - Method in class dev.cel.common.values.ImmutableListValue
- Latin1CodePointArray - Class in dev.cel.common.internal
-
Represents an in-memory contiguous source of ISO-LATIN-1 code points.
- Latin1CodePointArray() - Constructor for class dev.cel.common.internal.Latin1CodePointArray
- 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.IdentOrGlobalCallContext
- 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
- LEGACY - Static variable in class dev.cel.common.CelOptions
- LEGACY - Static variable in enum dev.cel.common.ExprFeatures
-
Deprecated.
- LEGACY_JAVA_EQUALITY - dev.cel.common.ExprFeatures
-
Deprecated.When enabled use Java equality for (in)equality tests.
- length() - Method in class dev.cel.common.internal.CelCodePointArray
- LESS - dev.cel.parser.Operator
- LESS - dev.cel.runtime.CelStandardFunctions.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.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- LESS_BYTES - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- LESS_DOUBLE - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- LESS_DOUBLE_INT64 - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- LESS_DOUBLE_UINT64 - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- LESS_DURATION - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- LESS_EQUALS - dev.cel.parser.Operator
- LESS_EQUALS - dev.cel.runtime.CelStandardFunctions.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.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- LESS_EQUALS_BYTES - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- LESS_EQUALS_DOUBLE - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- LESS_EQUALS_DOUBLE_INT64 - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- LESS_EQUALS_DOUBLE_UINT64 - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- LESS_EQUALS_DURATION - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- LESS_EQUALS_INT64 - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- LESS_EQUALS_INT64_DOUBLE - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- LESS_EQUALS_INT64_UINT64 - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- LESS_EQUALS_STRING - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- LESS_EQUALS_TIMESTAMP - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- LESS_EQUALS_UINT64 - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- LESS_EQUALS_UINT64_DOUBLE - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- LESS_EQUALS_UINT64_INT64 - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- LESS_INT64 - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- LESS_INT64_DOUBLE - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- LESS_INT64_UINT64 - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- LESS_STRING - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- LESS_TIMESTAMP - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- LESS_UINT64 - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- LESS_UINT64_DOUBLE - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- LESS_UINT64_INT64 - dev.cel.runtime.CelStandardFunctions.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
- LINE_OFFSETS_FIELD_NUMBER - Static variable in class dev.cel.expr.SourceInfo
- lineOffsets() - Method in class dev.cel.common.internal.CelCodePointArray
-
Returns the line offsets.
- list() - Method in class dev.cel.common.ast.CelExpr.Builder
-
Gets the underlying list expression.
- list() - Method in class dev.cel.common.ast.CelExpr.ExprKind
- list() - Method in class dev.cel.common.ast.CelExpr
-
Gets the underlying identifier expression.
- list() - Method in class dev.cel.common.ast.CelMutableExpr
- list() - Method in interface dev.cel.common.ast.Expression
-
Gets the underlying identifier expression.
- LIST - dev.cel.checker.CelStandardDeclarations.StandardIdentifier
- LIST - dev.cel.common.ast.CelExpr.ExprKind.Kind
- LIST - dev.cel.common.types.CelKind
- LIST_EXPR - com.google.api.expr.v1alpha1.Expr.ExprKindCase
- LIST_EXPR - dev.cel.expr.Expr.ExprKindCase
- LIST_EXPR_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr
- LIST_EXPR_FIELD_NUMBER - Static variable in class dev.cel.expr.Expr
- LIST_OPTINDEX_OPTIONAL_INT - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.OptionalValue
- LIST_SIZE - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Size
- LIST_TYPE - com.google.api.expr.v1alpha1.Type.TypeKindCase
- LIST_TYPE - dev.cel.expr.Type.TypeKindCase
- LIST_TYPE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Type
- LIST_TYPE_FIELD_NUMBER - Static variable in class dev.cel.expr.Type
- LIST_VALUE - com.google.api.expr.v1alpha1.Value.KindCase
- LIST_VALUE - dev.cel.expr.Value.KindCase
- LIST_VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Value
- LIST_VALUE_FIELD_NUMBER - Static variable in class dev.cel.expr.Value
- LIST_VALUE_MESSAGE - Static variable in class dev.cel.checker.Types
- LIST_VALUE_MESSAGE - Static variable in class dev.cel.common.types.CelTypes
- LIST_VALUE_MESSAGE - Static variable in class dev.cel.common.types.CelV1AlphaTypes
- 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
- listIterator() - Method in class dev.cel.common.values.ImmutableListValue
- listIterator(int) - Method in class dev.cel.common.values.ImmutableListValue
- listOrDefault() - Method in class dev.cel.common.ast.CelExpr
-
Gets the underlying list expression or a default instance of one if expression is not
CelExpr.ExprKind.Kind.LIST. - lists() - Static method in class dev.cel.extensions.CelExtensions
-
Extended functions for List manipulation.
- lists(CelListsExtensions.Function...) - Static method in class dev.cel.extensions.CelExtensions
-
Extended functions for List manipulation.
- lists(Set<CelListsExtensions.Function>) - Static method in class dev.cel.extensions.CelExtensions
-
Extended functions for List manipulation.
- ListType - Class in dev.cel.common.types
-
Lists are a parameterized type with the parameter indicating the
elemType. - ListType() - Constructor for class dev.cel.common.types.ListType
- ListValue - Class in com.google.api.expr.v1alpha1
-
A list.
- ListValue<E extends CelValue> - Class in dev.cel.common.values
-
ListValue is an abstract representation of a generic list containing zero or more
CelValue. - ListValue - Class in dev.cel.expr
-
A list.
- ListValue() - Constructor for class dev.cel.common.values.ListValue
- ListValue.Builder - Class in com.google.api.expr.v1alpha1
-
A list.
- ListValue.Builder - Class in dev.cel.expr
-
A list.
- ListValueOrBuilder - Interface in com.google.api.expr.v1alpha1
- ListValueOrBuilder - Interface in dev.cel.expr
- 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
- LOCATION_FIELD_NUMBER - Static variable in class dev.cel.expr.SourceInfo
- LOGICAL_AND - dev.cel.parser.Operator
- 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.parser.Operator
- LOGICAL_NOT - dev.cel.runtime.CelStandardFunctions.StandardFunction
- LOGICAL_NOT - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.BooleanOperator
- LOGICAL_OR - dev.cel.parser.Operator
- 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
- longValue() - Method in class dev.cel.common.values.IntValue
- lookupCelType(String) - Method in interface dev.cel.checker.TypeProvider
-
Deprecated.Lookup the a
CelTypegiven a qualifiedtypeName. - 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
Integerenum value given anenumName. - 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
FieldTypeof 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
FieldTypefor afieldNamewithin atype. - 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
FieldTypefor afieldNamewithin atype. - lookupFunction(int, String, String) - Method in class dev.cel.checker.Env
-
Lookup a name like
Env.tryLookupCelFunction(java.lang.String, java.lang.String)but report an error if the name is not found and return theEnv.ERROR_FUNCTION_DECL. - lookupIdent(int, String, String) - Method in class dev.cel.checker.Env
-
Lookup a name like
Env.tryLookupCelIdent(java.lang.String, java.lang.String), but report an error if the name is not found and return theEnv.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
Typegiven a qualifiedtypeName. - 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_CONDITION_FIELD_NUMBER - Static variable in class dev.cel.expr.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
- LOOP_STEP_FIELD_NUMBER - Static variable in class dev.cel.expr.Expr.Comprehension
- loopCondition() - Method in class dev.cel.common.ast.CelExpr.CelComprehension.Builder
- loopCondition() - Method in class dev.cel.common.ast.CelExpr.CelComprehension
- loopCondition() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableComprehension
- loopCondition() - Method in interface dev.cel.common.ast.Expression.Comprehension
-
An expression which can contain iter_var and accu_var.
- loopStep() - Method in class dev.cel.common.ast.CelExpr.CelComprehension.Builder
- loopStep() - Method in class dev.cel.common.ast.CelExpr.CelComprehension
- loopStep() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableComprehension
- loopStep() - Method in interface dev.cel.common.ast.Expression.Comprehension
-
An expression which can contain iter_var and accu_var.
- LOWER_ASCII - dev.cel.extensions.CelStringExtensions.Function
- 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.IdentOrGlobalCallContext
- 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
- MACRO_CALLS_FIELD_NUMBER - Static variable in class dev.cel.expr.SourceInfo
- MAJOR_FIELD_NUMBER - Static variable in class dev.cel.expr.SourceInfo.Extension.Version
- mangleComprehensionIdentifierNames(CelMutableAst, String, String, boolean) - Method in class dev.cel.optimizer.AstMutator
-
Replaces all comprehension identifier names with a unique name based on the given prefix.
- MangledComprehensionAst() - Constructor for class dev.cel.optimizer.AstMutator.MangledComprehensionAst
- mangledComprehensionMap() - Method in class dev.cel.optimizer.AstMutator.MangledComprehensionAst
-
Map containing the mangled identifier names to their types.
- MangledComprehensionName() - Constructor for class dev.cel.optimizer.AstMutator.MangledComprehensionName
- MangledComprehensionType() - Constructor for class dev.cel.optimizer.AstMutator.MangledComprehensionType
- map() - Method in class dev.cel.common.ast.CelExpr.Builder
-
Gets the underlying map expression.
- map() - Method in class dev.cel.common.ast.CelExpr.ExprKind
- map() - Method in class dev.cel.common.ast.CelExpr
-
Gets the underlying map expression.
- map() - Method in class dev.cel.common.ast.CelMutableExpr
- map() - Method in interface dev.cel.common.ast.Expression
-
Gets the underlying map expression.
- MAP - dev.cel.checker.CelStandardDeclarations.StandardIdentifier
- MAP - dev.cel.common.ast.CelExpr.ExprKind.Kind
- MAP - dev.cel.common.types.CelKind
- 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 - dev.cel.parser.Operator
- 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 - dev.cel.expr.Expr.CreateStruct.Entry.KeyKindCase
- MAP_KEY_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- MAP_KEY_FIELD_NUMBER - Static variable in class dev.cel.expr.Expr.CreateStruct.Entry
- MAP_OPTINDEX_OPTIONAL_VALUE - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.OptionalValue
- MAP_SIZE - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Size
- MAP_TYPE - com.google.api.expr.v1alpha1.Type.TypeKindCase
- MAP_TYPE - dev.cel.expr.Type.TypeKindCase
- MAP_TYPE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Type
- MAP_TYPE_FIELD_NUMBER - Static variable in class dev.cel.expr.Type
- MAP_VALUE - com.google.api.expr.v1alpha1.Value.KindCase
- MAP_VALUE - dev.cel.expr.Value.KindCase
- MAP_VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Value
- MAP_VALUE_FIELD_NUMBER - Static variable in class dev.cel.expr.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
- mapOrDefault() - Method in class dev.cel.common.ast.CelExpr
-
Gets the underlying map expression or a default instance of one if expression is not
CelExpr.ExprKind.Kind.MAP. - MapType - Class in dev.cel.common.types
-
Maps are a parameterized type where the two parameters supported indicate the
keyTypeandvalueTypeof map entries. - MapType() - Constructor for class dev.cel.common.types.MapType
- MapValue - Class in com.google.api.expr.v1alpha1
-
A map.
- MapValue<K extends CelValue,V extends CelValue> - Class in dev.cel.common.values
-
MapValue is an abstract representation of a generic map containing
CelValueas keys and values. - MapValue - Class in dev.cel.expr
-
A map.
- MapValue() - Constructor for class dev.cel.common.values.MapValue
- MapValue.Builder - Class in com.google.api.expr.v1alpha1
-
A map.
- MapValue.Builder - Class in dev.cel.expr
-
A map.
- MapValue.Entry - Class in com.google.api.expr.v1alpha1
-
An entry in the map.
- MapValue.Entry - Class in dev.cel.expr
-
Protobuf type
cel.expr.MapValue.Entry - MapValue.Entry.Builder - Class in com.google.api.expr.v1alpha1
-
An entry in the map.
- MapValue.Entry.Builder - Class in dev.cel.expr
-
Protobuf type
cel.expr.MapValue.Entry - MapValue.EntryOrBuilder - Interface in com.google.api.expr.v1alpha1
- MapValue.EntryOrBuilder - Interface in dev.cel.expr
- MapValueOrBuilder - Interface in com.google.api.expr.v1alpha1
- MapValueOrBuilder - Interface in dev.cel.expr
- mark() - Method in class dev.cel.common.internal.CodePointStream
- matches(String, String) - Static method in class dev.cel.runtime.RuntimeHelpers
-
Match a string against a regular expression.
- matches(String, String, CelOptions) - Static method in class dev.cel.runtime.RuntimeHelpers
- MATCHES - dev.cel.runtime.CelStandardFunctions.StandardFunction
- MATCHES - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.StringMatchers
- MATCHES_STRING - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.StringMatchers
- math(CelOptions) - Static method in class dev.cel.extensions.CelExtensions
-
Extended math helper macros and functions.
- math(CelOptions, CelMathExtensions.Function...) - Static method in class dev.cel.extensions.CelExtensions
-
Extended math helper macros and functions.
- math(CelOptions, Set<CelMathExtensions.Function>) - Static method in class dev.cel.extensions.CelExtensions
-
Extended math helper macros and functions.
- maxExpressionCodePointSize() - Method in class dev.cel.common.CelOptions
- maxExpressionCodePointSize(int) - Method in class dev.cel.common.CelOptions.Builder
-
Set a limit on the size of the expression string which may be parsed in terms of the number of code points contained within the string.
- maxIterationLimit() - Method in class dev.cel.optimizer.optimizers.ConstantFoldingOptimizer.ConstantFoldingOptions
- maxIterationLimit(int) - Method in class dev.cel.optimizer.optimizers.ConstantFoldingOptimizer.ConstantFoldingOptions.Builder
-
Limit the number of iteration while performing constant folding.
- maxParseErrorRecoveryLimit() - Method in class dev.cel.common.CelOptions
- maxParseErrorRecoveryLimit(int) - Method in class dev.cel.common.CelOptions.Builder
-
Limit the number of error recovery attempts which may be made by the parser for a given syntax error before terminating the parse completely.
- maxParseRecursionDepth() - Method in class dev.cel.common.CelOptions
- maxParseRecursionDepth(int) - Method in class dev.cel.common.CelOptions.Builder
-
Limit the amount of recursion within parse expressions.
- maybeAdaptDynamicMessage(DynamicMessage) - Method in class dev.cel.common.internal.DynamicProto
-
This method will attempt to adapt a
DynamicMessageinstance to a generatedMessageinstance if possible. - maybeAdaptPrimitive(Object) - Static method in class dev.cel.runtime.RuntimeHelpers
-
Adapts a
Numbervalue to its appropriate CEL type. - maybeDeleteId(long) - Method in class dev.cel.common.ast.CelExprFactory
-
Attempts to decrement the next expr ID if possible.
- maybePartialUnknown(CelAttribute) - Method in interface dev.cel.runtime.CelAttributeResolver
-
Returns an unknown set containing the attribute if it is determined as partially unknown.
- maybeUnpackAny(Message) - Method in class dev.cel.common.internal.DynamicProto
-
Attempts to unpack an Any message.
- 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.
- merge(CelUnknownSet) - Method in class dev.cel.runtime.CelUnknownSet
- merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class dev.cel.common.values.MapValue
-
Deprecated.Unsupported operation.
- mergeAbstractType(Type.AbstractType) - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Abstract, application defined type.
- mergeAbstractType(Type.AbstractType) - Method in class dev.cel.expr.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.
- mergeAccuInit(Expr) - Method in class dev.cel.expr.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.
- mergeCallExpr(Expr.Call) - Method in class dev.cel.expr.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.
- mergeComprehensionExpr(Expr.Comprehension) - Method in class dev.cel.expr.Expr.Builder
-
A comprehension expression.
- mergeConstExpr(Constant) - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A literal expression.
- mergeConstExpr(Constant) - Method in class dev.cel.expr.Expr.Builder
-
A constant expression.
- mergeDurationValue(Duration) - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
Deprecated.
- mergeDurationValue(Duration) - Method in class dev.cel.expr.Constant.Builder
-
Deprecated.
- mergeDyn(Empty) - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Dynamic type.
- mergeDyn(Empty) - Method in class dev.cel.expr.Type.Builder
-
Dynamic type.
- mergeElemType(Type) - Method in class com.google.api.expr.v1alpha1.Type.ListType.Builder
-
The element type.
- mergeElemType(Type) - Method in class dev.cel.expr.Type.ListType.Builder
-
The element type.
- mergeEnumValue(EnumValue) - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
An enum value.
- mergeEnumValue(EnumValue) - Method in class dev.cel.expr.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.
- mergeError(Empty) - Method in class dev.cel.expr.Type.Builder
-
Error type.
- mergeError(ErrorSet) - Method in class dev.cel.expr.ExprValue.Builder
-
The set of errors in the critical path of evaluation.
- 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.
- mergeExpr(Expr) - Method in class dev.cel.expr.CheckedExpr.Builder
-
The checked expression.
- mergeExpr(Expr) - Method in class dev.cel.expr.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(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.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(CodedInputStream, ExtensionRegistryLite) - Method in class dev.cel.expr.CheckedExpr.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.cel.expr.Constant.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.cel.expr.Decl.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.cel.expr.Decl.FunctionDecl.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.cel.expr.Decl.FunctionDecl.Overload.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.cel.expr.Decl.IdentDecl.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.cel.expr.EnumValue.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.cel.expr.ErrorSet.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.cel.expr.EvalState.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.cel.expr.EvalState.Result.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.cel.expr.Explain.Builder
-
Deprecated.
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.cel.expr.Explain.ExprStep.Builder
-
Deprecated.
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.cel.expr.Expr.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.cel.expr.Expr.Call.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.cel.expr.Expr.Comprehension.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.cel.expr.Expr.CreateList.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.cel.expr.Expr.CreateStruct.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.cel.expr.Expr.CreateStruct.Entry.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.cel.expr.Expr.Ident.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.cel.expr.Expr.Select.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.cel.expr.ExprValue.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.cel.expr.ListValue.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.cel.expr.MapValue.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.cel.expr.MapValue.Entry.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.cel.expr.ParsedExpr.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.cel.expr.Reference.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.cel.expr.SourceInfo.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.cel.expr.SourceInfo.Extension.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.cel.expr.SourceInfo.Extension.Version.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.cel.expr.Type.AbstractType.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.cel.expr.Type.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.cel.expr.Type.FunctionType.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.cel.expr.Type.ListType.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.cel.expr.Type.MapType.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.cel.expr.UnknownSet.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.cel.expr.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.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
- mergeFrom(Message) - Method in class dev.cel.expr.CheckedExpr.Builder
- mergeFrom(Message) - Method in class dev.cel.expr.Constant.Builder
- mergeFrom(Message) - Method in class dev.cel.expr.Decl.Builder
- mergeFrom(Message) - Method in class dev.cel.expr.Decl.FunctionDecl.Builder
- mergeFrom(Message) - Method in class dev.cel.expr.Decl.FunctionDecl.Overload.Builder
- mergeFrom(Message) - Method in class dev.cel.expr.Decl.IdentDecl.Builder
- mergeFrom(Message) - Method in class dev.cel.expr.EnumValue.Builder
- mergeFrom(Message) - Method in class dev.cel.expr.ErrorSet.Builder
- mergeFrom(Message) - Method in class dev.cel.expr.EvalState.Builder
- mergeFrom(Message) - Method in class dev.cel.expr.EvalState.Result.Builder
- mergeFrom(Message) - Method in class dev.cel.expr.Explain.Builder
-
Deprecated.
- mergeFrom(Message) - Method in class dev.cel.expr.Explain.ExprStep.Builder
-
Deprecated.
- mergeFrom(Message) - Method in class dev.cel.expr.Expr.Builder
- mergeFrom(Message) - Method in class dev.cel.expr.Expr.Call.Builder
- mergeFrom(Message) - Method in class dev.cel.expr.Expr.Comprehension.Builder
- mergeFrom(Message) - Method in class dev.cel.expr.Expr.CreateList.Builder
- mergeFrom(Message) - Method in class dev.cel.expr.Expr.CreateStruct.Builder
- mergeFrom(Message) - Method in class dev.cel.expr.Expr.CreateStruct.Entry.Builder
- mergeFrom(Message) - Method in class dev.cel.expr.Expr.Ident.Builder
- mergeFrom(Message) - Method in class dev.cel.expr.Expr.Select.Builder
- mergeFrom(Message) - Method in class dev.cel.expr.ExprValue.Builder
- mergeFrom(Message) - Method in class dev.cel.expr.ListValue.Builder
- mergeFrom(Message) - Method in class dev.cel.expr.MapValue.Builder
- mergeFrom(Message) - Method in class dev.cel.expr.MapValue.Entry.Builder
- mergeFrom(Message) - Method in class dev.cel.expr.ParsedExpr.Builder
- mergeFrom(Message) - Method in class dev.cel.expr.Reference.Builder
- mergeFrom(Message) - Method in class dev.cel.expr.SourceInfo.Builder
- mergeFrom(Message) - Method in class dev.cel.expr.SourceInfo.Extension.Builder
- mergeFrom(Message) - Method in class dev.cel.expr.SourceInfo.Extension.Version.Builder
- mergeFrom(Message) - Method in class dev.cel.expr.Type.AbstractType.Builder
- mergeFrom(Message) - Method in class dev.cel.expr.Type.Builder
- mergeFrom(Message) - Method in class dev.cel.expr.Type.FunctionType.Builder
- mergeFrom(Message) - Method in class dev.cel.expr.Type.ListType.Builder
- mergeFrom(Message) - Method in class dev.cel.expr.Type.MapType.Builder
- mergeFrom(Message) - Method in class dev.cel.expr.UnknownSet.Builder
- mergeFrom(Message) - Method in class dev.cel.expr.Value.Builder
- mergeFrom(CheckedExpr) - Method in class dev.cel.expr.CheckedExpr.Builder
- mergeFrom(Constant) - Method in class dev.cel.expr.Constant.Builder
- mergeFrom(Decl) - Method in class dev.cel.expr.Decl.Builder
- mergeFrom(Decl.FunctionDecl) - Method in class dev.cel.expr.Decl.FunctionDecl.Builder
- mergeFrom(Decl.FunctionDecl.Overload) - Method in class dev.cel.expr.Decl.FunctionDecl.Overload.Builder
- mergeFrom(Decl.IdentDecl) - Method in class dev.cel.expr.Decl.IdentDecl.Builder
- mergeFrom(EnumValue) - Method in class dev.cel.expr.EnumValue.Builder
- mergeFrom(ErrorSet) - Method in class dev.cel.expr.ErrorSet.Builder
- mergeFrom(EvalState) - Method in class dev.cel.expr.EvalState.Builder
- mergeFrom(EvalState.Result) - Method in class dev.cel.expr.EvalState.Result.Builder
- mergeFrom(Explain) - Method in class dev.cel.expr.Explain.Builder
-
Deprecated.
- mergeFrom(Explain.ExprStep) - Method in class dev.cel.expr.Explain.ExprStep.Builder
-
Deprecated.
- mergeFrom(Expr) - Method in class dev.cel.expr.Expr.Builder
- mergeFrom(Expr.Call) - Method in class dev.cel.expr.Expr.Call.Builder
- mergeFrom(Expr.Comprehension) - Method in class dev.cel.expr.Expr.Comprehension.Builder
- mergeFrom(Expr.CreateList) - Method in class dev.cel.expr.Expr.CreateList.Builder
- mergeFrom(Expr.CreateStruct) - Method in class dev.cel.expr.Expr.CreateStruct.Builder
- mergeFrom(Expr.CreateStruct.Entry) - Method in class dev.cel.expr.Expr.CreateStruct.Entry.Builder
- mergeFrom(Expr.Ident) - Method in class dev.cel.expr.Expr.Ident.Builder
- mergeFrom(Expr.Select) - Method in class dev.cel.expr.Expr.Select.Builder
- mergeFrom(ExprValue) - Method in class dev.cel.expr.ExprValue.Builder
- mergeFrom(ListValue) - Method in class dev.cel.expr.ListValue.Builder
- mergeFrom(MapValue) - Method in class dev.cel.expr.MapValue.Builder
- mergeFrom(MapValue.Entry) - Method in class dev.cel.expr.MapValue.Entry.Builder
- mergeFrom(ParsedExpr) - Method in class dev.cel.expr.ParsedExpr.Builder
- mergeFrom(Reference) - Method in class dev.cel.expr.Reference.Builder
- mergeFrom(SourceInfo) - Method in class dev.cel.expr.SourceInfo.Builder
- mergeFrom(SourceInfo.Extension) - Method in class dev.cel.expr.SourceInfo.Extension.Builder
- mergeFrom(SourceInfo.Extension.Version) - Method in class dev.cel.expr.SourceInfo.Extension.Version.Builder
- mergeFrom(Type) - Method in class dev.cel.expr.Type.Builder
- mergeFrom(Type.AbstractType) - Method in class dev.cel.expr.Type.AbstractType.Builder
- mergeFrom(Type.FunctionType) - Method in class dev.cel.expr.Type.FunctionType.Builder
- mergeFrom(Type.ListType) - Method in class dev.cel.expr.Type.ListType.Builder
- mergeFrom(Type.MapType) - Method in class dev.cel.expr.Type.MapType.Builder
- mergeFrom(UnknownSet) - Method in class dev.cel.expr.UnknownSet.Builder
- mergeFrom(Value) - Method in class dev.cel.expr.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.
- mergeFunction(Decl.FunctionDecl) - Method in class dev.cel.expr.Decl.Builder
-
Function declaration.
- mergeFunction(Type.FunctionType) - Method in class dev.cel.expr.Type.Builder
-
Function type.
- mergeIdent(Decl.IdentDecl) - Method in class com.google.api.expr.v1alpha1.Decl.Builder
-
Identifier declaration.
- mergeIdent(Decl.IdentDecl) - Method in class dev.cel.expr.Decl.Builder
-
Identifier declaration.
- mergeIdentExpr(Expr.Ident) - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
An identifier expression.
- mergeIdentExpr(Expr.Ident) - Method in class dev.cel.expr.Expr.Builder
-
An identifier expression.
- mergeIterRange(Expr) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
The range over which var iterates.
- mergeIterRange(Expr) - Method in class dev.cel.expr.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.
- mergeKey(Value) - Method in class dev.cel.expr.MapValue.Entry.Builder
-
The key.
- mergeKeyType(Type) - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
-
The type of the key.
- mergeKeyType(Type) - Method in class dev.cel.expr.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.
- mergeListExpr(Expr.CreateList) - Method in class dev.cel.expr.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.
- mergeListType(Type.ListType) - Method in class dev.cel.expr.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.
- mergeListValue(ListValue) - Method in class dev.cel.expr.Value.Builder
-
List value.
- mergeLoopCondition(Expr) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
An expression which can contain iter_var and accu_var.
- mergeLoopCondition(Expr) - Method in class dev.cel.expr.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 and accu_var.
- mergeLoopStep(Expr) - Method in class dev.cel.expr.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.
- mergeMapKey(Expr) - Method in class dev.cel.expr.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.
- mergeMapType(Type.MapType) - Method in class dev.cel.expr.Type.Builder
-
Parameterized map with typed keys and values.
- mergeMapValue(MapValue) - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
Map value.
- mergeMapValue(MapValue) - Method in class dev.cel.expr.Value.Builder
-
Map value.
- mergeObjectValue(Any) - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
The proto message backing an object value.
- mergeObjectValue(Any) - Method in class dev.cel.expr.Value.Builder
-
The proto message backing an object value.
- mergeOperand(Expr) - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
-
Required.
- mergeOperand(Expr) - Method in class dev.cel.expr.Expr.Select.Builder
-
Required.
- mergeResult(Expr) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
An expression which can contain accu_var.
- mergeResult(Expr) - Method in class dev.cel.expr.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.
- mergeResultType(Type) - Method in class dev.cel.expr.Decl.FunctionDecl.Overload.Builder
-
Required.
- mergeResultType(Type) - Method in class dev.cel.expr.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.
- mergeSelectExpr(Expr.Select) - Method in class dev.cel.expr.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`.
- mergeSourceInfo(SourceInfo) - Method in class dev.cel.expr.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 dev.cel.expr.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.
- mergeStructExpr(Expr.CreateStruct) - Method in class dev.cel.expr.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.
- mergeTarget(Expr) - Method in class dev.cel.expr.Expr.Call.Builder
-
The target of an method call-style expression.
- mergeTimestampValue(Timestamp) - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
Deprecated.
- mergeTimestampValue(Timestamp) - Method in class dev.cel.expr.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.
- mergeType(Type) - Method in class dev.cel.expr.Decl.IdentDecl.Builder
-
Required.
- mergeType(Type) - Method in class dev.cel.expr.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.
- mergeUnknown(UnknownSet) - Method in class dev.cel.expr.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.
- mergeValue(Constant) - Method in class dev.cel.expr.Decl.IdentDecl.Builder
-
The constant value of the identifier.
- mergeValue(Constant) - Method in class dev.cel.expr.Reference.Builder
-
For references to constants, this may contain the value of the constant if known at compile time.
- mergeValue(Expr) - Method in class dev.cel.expr.Expr.CreateStruct.Entry.Builder
-
Required.
- mergeValue(Value) - Method in class dev.cel.expr.ExprValue.Builder
-
.cel.expr.Value value = 1; - mergeValue(Value) - Method in class dev.cel.expr.MapValue.Entry.Builder
-
The value.
- mergeValueType(Type) - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
-
The type of the value.
- mergeValueType(Type) - Method in class dev.cel.expr.Type.MapType.Builder
-
The type of the value.
- mergeVersion(SourceInfo.Extension.Version) - Method in class dev.cel.expr.SourceInfo.Extension.Builder
-
Version info.
- MESSAGE_NAME_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.CreateStruct
- MESSAGE_NAME_FIELD_NUMBER - Static variable in class dev.cel.expr.Expr.CreateStruct
- MESSAGE_TYPE - com.google.api.expr.v1alpha1.Type.TypeKindCase
- MESSAGE_TYPE - dev.cel.expr.Type.TypeKindCase
- MESSAGE_TYPE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Type
- MESSAGE_TYPE_FIELD_NUMBER - Static variable in class dev.cel.expr.Type
- MessageFactory - Interface in dev.cel.runtime
-
Deprecated.Do not use. Internally,
ProtoMessageFactoryshould be used. - MessageFactory.CombinedMessageFactory - Class in dev.cel.runtime
-
Deprecated.The
CombinedMessageFactorytakes one or moreMessageFactoryinstances and attempts to create aMessage.Builderinstance for a givenmessageNameby calling eachMessageFactoryin the order that they are provided to the constructor. - messageName() - Method in class dev.cel.common.ast.CelExpr.CelStruct
- messageName() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableStruct
- messageName() - Method in interface dev.cel.common.ast.Expression.Struct
-
The type name of the message to be created, empty when creating map literals.
- MessageProvider - Interface in dev.cel.runtime
-
An object which allows to create and interpret messages.
- messageType() - Method in class dev.cel.checker.TypeProvider.ExtensionFieldType
-
Deprecated.The
Typeof the message being extended. - messageType() - Method in class dev.cel.common.types.ProtoMessageType.Extension
- messageTypeDescriptors() - Method in class dev.cel.common.CelDescriptors
-
Descriptors of type loaded from
Descriptors.FileDescriptor.getMessageTypes(). - messageTypeDescriptorsBuilder() - Method in class dev.cel.common.CelDescriptors.Builder
- Metadata - Interface in dev.cel.runtime
-
An interface which provides metadata for syntax nodes.
- MINOR_FIELD_NUMBER - Static variable in class dev.cel.expr.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.parser.Operator
- MODULO - dev.cel.runtime.CelStandardFunctions.StandardFunction
- MODULO_INT64 - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Arithmetic
- MODULO_UINT64 - dev.cel.runtime.CelStandardFunctions.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.parser.Operator
- MULTIPLY - dev.cel.runtime.CelStandardFunctions.StandardFunction
- MULTIPLY_DOUBLE - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Arithmetic
- MULTIPLY_INT64 - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Arithmetic
- MULTIPLY_UINT64 - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Arithmetic
- mutableAst() - Method in class dev.cel.optimizer.AstMutator.MangledComprehensionAst
-
AST after the iteration variables have been mangled.
N
- name - Variable in class dev.cel.common.types.StructType
- 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.CelExpr.CelIdent
- name() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableIdent
- name() - Method in class dev.cel.common.ast.CelReference
- name() - Method in interface dev.cel.common.ast.Expression.Ident
-
Required.
- 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() - Method in class dev.cel.common.types.CelType
-
Return the type name.
- name() - Method in class dev.cel.common.types.EnumType
- name() - Method in class dev.cel.common.types.ListType
- name() - Method in class dev.cel.common.types.MapType
- name() - Method in class dev.cel.common.types.NullableType
- name() - Method in class dev.cel.common.types.OpaqueType
- name() - Method in class dev.cel.common.types.OptionalType
- name() - Method in class dev.cel.common.types.ProtoMessageType.Extension
- name() - Method in class dev.cel.common.types.SimpleType
- name() - Method in class dev.cel.common.types.StructType.Field
- name() - Method in class dev.cel.common.types.StructType
- name() - Method in class dev.cel.common.types.StructTypeReference
- name() - Method in class dev.cel.common.types.TypeParamType
- name() - Method in class dev.cel.common.types.TypeType
- name() - Method in class dev.cel.common.types.UnspecifiedType
- NAME - Static variable in class dev.cel.common.types.OptionalType
- 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
- NAME_FIELD_NUMBER - Static variable in class dev.cel.expr.Decl
- NAME_FIELD_NUMBER - Static variable in class dev.cel.expr.Expr.Ident
- NAME_FIELD_NUMBER - Static variable in class dev.cel.expr.Reference
- NAME_FIELD_NUMBER - Static variable in class dev.cel.expr.Type.AbstractType
- NEGATE - dev.cel.parser.Operator
- NEGATE - dev.cel.runtime.CelStandardFunctions.StandardFunction
- NEGATE_DOUBLE - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Arithmetic
- NEGATE_INT64 - dev.cel.runtime.CelStandardFunctions.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
CelExprfor 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
- 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
CelCheckerinstance. - 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.ast.CelExpr.CelCall
- newBuilder() - Static method in class dev.cel.common.ast.CelExpr.CelComprehension
- newBuilder() - Static method in class dev.cel.common.ast.CelExpr.CelIdent
- newBuilder() - Static method in class dev.cel.common.ast.CelExpr.CelList
- newBuilder() - Static method in class dev.cel.common.ast.CelExpr.CelMap.Entry
- newBuilder() - Static method in class dev.cel.common.ast.CelExpr.CelMap
- newBuilder() - Static method in class dev.cel.common.ast.CelExpr.CelSelect
- newBuilder() - Static method in class dev.cel.common.ast.CelExpr.CelStruct.Entry
- newBuilder() - Static method in class dev.cel.common.ast.CelExpr.CelStruct
- newBuilder() - Static method in class dev.cel.common.ast.CelExpr
- newBuilder() - Static method in class dev.cel.common.ast.CelReference
- newBuilder() - Static method in class dev.cel.common.CelFunctionDecl
-
Create a new builder to construct a
CelFunctionDeclinstance. - newBuilder() - Static method in class dev.cel.common.CelIssue
- newBuilder() - Static method in class dev.cel.common.CelOptions
-
Return an unconfigured
Builder. - newBuilder() - Static method in class dev.cel.common.CelOverloadDecl
-
Create a new builder to construct a
CelOverloadDeclinstance - newBuilder() - Static method in class dev.cel.common.CelSource
- newBuilder() - Static method in class dev.cel.expr.CheckedExpr
- newBuilder() - Static method in class dev.cel.expr.Constant
- newBuilder() - Static method in class dev.cel.expr.Decl.FunctionDecl
- newBuilder() - Static method in class dev.cel.expr.Decl.FunctionDecl.Overload
- newBuilder() - Static method in class dev.cel.expr.Decl.IdentDecl
- newBuilder() - Static method in class dev.cel.expr.Decl
- newBuilder() - Static method in class dev.cel.expr.EnumValue
- newBuilder() - Static method in class dev.cel.expr.ErrorSet
- newBuilder() - Static method in class dev.cel.expr.EvalState
- newBuilder() - Static method in class dev.cel.expr.EvalState.Result
- newBuilder() - Static method in class dev.cel.expr.Explain.ExprStep
-
Deprecated.
- newBuilder() - Static method in class dev.cel.expr.Explain
-
Deprecated.
- newBuilder() - Static method in class dev.cel.expr.Expr.Call
- newBuilder() - Static method in class dev.cel.expr.Expr.Comprehension
- newBuilder() - Static method in class dev.cel.expr.Expr.CreateList
- newBuilder() - Static method in class dev.cel.expr.Expr.CreateStruct.Entry
- newBuilder() - Static method in class dev.cel.expr.Expr.CreateStruct
- newBuilder() - Static method in class dev.cel.expr.Expr.Ident
- newBuilder() - Static method in class dev.cel.expr.Expr
- newBuilder() - Static method in class dev.cel.expr.Expr.Select
- newBuilder() - Static method in class dev.cel.expr.ExprValue
- newBuilder() - Static method in class dev.cel.expr.ListValue
- newBuilder() - Static method in class dev.cel.expr.MapValue.Entry
- newBuilder() - Static method in class dev.cel.expr.MapValue
- newBuilder() - Static method in class dev.cel.expr.ParsedExpr
- newBuilder() - Static method in class dev.cel.expr.Reference
- newBuilder() - Static method in class dev.cel.expr.SourceInfo.Extension
- newBuilder() - Static method in class dev.cel.expr.SourceInfo.Extension.Version
- newBuilder() - Static method in class dev.cel.expr.SourceInfo
- newBuilder() - Static method in class dev.cel.expr.Type.AbstractType
- newBuilder() - Static method in class dev.cel.expr.Type.FunctionType
- newBuilder() - Static method in class dev.cel.expr.Type.ListType
- newBuilder() - Static method in class dev.cel.expr.Type.MapType
- newBuilder() - Static method in class dev.cel.expr.Type
- newBuilder() - Static method in class dev.cel.expr.UnknownSet
- newBuilder() - Static method in class dev.cel.expr.Value
- newBuilder() - Static method in class dev.cel.optimizer.optimizers.ConstantFoldingOptimizer.ConstantFoldingOptions
-
Returns a new options builder with recommended defaults pre-configured.
- newBuilder() - Static method in class dev.cel.optimizer.optimizers.SubexpressionOptimizer.SubexpressionOptimizerOptions
-
Returns a new options builder with recommended defaults pre-configured.
- newBuilder() - Static method in class dev.cel.parser.CelParserImpl
-
Creates a new
CelParserImpl.Builder. - newBuilder() - Static method in class dev.cel.runtime.CelRuntimeLegacyImpl
-
Create a new builder for constructing a
CelRuntimeinstance. - newBuilder() - Static method in class dev.cel.runtime.CelStandardFunctions
-
Creates a new builder to configure CelStandardFunctions.
- 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(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(CelCodePointArray) - Static method in class dev.cel.common.CelSource
- newBuilder(CheckedExpr) - Static method in class dev.cel.expr.CheckedExpr
- newBuilder(Constant) - Static method in class dev.cel.expr.Constant
- newBuilder(Decl) - Static method in class dev.cel.expr.Decl
- newBuilder(Decl.FunctionDecl) - Static method in class dev.cel.expr.Decl.FunctionDecl
- newBuilder(Decl.FunctionDecl.Overload) - Static method in class dev.cel.expr.Decl.FunctionDecl.Overload
- newBuilder(Decl.IdentDecl) - Static method in class dev.cel.expr.Decl.IdentDecl
- newBuilder(EnumValue) - Static method in class dev.cel.expr.EnumValue
- newBuilder(ErrorSet) - Static method in class dev.cel.expr.ErrorSet
- newBuilder(EvalState) - Static method in class dev.cel.expr.EvalState
- newBuilder(EvalState.Result) - Static method in class dev.cel.expr.EvalState.Result
- newBuilder(Explain) - Static method in class dev.cel.expr.Explain
-
Deprecated.
- newBuilder(Explain.ExprStep) - Static method in class dev.cel.expr.Explain.ExprStep
-
Deprecated.
- newBuilder(Expr) - Static method in class dev.cel.expr.Expr
- newBuilder(Expr.Call) - Static method in class dev.cel.expr.Expr.Call
- newBuilder(Expr.Comprehension) - Static method in class dev.cel.expr.Expr.Comprehension
- newBuilder(Expr.CreateList) - Static method in class dev.cel.expr.Expr.CreateList
- newBuilder(Expr.CreateStruct) - Static method in class dev.cel.expr.Expr.CreateStruct
- newBuilder(Expr.CreateStruct.Entry) - Static method in class dev.cel.expr.Expr.CreateStruct.Entry
- newBuilder(Expr.Ident) - Static method in class dev.cel.expr.Expr.Ident
- newBuilder(Expr.Select) - Static method in class dev.cel.expr.Expr.Select
- newBuilder(ExprValue) - Static method in class dev.cel.expr.ExprValue
- newBuilder(ListValue) - Static method in class dev.cel.expr.ListValue
- newBuilder(MapValue) - Static method in class dev.cel.expr.MapValue
- newBuilder(MapValue.Entry) - Static method in class dev.cel.expr.MapValue.Entry
- newBuilder(ParsedExpr) - Static method in class dev.cel.expr.ParsedExpr
- newBuilder(Reference) - Static method in class dev.cel.expr.Reference
- newBuilder(SourceInfo) - Static method in class dev.cel.expr.SourceInfo
- newBuilder(SourceInfo.Extension) - Static method in class dev.cel.expr.SourceInfo.Extension
- newBuilder(SourceInfo.Extension.Version) - Static method in class dev.cel.expr.SourceInfo.Extension.Version
- newBuilder(Type) - Static method in class dev.cel.expr.Type
- newBuilder(Type.AbstractType) - Static method in class dev.cel.expr.Type.AbstractType
- newBuilder(Type.FunctionType) - Static method in class dev.cel.expr.Type.FunctionType
- newBuilder(Type.ListType) - Static method in class dev.cel.expr.Type.ListType
- newBuilder(Type.MapType) - Static method in class dev.cel.expr.Type.MapType
- newBuilder(UnknownSet) - Static method in class dev.cel.expr.UnknownSet
- newBuilder(Value) - Static method in class dev.cel.expr.Value
- newBuilder(CelParserBuilder, CelCheckerBuilder) - Static method in class dev.cel.compiler.CelCompilerImpl
-
Create a new builder for constructing a
CelCompilerinstance. - newBuilder(String) - Static method in class dev.cel.common.CelSource
- newBuilder(String) - Method in class dev.cel.common.internal.DefaultMessageFactory
- newBuilder(String) - Method in class dev.cel.common.internal.ProtoMessageFactory.CombinedMessageFactory
- newBuilder(String) - Method in interface dev.cel.common.internal.ProtoMessageFactory
-
Constructs a new
Message.Builderfor a fully qualified proto message type. - newBuilder(String) - Method in class dev.cel.runtime.DynamicMessageFactory
-
Deprecated.
- newBuilder(String) - Method in class dev.cel.runtime.MessageFactory.CombinedMessageFactory
-
Deprecated.
- newBuilder(String) - Method in interface dev.cel.runtime.MessageFactory
-
Deprecated.Create a
Message.Builderinstance for the protobuf bymessageName. - 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
- 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() - Method in class dev.cel.expr.CheckedExpr
- newBuilderForType() - Method in class dev.cel.expr.Constant
- newBuilderForType() - Method in class dev.cel.expr.Decl.FunctionDecl
- newBuilderForType() - Method in class dev.cel.expr.Decl.FunctionDecl.Overload
- newBuilderForType() - Method in class dev.cel.expr.Decl.IdentDecl
- newBuilderForType() - Method in class dev.cel.expr.Decl
- newBuilderForType() - Method in class dev.cel.expr.EnumValue
- newBuilderForType() - Method in class dev.cel.expr.ErrorSet
- newBuilderForType() - Method in class dev.cel.expr.EvalState
- newBuilderForType() - Method in class dev.cel.expr.EvalState.Result
- newBuilderForType() - Method in class dev.cel.expr.Explain.ExprStep
-
Deprecated.
- newBuilderForType() - Method in class dev.cel.expr.Explain
-
Deprecated.
- newBuilderForType() - Method in class dev.cel.expr.Expr.Call
- newBuilderForType() - Method in class dev.cel.expr.Expr.Comprehension
- newBuilderForType() - Method in class dev.cel.expr.Expr.CreateList
- newBuilderForType() - Method in class dev.cel.expr.Expr.CreateStruct.Entry
- newBuilderForType() - Method in class dev.cel.expr.Expr.CreateStruct
- newBuilderForType() - Method in class dev.cel.expr.Expr.Ident
- newBuilderForType() - Method in class dev.cel.expr.Expr
- newBuilderForType() - Method in class dev.cel.expr.Expr.Select
- newBuilderForType() - Method in class dev.cel.expr.ExprValue
- newBuilderForType() - Method in class dev.cel.expr.ListValue
- newBuilderForType() - Method in class dev.cel.expr.MapValue.Entry
- newBuilderForType() - Method in class dev.cel.expr.MapValue
- newBuilderForType() - Method in class dev.cel.expr.ParsedExpr
- newBuilderForType() - Method in class dev.cel.expr.Reference
- newBuilderForType() - Method in class dev.cel.expr.SourceInfo.Extension
- newBuilderForType() - Method in class dev.cel.expr.SourceInfo.Extension.Version
- newBuilderForType() - Method in class dev.cel.expr.SourceInfo
- newBuilderForType() - Method in class dev.cel.expr.Type.AbstractType
- newBuilderForType() - Method in class dev.cel.expr.Type.FunctionType
- newBuilderForType() - Method in class dev.cel.expr.Type.ListType
- newBuilderForType() - Method in class dev.cel.expr.Type.MapType
- newBuilderForType() - Method in class dev.cel.expr.Type
- newBuilderForType() - Method in class dev.cel.expr.UnknownSet
- newBuilderForType() - Method in class dev.cel.expr.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
- 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
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.cel.expr.CheckedExpr
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.cel.expr.Constant
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.cel.expr.Decl.FunctionDecl
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.cel.expr.Decl.FunctionDecl.Overload
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.cel.expr.Decl.IdentDecl
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.cel.expr.Decl
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.cel.expr.EnumValue
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.cel.expr.ErrorSet
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.cel.expr.EvalState
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.cel.expr.EvalState.Result
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.cel.expr.Explain.ExprStep
-
Deprecated.
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.cel.expr.Explain
-
Deprecated.
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.cel.expr.Expr.Call
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.cel.expr.Expr.Comprehension
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.cel.expr.Expr.CreateList
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.cel.expr.Expr.CreateStruct.Entry
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.cel.expr.Expr.CreateStruct
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.cel.expr.Expr.Ident
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.cel.expr.Expr
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.cel.expr.Expr.Select
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.cel.expr.ExprValue
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.cel.expr.ListValue
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.cel.expr.MapValue.Entry
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.cel.expr.MapValue
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.cel.expr.ParsedExpr
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.cel.expr.Reference
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.cel.expr.SourceInfo.Extension
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.cel.expr.SourceInfo.Extension.Version
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.cel.expr.SourceInfo
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.cel.expr.Type.AbstractType
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.cel.expr.Type.FunctionType
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.cel.expr.Type.ListType
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.cel.expr.Type.MapType
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.cel.expr.Type
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.cel.expr.UnknownSet
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.cel.expr.Value
- newBytesLiteral(byte[]) - Method in class dev.cel.common.ast.CelExprFactory
-
Creates a new constant
CelExprfor a bytes value. - newBytesLiteral(byte[], int, int) - Method in class dev.cel.common.ast.CelExprFactory
-
Creates a new constant
CelExprfor a bytes value. - newBytesLiteral(ByteString) - Method in class dev.cel.common.ast.CelExprFactory
-
Creates a new constant
CelExprfor a bytes value. - newBytesLiteral(String) - Method in class dev.cel.common.ast.CelExprFactory
-
Creates a new constant
CelExprfor a bytes value. - newCheckedAst(CelExpr, CelSource, Map<Long, CelReference>, Map<Long, CelType>) - Static method in class dev.cel.common.CelAbstractSyntaxTree
-
Constructs a new instance of CelAbstractSyntaxTree that represent a checked expression.
- 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
CelExprfor a double value. - newFunctionBinding(CelStandardFunctions.FunctionBindingHelper) - Method in enum dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Arithmetic
- newFunctionBinding(CelStandardFunctions.FunctionBindingHelper) - Method in enum dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.BooleanOperator
- newFunctionBinding(CelStandardFunctions.FunctionBindingHelper) - Method in enum dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
- newFunctionBinding(CelStandardFunctions.FunctionBindingHelper) - Method in enum dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Conversions
- newFunctionBinding(CelStandardFunctions.FunctionBindingHelper) - Method in enum dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.DateTime
- newFunctionBinding(CelStandardFunctions.FunctionBindingHelper) - Method in enum dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Index
- newFunctionBinding(CelStandardFunctions.FunctionBindingHelper) - Method in enum dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.InternalOperator
- newFunctionBinding(CelStandardFunctions.FunctionBindingHelper) - Method in enum dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.OptionalValue
- newFunctionBinding(CelStandardFunctions.FunctionBindingHelper) - Method in enum dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Relation
- newFunctionBinding(CelStandardFunctions.FunctionBindingHelper) - Method in enum dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Size
- newFunctionBinding(CelStandardFunctions.FunctionBindingHelper) - Method in enum dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.StringMatchers
- newFunctionBinding(CelStandardFunctions.FunctionBindingHelper) - Method in interface dev.cel.runtime.CelStandardFunctions.StandardOverload
- newFunctionBindings(DynamicProto, CelOptions) - Method in class dev.cel.runtime.CelStandardFunctions
- 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 - newFunctionDecls() - Method in class dev.cel.optimizer.CelAstOptimizer.OptimizationResult
- newGlobalCall(String, CelExpr...) - Method in class dev.cel.common.ast.CelExprFactory
-
Creates a global (free) function call
CelExprfor the given function and arguments. - newGlobalCall(String, CelMutableAst...) - Method in class dev.cel.optimizer.AstMutator
-
Constructs a new global call wrapped in an AST with the provided ASTs as its argument.
- newGlobalCall(String, Iterable<CelExpr>) - Method in class dev.cel.common.ast.CelExprFactory
-
Creates a global (free) function call
CelExprfor the given function and arguments. - newGlobalCall(String, Collection<CelMutableAst>) - Method in class dev.cel.optimizer.AstMutator
-
Constructs a new global call wrapped in an AST with the provided ASTs as its argument.
- 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
CelIdentDeclwith a givennameandtype. - newIdentifier(String) - Method in class dev.cel.common.ast.CelExprFactory
-
Creates an identifier
CelExprfor the given name. - newInstance() - Static method in class dev.cel.common.ast.CelExprFactory
- newInstance() - Static method in class dev.cel.common.CelMutableSource
- newInstance(long) - Static method in class dev.cel.optimizer.AstMutator
-
Returns a new instance of a AST mutator with the iteration limit set.
- newInstance(CelMutableExpr) - Static method in class dev.cel.common.ast.CelMutableExpr
-
Constructs a deep copy of the mutable expression.
- newInstance(CelOptions, CelDescriptorPool, DynamicProto) - Static method in class dev.cel.common.values.ProtoCelValueConverter
-
Constructs a new instance of ProtoCelValueConverter.
- newInstance(DynamicProto, CelOptions) - Static method in class dev.cel.common.values.ProtoMessageValueProvider
- newInstance(ConstantFoldingOptimizer.ConstantFoldingOptions) - Static method in class dev.cel.optimizer.optimizers.ConstantFoldingOptimizer
-
Returns a new instance of constant folding optimizer configured with the provided
ConstantFoldingOptimizer.ConstantFoldingOptions. - newInstance(SubexpressionOptimizer.SubexpressionOptimizerOptions) - Static method in class dev.cel.optimizer.optimizers.SubexpressionOptimizer
-
Returns a new instance of common subexpression elimination optimizer configured with the provided
SubexpressionOptimizer.SubexpressionOptimizerOptions. - newInstance(Iterable<String>) - Static method in class dev.cel.validator.validators.HomogeneousLiteralValidator
-
Construct a new instance of
HomogeneousLiteralValidator. - 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.
- newInstance(String...) - Static method in class dev.cel.validator.validators.HomogeneousLiteralValidator
-
Construct a new instance of
HomogeneousLiteralValidator. - newIntLiteral(long) - Method in class dev.cel.common.ast.CelExprFactory
-
Creates a new constant
CelExprfor an int value. - newList(CelExpr...) - Method in class dev.cel.common.ast.CelExprFactory
-
Creates a new list
CelExprcomprised of the elements. - newList(Iterable<CelExpr>) - Method in class dev.cel.common.ast.CelExprFactory
-
Creates a new list
CelExprcomprised of the elements. - newMap(CelExpr.CelMap.Entry...) - Method in class dev.cel.common.ast.CelExprFactory
-
Creates a new map
CelExprcomprised of the entries. - newMap(Iterable<CelExpr.CelMap.Entry>) - Method in class dev.cel.common.ast.CelExprFactory
-
Creates a new map
CelExprcomprised of the entries. - newMapEntry(CelExpr, CelExpr) - Method in class dev.cel.common.ast.CelExprFactory
-
Creates a new map
CelExpr.CelStruct.Entrycomprised of the given key and value. - newMemberCall(CelMutableAst, String, CelMutableAst...) - Method in class dev.cel.optimizer.AstMutator
-
Constructs a new member call wrapped in an AST the provided ASTs as its arguments.
- newMemberCall(CelMutableAst, String, Collection<CelMutableAst>) - Method in class dev.cel.optimizer.AstMutator
-
Constructs a new member call wrapped in an AST the provided ASTs as its arguments.
- 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
CelExprof 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
CelExprof 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.Entrycomprised 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.
- newParsedAst(CelExpr, CelSource) - Static method in class dev.cel.common.CelAbstractSyntaxTree
-
Constructs a new instance of CelAbstractSyntaxTree that represent a parsed expression.
- newReceiverCall(String, CelExpr, CelExpr...) - Method in class dev.cel.common.ast.CelExprFactory
-
Creates a receiver-style function call
CelExprfor 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
CelExprfor 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
CelExprfor 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
CelExprfor 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
CelExprfor a uint value. - newUnparser() - Static method in class dev.cel.parser.CelUnparserFactory
- newValue(String, Map<String, Object>) - Method in class dev.cel.common.values.CelValueProvider.CombinedCelValueProvider
- newValue(String, Map<String, Object>) - Method in interface dev.cel.common.values.CelValueProvider
-
Constructs a new struct value.
- newValue(String, Map<String, Object>) - Method in class dev.cel.common.values.ProtoMessageValueProvider
- newVarDeclaration(String, CelType) - Static method in class dev.cel.common.CelVarDecl
-
Create a new
CelVarDeclwith a givennameandtype. - newVarDecls() - Method in class dev.cel.optimizer.CelAstOptimizer.OptimizationResult
- 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.
- NONE - Static variable in class dev.cel.common.CelSourceLocation
- noOpListener() - Static method in interface dev.cel.runtime.CelEvaluationListener
-
Construct a listener that does nothing.
- NOT_EQUALS - dev.cel.parser.Operator
- NOT_EQUALS - dev.cel.runtime.CelStandardFunctions.StandardFunction
- NOT_EQUALS - dev.cel.runtime.CelStandardFunctions.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_SET - dev.cel.common.ast.CelConstant.Kind
- NOT_SET - dev.cel.common.ast.CelExpr.ExprKind.Kind
- NOT_STRICTLY_FALSE - dev.cel.parser.Operator
- notSet() - Method in class dev.cel.common.ast.CelConstant
- notSet() - Method in class dev.cel.common.ast.CelExpr.ExprKind
- 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 - dev.cel.expr.Type.TypeKindCase
- NULL - Static variable in class dev.cel.common.internal.Constants
- NULL_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Type
- NULL_FIELD_NUMBER - Static variable in class dev.cel.expr.Type
- NULL_TYPE - dev.cel.checker.CelStandardDeclarations.StandardIdentifier
- NULL_TYPE - dev.cel.common.types.CelKind
- NULL_TYPE - Static variable in class dev.cel.checker.Types
- NULL_TYPE - Static variable in class dev.cel.common.types.CelProtoTypes
- NULL_TYPE - Static variable in class dev.cel.common.types.CelV1AlphaTypes
- NULL_TYPE - Static variable in class dev.cel.common.types.SimpleType
- NULL_VALUE - com.google.api.expr.v1alpha1.Constant.ConstantKindCase
- NULL_VALUE - com.google.api.expr.v1alpha1.Value.KindCase
- NULL_VALUE - dev.cel.common.ast.CelConstant.Kind
- NULL_VALUE - dev.cel.expr.Constant.ConstantKindCase
- NULL_VALUE - dev.cel.expr.Value.KindCase
- NULL_VALUE - Static variable in class dev.cel.common.values.NullValue
-
Sentinel value for representing NULL.
- 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
- NULL_VALUE_FIELD_NUMBER - Static variable in class dev.cel.expr.Constant
- NULL_VALUE_FIELD_NUMBER - Static variable in class dev.cel.expr.Value
- NullableType - Class in dev.cel.common.types
-
Nullable types are a union type which indicate that the value is either the
targetTypeorSimpleType.NULL_TYPE - NullableType() - Constructor for class dev.cel.common.types.NullableType
- NullContext(CELParser.LiteralContext) - Constructor for class cel.parser.internal.CELParser.NullContext
- nullValue() - Method in class dev.cel.common.ast.CelConstant
- NullValue - Class in dev.cel.common.values
-
NullValue represents the value 'null' of 'null_type' according to the CEL specification.
- 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
- NUMERIC_OVERFLOW - dev.cel.common.CelErrorCode
-
Numeric overflow occurred due to arithmetic or conversions outside represented range.
- numericEquals(Number, Number) - Static method in class dev.cel.common.internal.ComparisonFunctions
-
Compare two numeric values of any type (double, int, uint) for equality.
O
- OBJECT_VALUE - com.google.api.expr.v1alpha1.Value.KindCase
- OBJECT_VALUE - dev.cel.expr.Value.KindCase
- OBJECT_VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Value
- OBJECT_VALUE_FIELD_NUMBER - Static variable in class dev.cel.expr.Value
- objectEquals(Object, Object, CelOptions) - Method in class dev.cel.runtime.RuntimeEquality
-
CEL implements homogeneous equality where two values are only comparable if they have the same type, otherwise an error is thrown.
- of(byte[]) - Static method in class dev.cel.common.values.CelByteString
- of(int, int) - Static method in class dev.cel.common.CelSourceLocation
- of(int, int) - Static method in class dev.cel.common.internal.Errors.SourceLocation
-
Create a new
SourceLocationfromlineandcolumn. - of(long, long) - Static method in class dev.cel.common.CelSource.Extension.Version
-
Create a new instance of Version with the provided major and minor values.
- of(DescriptorProtos.FieldDescriptorProto.Type) - Static method in class dev.cel.checker.DescriptorTypeProvider.TypeDef
-
Create a
TypeDeffor a primitive type. - of(CelMutableExpr, CelMutableSource) - Static method in class dev.cel.common.CelMutableAst
-
Constructs an instance of
CelMutableAstwith the mutable expression and its source builder. - of(CelReference, CelType) - Static method in class dev.cel.checker.ExprChecker.OverloadResolution
-
Deprecated.Construct a new
OverloadResolutionfrom areferenceandtype. - of(Converter<A, B>, Converter<B, A>) - Static method in class dev.cel.common.internal.BidiConverter
- of(Type) - Static method in class dev.cel.checker.TypeProvider.FieldType
-
Deprecated.Create a new
FieldTypeinstance from the providedtype. - of(Type, Type) - Static method in class dev.cel.checker.TypeProvider.ExtensionFieldType
-
Deprecated.
- of(String, Supplier<?>) - Static method in class dev.cel.runtime.Activation
-
Creates a binder which binds the given name to the supplier.
- of(String, ImmutableList<Class<?>>, CelFunctionOverload) - Static method in class dev.cel.runtime.CelResolvedOverload
-
Creates a new resolved overload from the given overload id, parameter types, and definition.
- of(String, FieldMask) - Static method in class dev.cel.checker.ProtoTypeMask
-
Construct a new
ProtoTypeMaskwith aFieldMaskindicating which fields should be visible to CEL expressions. - of(String, CelType) - Static method in class dev.cel.common.types.StructType.Field
- of(String, Class<?>[], CelFunctionOverload) - Static method in class dev.cel.runtime.CelResolvedOverload
-
Creates a new resolved overload from the given overload id, parameter types, and definition.
- of(String, Object) - Static method in class dev.cel.runtime.Activation
-
Creates a binder which binds the given name to the value.
- ofAllFields(String) - Static method in class dev.cel.checker.ProtoTypeMask
-
Construct a new
ProtoTypeMaskwhich exposes all fields in the giventypeNamefor use within CEL expressions. - ofAllFieldsHidden(String) - Static method in class dev.cel.checker.ProtoTypeMask
-
Construct a new
ProtoTypeMaskwhich hides all fields in the giventypeNamefor use within CEL expressions. - ofBool(boolean) - Static method in class dev.cel.runtime.CelAttribute.Qualifier
- ofCall(long, CelMutableExpr.CelMutableCall) - Static method in class dev.cel.common.ast.CelMutableExpr
- ofCall(long, Optional<CelExpr>, String, ImmutableList<CelExpr>) - Static method in class dev.cel.common.ast.CelExpr
- 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(long, String, CelExpr, String, CelExpr, CelExpr, CelExpr, CelExpr) - Static method in class dev.cel.common.ast.CelExpr
- ofConstant(long, CelConstant) - Static method in class dev.cel.common.ast.CelExpr
- 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.CelExpr
- ofIdent(long, String) - Static method in class dev.cel.common.ast.CelMutableExpr
- ofIdent(String) - Static method in class dev.cel.common.ast.CelMutableExpr
- ofInt(long) - Static method in class dev.cel.runtime.CelAttribute.Qualifier
- ofList(long, ImmutableList<CelExpr>, ImmutableList<Integer>) - Static method in class dev.cel.common.ast.CelExpr
- 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, ImmutableList<CelExpr.CelMap.Entry>) - Static method in class dev.cel.common.ast.CelExpr
- 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
- ofMapEntry(long, CelExpr, CelExpr, boolean) - Static method in class dev.cel.common.ast.CelExpr
- ofNotSet() - Static method in class dev.cel.common.ast.CelConstant
- ofNotSet() - Static method in class dev.cel.common.ast.CelMutableExpr
- ofNotSet(long) - Static method in class dev.cel.common.ast.CelExpr
- ofNotSet(long) - Static method in class dev.cel.common.ast.CelMutableExpr
- ofObjectValue(Object) - Static method in class dev.cel.common.ast.CelConstant
-
Converts the given Java object into a CelConstant value.
- ofSelect(long, CelExpr, String, boolean) - Static method in class dev.cel.common.ast.CelExpr
- 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
- ofString(String) - Static method in class dev.cel.runtime.CelAttribute.Qualifier
- ofStruct(long, CelMutableExpr.CelMutableStruct) - Static method in class dev.cel.common.ast.CelMutableExpr
- ofStruct(long, String, ImmutableList<CelExpr.CelStruct.Entry>) - Static method in class dev.cel.common.ast.CelExpr
- ofStruct(CelMutableExpr.CelMutableStruct) - Static method in class dev.cel.common.ast.CelMutableExpr
- ofStructEntry(long, String, CelExpr, boolean) - Static method in class dev.cel.common.ast.CelExpr
- ofUint(long) - Static method in class dev.cel.runtime.CelAttribute.Qualifier
-
Overload for integer literals.
- ofUint(UnsignedLong) - Static method in class dev.cel.runtime.CelAttribute.Qualifier
- ofValue(boolean) - Static method in class dev.cel.common.ast.CelConstant
- ofValue(double) - Static method in class dev.cel.common.ast.CelConstant
- ofValue(long) - Static method in class dev.cel.common.ast.CelConstant
- ofValue(UnsignedLong) - Static method in class dev.cel.common.ast.CelConstant
- ofValue(ByteString) - Static method in class dev.cel.common.ast.CelConstant
- ofValue(Duration) - Static method in class dev.cel.common.ast.CelConstant
-
Deprecated.Do not use. Duration is no longer built-in CEL type.
- ofValue(NullValue) - Static method in class dev.cel.common.ast.CelConstant
- ofValue(Timestamp) - Static method in class dev.cel.common.ast.CelConstant
-
Deprecated.Do not use. Timestamp is no longer built-in CEL type.
- ofValue(String) - Static method in class dev.cel.common.ast.CelConstant
- ofWildCard() - Static method in class dev.cel.runtime.CelAttribute.Qualifier
- OLD_IN - dev.cel.parser.Operator
-
Deprecated.
- OLD_NOT_STRICTLY_FALSE - dev.cel.parser.Operator
-
Deprecated.
- 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.IdentOrGlobalCallContext
- 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
- OPAQUE - dev.cel.common.types.CelKind
- OpaqueType - Class in dev.cel.common.types
-
An opaque type's properties may only be accessed via function calls associated with the type.
- OpaqueType() - Constructor for class dev.cel.common.types.OpaqueType
- OpaqueValue - Class in dev.cel.common.values
-
OpaqueValue is the value representation of OpaqueType.
- OpaqueValue() - Constructor for class dev.cel.common.values.OpaqueValue
- open - Variable in class cel.parser.internal.CELParser.MemberCallContext
- operand() - Method in class dev.cel.common.ast.CelExpr.CelSelect.Builder
- operand() - Method in class dev.cel.common.ast.CelExpr.CelSelect
- operand() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableSelect
- operand() - Method in interface dev.cel.common.ast.Expression.Select
-
Required.
- OPERAND_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.Select
- OPERAND_FIELD_NUMBER - Static variable in class dev.cel.expr.Expr.Select
- Operator - Enum in dev.cel.parser
-
Package-private enumeration of Common Expression Language operators.
- 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
- OptimizationResult() - Constructor for class dev.cel.optimizer.CelAstOptimizer.OptimizationResult
- optimize(CelAbstractSyntaxTree) - Method in interface dev.cel.optimizer.CelOptimizer
-
Performs custom optimization of the provided AST.
- optimize(CelAbstractSyntaxTree, Cel) - Method in interface dev.cel.optimizer.CelAstOptimizer
-
Optimizes a single AST.
- optimize(CelAbstractSyntaxTree, Cel) - Method in class dev.cel.optimizer.optimizers.ConstantFoldingOptimizer
- optimize(CelAbstractSyntaxTree, Cel) - Method in class dev.cel.optimizer.optimizers.SubexpressionOptimizer
- optimizedAst() - Method in class dev.cel.optimizer.CelAstOptimizer.OptimizationResult
- OPTIONAL - dev.cel.runtime.CelStandardFunctions.StandardFunction
- OPTIONAL_ENTRY_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- OPTIONAL_ENTRY_FIELD_NUMBER - Static variable in class dev.cel.expr.Expr.CreateStruct.Entry
- OPTIONAL_INDEX - dev.cel.parser.Operator
- OPTIONAL_INDICES_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.CreateList
- OPTIONAL_INDICES_FIELD_NUMBER - Static variable in class dev.cel.expr.Expr.CreateList
- OPTIONAL_LIST_INDEX_INT - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.OptionalValue
- OPTIONAL_LIST_OPTINDEX_OPTIONAL_INT - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.OptionalValue
- OPTIONAL_MAP_INDEX_VALUE - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.OptionalValue
- OPTIONAL_MAP_OPTINDEX_OPTIONAL_VALUE - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.OptionalValue
- OPTIONAL_NONE - dev.cel.extensions.CelOptionalLibrary.Function
- OPTIONAL_OF - dev.cel.extensions.CelOptionalLibrary.Function
- OPTIONAL_OF_NON_ZERO_VALUE - dev.cel.extensions.CelOptionalLibrary.Function
- OPTIONAL_SELECT - dev.cel.parser.Operator
- OPTIONAL_UNWRAP - dev.cel.extensions.CelOptionalLibrary.Function
- optionalEntry() - Method in class dev.cel.common.ast.CelExpr.CelMap.Entry
- optionalEntry() - Method in class dev.cel.common.ast.CelExpr.CelStruct.Entry
- optionalEntry() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableMap.Entry
- optionalEntry() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableStruct.Entry
- optionalEntry() - Method in interface dev.cel.common.ast.Expression.Map.Entry
- optionalEntry() - Method in interface dev.cel.common.ast.Expression.Struct.Entry
-
Whether the key-value pair is optional.
- optionalIndices() - Method in class dev.cel.common.ast.CelExpr.CelList
- optionalIndices() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableList
- optionalIndices() - Method in interface dev.cel.common.ast.Expression.List
-
The indices within the elements list which are marked as optional elements.
- OptionalType - Class in dev.cel.common.types
-
OptionalType is an opaque type that that represents an optional value.
- OptionalType() - Constructor for class dev.cel.common.types.OptionalType
- OptionalValue<E extends CelValue> - Class in dev.cel.common.values
-
First-class support for CEL optionals.
- OptionalValue() - Constructor for class dev.cel.common.values.OptionalValue
- OR - dev.cel.extensions.CelOptionalLibrary.Function
- OR_VALUE - dev.cel.extensions.CelOptionalLibrary.Function
- 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
- OVERLOAD_ID_FIELD_NUMBER - Static variable in class dev.cel.expr.Decl.FunctionDecl.Overload
- OVERLOAD_ID_FIELD_NUMBER - Static variable in class dev.cel.expr.Reference
- OVERLOAD_NOT_FOUND - dev.cel.common.CelErrorCode
-
Function defined, but no matching overload found.
- overloadId() - Method in class dev.cel.common.CelOverloadDecl
-
Required.
- overloadIds() - Method in class dev.cel.common.ast.CelReference
- 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
- OVERLOADS_FIELD_NUMBER - Static variable in class dev.cel.expr.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
- PARAMETER_TYPES_FIELD_NUMBER - Static variable in class dev.cel.expr.Type.AbstractType
- parameters() - Method in class dev.cel.common.types.CelType
-
Return the type parameters.
- parameters() - Method in class dev.cel.common.types.ListType
- parameters() - Method in class dev.cel.common.types.MapType
- parameters() - Method in class dev.cel.common.types.OpaqueType
- parameters() - Method in class dev.cel.common.types.OptionalType
- parameters() - Method in class dev.cel.common.types.TypeType
- 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
- PARAMS_FIELD_NUMBER - Static variable in class dev.cel.expr.Decl.FunctionDecl.Overload
- parent() - Method in class dev.cel.common.navigation.CelNavigableExpr
- parent() - Method in class dev.cel.common.navigation.CelNavigableMutableExpr
- parse(CelSource) - Method in class dev.cel.compiler.CelCompilerImpl
- parse(CelSource) - Method in interface dev.cel.parser.CelParser
-
Parse the input
expressionand return aCelValidationResult. - parse(CelSource) - Method in class dev.cel.parser.CelParserImpl
- parse(String) - Method in interface dev.cel.parser.CelParser
-
Parse the input
expressionand return aCelValidationResult. - parse(String, String) - Method in class dev.cel.compiler.CelCompilerImpl
- parse(String, String) - Method in interface dev.cel.parser.CelParser
-
Parse the input
expressionand return aCelValidationResult. - parse(String, String) - Method in class dev.cel.parser.CelParserImpl
- parseBytes(String) - Static method in class dev.cel.common.internal.Constants
- 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
- 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) - Static method in class dev.cel.expr.CheckedExpr
- parseDelimitedFrom(InputStream) - Static method in class dev.cel.expr.Constant
- parseDelimitedFrom(InputStream) - Static method in class dev.cel.expr.Decl.FunctionDecl.Overload
- parseDelimitedFrom(InputStream) - Static method in class dev.cel.expr.Decl.FunctionDecl
- parseDelimitedFrom(InputStream) - Static method in class dev.cel.expr.Decl.IdentDecl
- parseDelimitedFrom(InputStream) - Static method in class dev.cel.expr.Decl
- parseDelimitedFrom(InputStream) - Static method in class dev.cel.expr.EnumValue
- parseDelimitedFrom(InputStream) - Static method in class dev.cel.expr.ErrorSet
- parseDelimitedFrom(InputStream) - Static method in class dev.cel.expr.EvalState
- parseDelimitedFrom(InputStream) - Static method in class dev.cel.expr.EvalState.Result
- parseDelimitedFrom(InputStream) - Static method in class dev.cel.expr.Explain.ExprStep
-
Deprecated.
- parseDelimitedFrom(InputStream) - Static method in class dev.cel.expr.Explain
-
Deprecated.
- parseDelimitedFrom(InputStream) - Static method in class dev.cel.expr.Expr.Call
- parseDelimitedFrom(InputStream) - Static method in class dev.cel.expr.Expr.Comprehension
- parseDelimitedFrom(InputStream) - Static method in class dev.cel.expr.Expr.CreateList
- parseDelimitedFrom(InputStream) - Static method in class dev.cel.expr.Expr.CreateStruct.Entry
- parseDelimitedFrom(InputStream) - Static method in class dev.cel.expr.Expr.CreateStruct
- parseDelimitedFrom(InputStream) - Static method in class dev.cel.expr.Expr.Ident
- parseDelimitedFrom(InputStream) - Static method in class dev.cel.expr.Expr
- parseDelimitedFrom(InputStream) - Static method in class dev.cel.expr.Expr.Select
- parseDelimitedFrom(InputStream) - Static method in class dev.cel.expr.ExprValue
- parseDelimitedFrom(InputStream) - Static method in class dev.cel.expr.ListValue
- parseDelimitedFrom(InputStream) - Static method in class dev.cel.expr.MapValue.Entry
- parseDelimitedFrom(InputStream) - Static method in class dev.cel.expr.MapValue
- parseDelimitedFrom(InputStream) - Static method in class dev.cel.expr.ParsedExpr
- parseDelimitedFrom(InputStream) - Static method in class dev.cel.expr.Reference
- parseDelimitedFrom(InputStream) - Static method in class dev.cel.expr.SourceInfo.Extension
- parseDelimitedFrom(InputStream) - Static method in class dev.cel.expr.SourceInfo.Extension.Version
- parseDelimitedFrom(InputStream) - Static method in class dev.cel.expr.SourceInfo
- parseDelimitedFrom(InputStream) - Static method in class dev.cel.expr.Type.AbstractType
- parseDelimitedFrom(InputStream) - Static method in class dev.cel.expr.Type.FunctionType
- parseDelimitedFrom(InputStream) - Static method in class dev.cel.expr.Type.ListType
- parseDelimitedFrom(InputStream) - Static method in class dev.cel.expr.Type.MapType
- parseDelimitedFrom(InputStream) - Static method in class dev.cel.expr.Type
- parseDelimitedFrom(InputStream) - Static method in class dev.cel.expr.UnknownSet
- parseDelimitedFrom(InputStream) - Static method in class dev.cel.expr.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
- 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
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.CheckedExpr
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Constant
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Decl.FunctionDecl.Overload
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Decl.FunctionDecl
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Decl.IdentDecl
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Decl
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.EnumValue
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.ErrorSet
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.EvalState
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.EvalState.Result
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Explain.ExprStep
-
Deprecated.
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Explain
-
Deprecated.
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Expr.Call
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Expr.Comprehension
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Expr.CreateList
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Expr.CreateStruct.Entry
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Expr.CreateStruct
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Expr.Ident
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Expr
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Expr.Select
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.ExprValue
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.ListValue
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.MapValue.Entry
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.MapValue
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.ParsedExpr
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Reference
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.SourceInfo.Extension
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.SourceInfo.Extension.Version
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.SourceInfo
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Type.AbstractType
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Type.FunctionType
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Type.ListType
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Type.MapType
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Type
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.UnknownSet
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Value
- ParsedExpr - Class in com.google.api.expr.v1alpha1
-
An expression together with source information as returned by the parser.
- ParsedExpr - Class in dev.cel.expr
-
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.
- ParsedExpr.Builder - Class in dev.cel.expr
-
An expression together with source information as returned by the parser.
- ParsedExprOrBuilder - Interface in com.google.api.expr.v1alpha1
- ParsedExprOrBuilder - Interface in dev.cel.expr
- parseDouble(String) - Static method in class dev.cel.common.internal.Constants
- 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
- 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[]) - Static method in class dev.cel.expr.CheckedExpr
- parseFrom(byte[]) - Static method in class dev.cel.expr.Constant
- parseFrom(byte[]) - Static method in class dev.cel.expr.Decl.FunctionDecl.Overload
- parseFrom(byte[]) - Static method in class dev.cel.expr.Decl.FunctionDecl
- parseFrom(byte[]) - Static method in class dev.cel.expr.Decl.IdentDecl
- parseFrom(byte[]) - Static method in class dev.cel.expr.Decl
- parseFrom(byte[]) - Static method in class dev.cel.expr.EnumValue
- parseFrom(byte[]) - Static method in class dev.cel.expr.ErrorSet
- parseFrom(byte[]) - Static method in class dev.cel.expr.EvalState
- parseFrom(byte[]) - Static method in class dev.cel.expr.EvalState.Result
- parseFrom(byte[]) - Static method in class dev.cel.expr.Explain.ExprStep
-
Deprecated.
- parseFrom(byte[]) - Static method in class dev.cel.expr.Explain
-
Deprecated.
- parseFrom(byte[]) - Static method in class dev.cel.expr.Expr.Call
- parseFrom(byte[]) - Static method in class dev.cel.expr.Expr.Comprehension
- parseFrom(byte[]) - Static method in class dev.cel.expr.Expr.CreateList
- parseFrom(byte[]) - Static method in class dev.cel.expr.Expr.CreateStruct.Entry
- parseFrom(byte[]) - Static method in class dev.cel.expr.Expr.CreateStruct
- parseFrom(byte[]) - Static method in class dev.cel.expr.Expr.Ident
- parseFrom(byte[]) - Static method in class dev.cel.expr.Expr
- parseFrom(byte[]) - Static method in class dev.cel.expr.Expr.Select
- parseFrom(byte[]) - Static method in class dev.cel.expr.ExprValue
- parseFrom(byte[]) - Static method in class dev.cel.expr.ListValue
- parseFrom(byte[]) - Static method in class dev.cel.expr.MapValue.Entry
- parseFrom(byte[]) - Static method in class dev.cel.expr.MapValue
- parseFrom(byte[]) - Static method in class dev.cel.expr.ParsedExpr
- parseFrom(byte[]) - Static method in class dev.cel.expr.Reference
- parseFrom(byte[]) - Static method in class dev.cel.expr.SourceInfo.Extension
- parseFrom(byte[]) - Static method in class dev.cel.expr.SourceInfo.Extension.Version
- parseFrom(byte[]) - Static method in class dev.cel.expr.SourceInfo
- parseFrom(byte[]) - Static method in class dev.cel.expr.Type.AbstractType
- parseFrom(byte[]) - Static method in class dev.cel.expr.Type.FunctionType
- parseFrom(byte[]) - Static method in class dev.cel.expr.Type.ListType
- parseFrom(byte[]) - Static method in class dev.cel.expr.Type.MapType
- parseFrom(byte[]) - Static method in class dev.cel.expr.Type
- parseFrom(byte[]) - Static method in class dev.cel.expr.UnknownSet
- parseFrom(byte[]) - Static method in class dev.cel.expr.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
- 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(byte[], ExtensionRegistryLite) - Static method in class dev.cel.expr.CheckedExpr
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.cel.expr.Constant
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.cel.expr.Decl.FunctionDecl.Overload
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.cel.expr.Decl.FunctionDecl
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.cel.expr.Decl.IdentDecl
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.cel.expr.Decl
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.cel.expr.EnumValue
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.cel.expr.ErrorSet
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.cel.expr.EvalState
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.cel.expr.EvalState.Result
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.cel.expr.Explain.ExprStep
-
Deprecated.
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.cel.expr.Explain
-
Deprecated.
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.cel.expr.Expr.Call
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.cel.expr.Expr.Comprehension
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.cel.expr.Expr.CreateList
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.cel.expr.Expr.CreateStruct.Entry
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.cel.expr.Expr.CreateStruct
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.cel.expr.Expr.Ident
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.cel.expr.Expr
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.cel.expr.Expr.Select
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.cel.expr.ExprValue
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.cel.expr.ListValue
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.cel.expr.MapValue.Entry
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.cel.expr.MapValue
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.cel.expr.ParsedExpr
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.cel.expr.Reference
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.cel.expr.SourceInfo.Extension
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.cel.expr.SourceInfo.Extension.Version
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.cel.expr.SourceInfo
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.cel.expr.Type.AbstractType
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.cel.expr.Type.FunctionType
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.cel.expr.Type.ListType
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.cel.expr.Type.MapType
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.cel.expr.Type
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.cel.expr.UnknownSet
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.cel.expr.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
- 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) - Static method in class dev.cel.expr.CheckedExpr
- parseFrom(ByteString) - Static method in class dev.cel.expr.Constant
- parseFrom(ByteString) - Static method in class dev.cel.expr.Decl.FunctionDecl.Overload
- parseFrom(ByteString) - Static method in class dev.cel.expr.Decl.FunctionDecl
- parseFrom(ByteString) - Static method in class dev.cel.expr.Decl.IdentDecl
- parseFrom(ByteString) - Static method in class dev.cel.expr.Decl
- parseFrom(ByteString) - Static method in class dev.cel.expr.EnumValue
- parseFrom(ByteString) - Static method in class dev.cel.expr.ErrorSet
- parseFrom(ByteString) - Static method in class dev.cel.expr.EvalState
- parseFrom(ByteString) - Static method in class dev.cel.expr.EvalState.Result
- parseFrom(ByteString) - Static method in class dev.cel.expr.Explain.ExprStep
-
Deprecated.
- parseFrom(ByteString) - Static method in class dev.cel.expr.Explain
-
Deprecated.
- parseFrom(ByteString) - Static method in class dev.cel.expr.Expr.Call
- parseFrom(ByteString) - Static method in class dev.cel.expr.Expr.Comprehension
- parseFrom(ByteString) - Static method in class dev.cel.expr.Expr.CreateList
- parseFrom(ByteString) - Static method in class dev.cel.expr.Expr.CreateStruct.Entry
- parseFrom(ByteString) - Static method in class dev.cel.expr.Expr.CreateStruct
- parseFrom(ByteString) - Static method in class dev.cel.expr.Expr.Ident
- parseFrom(ByteString) - Static method in class dev.cel.expr.Expr
- parseFrom(ByteString) - Static method in class dev.cel.expr.Expr.Select
- parseFrom(ByteString) - Static method in class dev.cel.expr.ExprValue
- parseFrom(ByteString) - Static method in class dev.cel.expr.ListValue
- parseFrom(ByteString) - Static method in class dev.cel.expr.MapValue.Entry
- parseFrom(ByteString) - Static method in class dev.cel.expr.MapValue
- parseFrom(ByteString) - Static method in class dev.cel.expr.ParsedExpr
- parseFrom(ByteString) - Static method in class dev.cel.expr.Reference
- parseFrom(ByteString) - Static method in class dev.cel.expr.SourceInfo.Extension
- parseFrom(ByteString) - Static method in class dev.cel.expr.SourceInfo.Extension.Version
- parseFrom(ByteString) - Static method in class dev.cel.expr.SourceInfo
- parseFrom(ByteString) - Static method in class dev.cel.expr.Type.AbstractType
- parseFrom(ByteString) - Static method in class dev.cel.expr.Type.FunctionType
- parseFrom(ByteString) - Static method in class dev.cel.expr.Type.ListType
- parseFrom(ByteString) - Static method in class dev.cel.expr.Type.MapType
- parseFrom(ByteString) - Static method in class dev.cel.expr.Type
- parseFrom(ByteString) - Static method in class dev.cel.expr.UnknownSet
- parseFrom(ByteString) - Static method in class dev.cel.expr.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
- 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(ByteString, ExtensionRegistryLite) - Static method in class dev.cel.expr.CheckedExpr
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.cel.expr.Constant
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.cel.expr.Decl.FunctionDecl.Overload
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.cel.expr.Decl.FunctionDecl
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.cel.expr.Decl.IdentDecl
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.cel.expr.Decl
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.cel.expr.EnumValue
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.cel.expr.ErrorSet
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.cel.expr.EvalState
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.cel.expr.EvalState.Result
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.cel.expr.Explain.ExprStep
-
Deprecated.
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.cel.expr.Explain
-
Deprecated.
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.cel.expr.Expr.Call
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.cel.expr.Expr.Comprehension
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.cel.expr.Expr.CreateList
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.cel.expr.Expr.CreateStruct.Entry
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.cel.expr.Expr.CreateStruct
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.cel.expr.Expr.Ident
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.cel.expr.Expr
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.cel.expr.Expr.Select
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.cel.expr.ExprValue
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.cel.expr.ListValue
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.cel.expr.MapValue.Entry
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.cel.expr.MapValue
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.cel.expr.ParsedExpr
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.cel.expr.Reference
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.cel.expr.SourceInfo.Extension
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.cel.expr.SourceInfo.Extension.Version
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.cel.expr.SourceInfo
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.cel.expr.Type.AbstractType
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.cel.expr.Type.FunctionType
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.cel.expr.Type.ListType
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.cel.expr.Type.MapType
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.cel.expr.Type
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.cel.expr.UnknownSet
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.cel.expr.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
- 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) - Static method in class dev.cel.expr.CheckedExpr
- parseFrom(CodedInputStream) - Static method in class dev.cel.expr.Constant
- parseFrom(CodedInputStream) - Static method in class dev.cel.expr.Decl.FunctionDecl.Overload
- parseFrom(CodedInputStream) - Static method in class dev.cel.expr.Decl.FunctionDecl
- parseFrom(CodedInputStream) - Static method in class dev.cel.expr.Decl.IdentDecl
- parseFrom(CodedInputStream) - Static method in class dev.cel.expr.Decl
- parseFrom(CodedInputStream) - Static method in class dev.cel.expr.EnumValue
- parseFrom(CodedInputStream) - Static method in class dev.cel.expr.ErrorSet
- parseFrom(CodedInputStream) - Static method in class dev.cel.expr.EvalState
- parseFrom(CodedInputStream) - Static method in class dev.cel.expr.EvalState.Result
- parseFrom(CodedInputStream) - Static method in class dev.cel.expr.Explain.ExprStep
-
Deprecated.
- parseFrom(CodedInputStream) - Static method in class dev.cel.expr.Explain
-
Deprecated.
- parseFrom(CodedInputStream) - Static method in class dev.cel.expr.Expr.Call
- parseFrom(CodedInputStream) - Static method in class dev.cel.expr.Expr.Comprehension
- parseFrom(CodedInputStream) - Static method in class dev.cel.expr.Expr.CreateList
- parseFrom(CodedInputStream) - Static method in class dev.cel.expr.Expr.CreateStruct.Entry
- parseFrom(CodedInputStream) - Static method in class dev.cel.expr.Expr.CreateStruct
- parseFrom(CodedInputStream) - Static method in class dev.cel.expr.Expr.Ident
- parseFrom(CodedInputStream) - Static method in class dev.cel.expr.Expr
- parseFrom(CodedInputStream) - Static method in class dev.cel.expr.Expr.Select
- parseFrom(CodedInputStream) - Static method in class dev.cel.expr.ExprValue
- parseFrom(CodedInputStream) - Static method in class dev.cel.expr.ListValue
- parseFrom(CodedInputStream) - Static method in class dev.cel.expr.MapValue.Entry
- parseFrom(CodedInputStream) - Static method in class dev.cel.expr.MapValue
- parseFrom(CodedInputStream) - Static method in class dev.cel.expr.ParsedExpr
- parseFrom(CodedInputStream) - Static method in class dev.cel.expr.Reference
- parseFrom(CodedInputStream) - Static method in class dev.cel.expr.SourceInfo.Extension
- parseFrom(CodedInputStream) - Static method in class dev.cel.expr.SourceInfo.Extension.Version
- parseFrom(CodedInputStream) - Static method in class dev.cel.expr.SourceInfo
- parseFrom(CodedInputStream) - Static method in class dev.cel.expr.Type.AbstractType
- parseFrom(CodedInputStream) - Static method in class dev.cel.expr.Type.FunctionType
- parseFrom(CodedInputStream) - Static method in class dev.cel.expr.Type.ListType
- parseFrom(CodedInputStream) - Static method in class dev.cel.expr.Type.MapType
- parseFrom(CodedInputStream) - Static method in class dev.cel.expr.Type
- parseFrom(CodedInputStream) - Static method in class dev.cel.expr.UnknownSet
- parseFrom(CodedInputStream) - Static method in class dev.cel.expr.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
- 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(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.CheckedExpr
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Constant
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Decl.FunctionDecl.Overload
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Decl.FunctionDecl
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Decl.IdentDecl
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Decl
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.EnumValue
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.ErrorSet
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.EvalState
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.EvalState.Result
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Explain.ExprStep
-
Deprecated.
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Explain
-
Deprecated.
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Expr.Call
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Expr.Comprehension
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Expr.CreateList
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Expr.CreateStruct.Entry
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Expr.CreateStruct
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Expr.Ident
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Expr
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Expr.Select
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.ExprValue
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.ListValue
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.MapValue.Entry
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.MapValue
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.ParsedExpr
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Reference
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.SourceInfo.Extension
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.SourceInfo.Extension.Version
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.SourceInfo
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Type.AbstractType
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Type.FunctionType
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Type.ListType
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Type.MapType
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Type
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.UnknownSet
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.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
- 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) - Static method in class dev.cel.expr.CheckedExpr
- parseFrom(InputStream) - Static method in class dev.cel.expr.Constant
- parseFrom(InputStream) - Static method in class dev.cel.expr.Decl.FunctionDecl.Overload
- parseFrom(InputStream) - Static method in class dev.cel.expr.Decl.FunctionDecl
- parseFrom(InputStream) - Static method in class dev.cel.expr.Decl.IdentDecl
- parseFrom(InputStream) - Static method in class dev.cel.expr.Decl
- parseFrom(InputStream) - Static method in class dev.cel.expr.EnumValue
- parseFrom(InputStream) - Static method in class dev.cel.expr.ErrorSet
- parseFrom(InputStream) - Static method in class dev.cel.expr.EvalState
- parseFrom(InputStream) - Static method in class dev.cel.expr.EvalState.Result
- parseFrom(InputStream) - Static method in class dev.cel.expr.Explain.ExprStep
-
Deprecated.
- parseFrom(InputStream) - Static method in class dev.cel.expr.Explain
-
Deprecated.
- parseFrom(InputStream) - Static method in class dev.cel.expr.Expr.Call
- parseFrom(InputStream) - Static method in class dev.cel.expr.Expr.Comprehension
- parseFrom(InputStream) - Static method in class dev.cel.expr.Expr.CreateList
- parseFrom(InputStream) - Static method in class dev.cel.expr.Expr.CreateStruct.Entry
- parseFrom(InputStream) - Static method in class dev.cel.expr.Expr.CreateStruct
- parseFrom(InputStream) - Static method in class dev.cel.expr.Expr.Ident
- parseFrom(InputStream) - Static method in class dev.cel.expr.Expr
- parseFrom(InputStream) - Static method in class dev.cel.expr.Expr.Select
- parseFrom(InputStream) - Static method in class dev.cel.expr.ExprValue
- parseFrom(InputStream) - Static method in class dev.cel.expr.ListValue
- parseFrom(InputStream) - Static method in class dev.cel.expr.MapValue.Entry
- parseFrom(InputStream) - Static method in class dev.cel.expr.MapValue
- parseFrom(InputStream) - Static method in class dev.cel.expr.ParsedExpr
- parseFrom(InputStream) - Static method in class dev.cel.expr.Reference
- parseFrom(InputStream) - Static method in class dev.cel.expr.SourceInfo.Extension
- parseFrom(InputStream) - Static method in class dev.cel.expr.SourceInfo.Extension.Version
- parseFrom(InputStream) - Static method in class dev.cel.expr.SourceInfo
- parseFrom(InputStream) - Static method in class dev.cel.expr.Type.AbstractType
- parseFrom(InputStream) - Static method in class dev.cel.expr.Type.FunctionType
- parseFrom(InputStream) - Static method in class dev.cel.expr.Type.ListType
- parseFrom(InputStream) - Static method in class dev.cel.expr.Type.MapType
- parseFrom(InputStream) - Static method in class dev.cel.expr.Type
- parseFrom(InputStream) - Static method in class dev.cel.expr.UnknownSet
- parseFrom(InputStream) - Static method in class dev.cel.expr.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
- 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(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.CheckedExpr
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Constant
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Decl.FunctionDecl.Overload
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Decl.FunctionDecl
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Decl.IdentDecl
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Decl
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.EnumValue
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.ErrorSet
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.EvalState
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.EvalState.Result
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Explain.ExprStep
-
Deprecated.
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Explain
-
Deprecated.
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Expr.Call
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Expr.Comprehension
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Expr.CreateList
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Expr.CreateStruct.Entry
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Expr.CreateStruct
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Expr.Ident
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Expr
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Expr.Select
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.ExprValue
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.ListValue
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.MapValue.Entry
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.MapValue
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.ParsedExpr
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Reference
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.SourceInfo.Extension
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.SourceInfo.Extension.Version
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.SourceInfo
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Type.AbstractType
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Type.FunctionType
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Type.ListType
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Type.MapType
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.Type
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.UnknownSet
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.cel.expr.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
- 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) - Static method in class dev.cel.expr.CheckedExpr
- parseFrom(ByteBuffer) - Static method in class dev.cel.expr.Constant
- parseFrom(ByteBuffer) - Static method in class dev.cel.expr.Decl.FunctionDecl.Overload
- parseFrom(ByteBuffer) - Static method in class dev.cel.expr.Decl.FunctionDecl
- parseFrom(ByteBuffer) - Static method in class dev.cel.expr.Decl.IdentDecl
- parseFrom(ByteBuffer) - Static method in class dev.cel.expr.Decl
- parseFrom(ByteBuffer) - Static method in class dev.cel.expr.EnumValue
- parseFrom(ByteBuffer) - Static method in class dev.cel.expr.ErrorSet
- parseFrom(ByteBuffer) - Static method in class dev.cel.expr.EvalState
- parseFrom(ByteBuffer) - Static method in class dev.cel.expr.EvalState.Result
- parseFrom(ByteBuffer) - Static method in class dev.cel.expr.Explain.ExprStep
-
Deprecated.
- parseFrom(ByteBuffer) - Static method in class dev.cel.expr.Explain
-
Deprecated.
- parseFrom(ByteBuffer) - Static method in class dev.cel.expr.Expr.Call
- parseFrom(ByteBuffer) - Static method in class dev.cel.expr.Expr.Comprehension
- parseFrom(ByteBuffer) - Static method in class dev.cel.expr.Expr.CreateList
- parseFrom(ByteBuffer) - Static method in class dev.cel.expr.Expr.CreateStruct.Entry
- parseFrom(ByteBuffer) - Static method in class dev.cel.expr.Expr.CreateStruct
- parseFrom(ByteBuffer) - Static method in class dev.cel.expr.Expr.Ident
- parseFrom(ByteBuffer) - Static method in class dev.cel.expr.Expr
- parseFrom(ByteBuffer) - Static method in class dev.cel.expr.Expr.Select
- parseFrom(ByteBuffer) - Static method in class dev.cel.expr.ExprValue
- parseFrom(ByteBuffer) - Static method in class dev.cel.expr.ListValue
- parseFrom(ByteBuffer) - Static method in class dev.cel.expr.MapValue.Entry
- parseFrom(ByteBuffer) - Static method in class dev.cel.expr.MapValue
- parseFrom(ByteBuffer) - Static method in class dev.cel.expr.ParsedExpr
- parseFrom(ByteBuffer) - Static method in class dev.cel.expr.Reference
- parseFrom(ByteBuffer) - Static method in class dev.cel.expr.SourceInfo.Extension
- parseFrom(ByteBuffer) - Static method in class dev.cel.expr.SourceInfo.Extension.Version
- parseFrom(ByteBuffer) - Static method in class dev.cel.expr.SourceInfo
- parseFrom(ByteBuffer) - Static method in class dev.cel.expr.Type.AbstractType
- parseFrom(ByteBuffer) - Static method in class dev.cel.expr.Type.FunctionType
- parseFrom(ByteBuffer) - Static method in class dev.cel.expr.Type.ListType
- parseFrom(ByteBuffer) - Static method in class dev.cel.expr.Type.MapType
- parseFrom(ByteBuffer) - Static method in class dev.cel.expr.Type
- parseFrom(ByteBuffer) - Static method in class dev.cel.expr.UnknownSet
- parseFrom(ByteBuffer) - Static method in class dev.cel.expr.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
- 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
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.cel.expr.CheckedExpr
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.cel.expr.Constant
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.cel.expr.Decl.FunctionDecl.Overload
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.cel.expr.Decl.FunctionDecl
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.cel.expr.Decl.IdentDecl
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.cel.expr.Decl
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.cel.expr.EnumValue
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.cel.expr.ErrorSet
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.cel.expr.EvalState
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.cel.expr.EvalState.Result
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.cel.expr.Explain.ExprStep
-
Deprecated.
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.cel.expr.Explain
-
Deprecated.
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.cel.expr.Expr.Call
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.cel.expr.Expr.Comprehension
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.cel.expr.Expr.CreateList
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.cel.expr.Expr.CreateStruct.Entry
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.cel.expr.Expr.CreateStruct
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.cel.expr.Expr.Ident
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.cel.expr.Expr
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.cel.expr.Expr.Select
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.cel.expr.ExprValue
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.cel.expr.ListValue
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.cel.expr.MapValue.Entry
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.cel.expr.MapValue
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.cel.expr.ParsedExpr
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.cel.expr.Reference
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.cel.expr.SourceInfo.Extension
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.cel.expr.SourceInfo.Extension.Version
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.cel.expr.SourceInfo
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.cel.expr.Type.AbstractType
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.cel.expr.Type.FunctionType
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.cel.expr.Type.ListType
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.cel.expr.Type.MapType
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.cel.expr.Type
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.cel.expr.UnknownSet
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.cel.expr.Value
- parseInt(String) - Static method in class dev.cel.common.internal.Constants
- 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
- 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
- parser() - Static method in class dev.cel.expr.CheckedExpr
- parser() - Static method in class dev.cel.expr.Constant
- parser() - Static method in class dev.cel.expr.Decl.FunctionDecl.Overload
- parser() - Static method in class dev.cel.expr.Decl.FunctionDecl
- parser() - Static method in class dev.cel.expr.Decl.IdentDecl
- parser() - Static method in class dev.cel.expr.Decl
- parser() - Static method in class dev.cel.expr.EnumValue
- parser() - Static method in class dev.cel.expr.ErrorSet
- parser() - Static method in class dev.cel.expr.EvalState
- parser() - Static method in class dev.cel.expr.EvalState.Result
- parser() - Static method in class dev.cel.expr.Explain.ExprStep
-
Deprecated.
- parser() - Static method in class dev.cel.expr.Explain
-
Deprecated.
- parser() - Static method in class dev.cel.expr.Expr.Call
- parser() - Static method in class dev.cel.expr.Expr.Comprehension
- parser() - Static method in class dev.cel.expr.Expr.CreateList
- parser() - Static method in class dev.cel.expr.Expr.CreateStruct.Entry
- parser() - Static method in class dev.cel.expr.Expr.CreateStruct
- parser() - Static method in class dev.cel.expr.Expr.Ident
- parser() - Static method in class dev.cel.expr.Expr
- parser() - Static method in class dev.cel.expr.Expr.Select
- parser() - Static method in class dev.cel.expr.ExprValue
- parser() - Static method in class dev.cel.expr.ListValue
- parser() - Static method in class dev.cel.expr.MapValue.Entry
- parser() - Static method in class dev.cel.expr.MapValue
- parser() - Static method in class dev.cel.expr.ParsedExpr
- parser() - Static method in class dev.cel.expr.Reference
- parser() - Static method in class dev.cel.expr.SourceInfo.Extension
- parser() - Static method in class dev.cel.expr.SourceInfo.Extension.Version
- parser() - Static method in class dev.cel.expr.SourceInfo
- parser() - Static method in class dev.cel.expr.Type.AbstractType
- parser() - Static method in class dev.cel.expr.Type.FunctionType
- parser() - Static method in class dev.cel.expr.Type.ListType
- parser() - Static method in class dev.cel.expr.Type.MapType
- parser() - Static method in class dev.cel.expr.Type
- parser() - Static method in class dev.cel.expr.UnknownSet
- parser() - Static method in class dev.cel.expr.Value
- parseString(String) - Static method in class dev.cel.common.internal.Constants
- parseUint(String) - Static method in class dev.cel.common.internal.Constants
- 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
- POPULATE_MACRO_CALLS - dev.cel.common.ExprFeatures
-
Deprecated.Populate macro_calls map in source_info with macro calls parsed from the expression.
- populateMacroCalls() - Method in class dev.cel.common.CelOptions
- populateMacroCalls() - Method in class dev.cel.optimizer.optimizers.SubexpressionOptimizer.SubexpressionOptimizerOptions
- populateMacroCalls(boolean) - Method in class dev.cel.common.CelOptions.Builder
-
Populate macro_calls map in source_info with macro calls parsed from the expression.
- populateMacroCalls(boolean) - Method in class dev.cel.optimizer.optimizers.SubexpressionOptimizer.SubexpressionOptimizerOptions.Builder
-
Populate the macro_calls map in source_info with macro calls on the resulting optimized AST.
- 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
- POSITIONS_FIELD_NUMBER - Static variable in class dev.cel.expr.SourceInfo
- POST_ORDER - dev.cel.common.navigation.TraversalOrder
- PRE_ORDER - dev.cel.common.navigation.TraversalOrder
- 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 - dev.cel.expr.Type.TypeKindCase
- PRIMITIVE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Type
- PRIMITIVE_FIELD_NUMBER - Static variable in class dev.cel.expr.Type
- PRIMITIVE_TYPE_UNSPECIFIED - com.google.api.expr.v1alpha1.Type.PrimitiveType
-
Unspecified type.
- PRIMITIVE_TYPE_UNSPECIFIED - dev.cel.expr.Type.PrimitiveType
-
Unspecified type.
- PRIMITIVE_TYPE_UNSPECIFIED_VALUE - Static variable in enum com.google.api.expr.v1alpha1.Type.PrimitiveType
-
Unspecified type.
- PRIMITIVE_TYPE_UNSPECIFIED_VALUE - Static variable in enum dev.cel.expr.Type.PrimitiveType
-
Unspecified type.
- Program() - Constructor for class dev.cel.runtime.CelRuntime.Program
- PROTO_DIFFERENCER_EQUALITY - dev.cel.common.ExprFeatures
-
Deprecated.Enable proto differencer based equality for messages.
- ProtoAdapter - Class in dev.cel.common.internal
-
The
ProtoAdapterutilities handle conversion between native Java objects which represent CEL values and well-known protobuf counterparts. - ProtoAdapter(DynamicProto, boolean) - Constructor for class dev.cel.common.internal.ProtoAdapter
- ProtoCelValueConverter - Class in dev.cel.common.values
-
CelValueConverterhandles bidirectional conversion between native Java and protobuf objects toCelValue. - ProtoEquality - Class in dev.cel.common.internal
-
The
ProtoEqualityimplementation is an alternative to theMessage.equals(java.lang.Object)implementation that is consistent with the C++MessageDifferencer::Equalsdefinition. - ProtoEquality(DynamicProto) - Constructor for class dev.cel.common.internal.ProtoEquality
- ProtoMessageFactory - Interface in dev.cel.common.internal
-
ProtoMessageFactoryprovides a method to create a protobuf builder objects by name. - ProtoMessageFactory.CombinedMessageFactory - Class in dev.cel.common.internal
-
The
ProtoMessageFactory.CombinedMessageFactorytakes one or moreProtoMessageFactoryinstances and attempts to create aMessage.Builderinstance for a given message name by calling each message factory in the order that they are provided to the constructor. - ProtoMessageType - Class in dev.cel.common.types
-
The
ProtoMessageTypeis aStructTypewith support for protoExtensions and field masks. - ProtoMessageType.Extension - Class in dev.cel.common.types
-
Extensioncontains the name, type, and target message type of the extension. - ProtoMessageTypeProvider - Class in dev.cel.common.types
-
The
ProtoMessageTypeProviderimplements theCelTypeProviderinterface to provideCelTypeobjects for the core CEL types and a list of protobuf message types. - ProtoMessageTypeProvider() - Constructor for class dev.cel.common.types.ProtoMessageTypeProvider
- ProtoMessageTypeProvider(ImmutableSet<Descriptors.FileDescriptor>) - Constructor for class dev.cel.common.types.ProtoMessageTypeProvider
- ProtoMessageTypeProvider(DescriptorProtos.FileDescriptorSet) - Constructor for class dev.cel.common.types.ProtoMessageTypeProvider
- ProtoMessageTypeProvider(CelDescriptors) - Constructor for class dev.cel.common.types.ProtoMessageTypeProvider
- ProtoMessageTypeProvider(Iterable<Descriptors.Descriptor>) - Constructor for class dev.cel.common.types.ProtoMessageTypeProvider
- ProtoMessageValue - Class in dev.cel.common.values
-
ProtoMessageValue is a struct value with protobuf support.
- ProtoMessageValue() - Constructor for class dev.cel.common.values.ProtoMessageValue
- ProtoMessageValueProvider - Class in dev.cel.common.values
-
ProtoMessageValueProviderconstructs new instances of a protobuf message given its fully qualified name and its fields to populate. - protos() - Static method in class dev.cel.extensions.CelExtensions
-
Extended macros for proto manipulation.
- protoType() - Method in class dev.cel.checker.DescriptorTypeProvider.TypeDef
-
The proto-based type enum for the type.
- ProtoTypeMask - Class in dev.cel.checker
-
ProtoTypeMaskdescribes 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
ProtoTypeMaskTypeProviderbinds a set ofProtoTypeMaskinstances to type definitions and ensures that only fields which have been explicitly listed by the set ofProtoTypeMaskvalues is exposed within the CEL type system. - put(K, V) - Method in class dev.cel.common.values.MapValue
-
Deprecated.Unsupported operation.
- putAll(Map<? extends K, ? extends V>) - Method in class dev.cel.common.values.MapValue
-
Deprecated.Unsupported operation.
- 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.
- putAllMacroCalls(Map<Long, Expr>) - Method in class dev.cel.expr.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.
- putAllPositions(Map<Long, Integer>) - Method in class dev.cel.expr.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.
- putAllReferenceMap(Map<Long, Reference>) - Method in class dev.cel.expr.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.
- putAllTypeMap(Map<Long, Type>) - Method in class dev.cel.expr.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. - putIfAbsent(K, V) - Method in class dev.cel.common.values.MapValue
-
Deprecated.Unsupported operation.
- 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.
- putMacroCalls(long, Expr) - Method in class dev.cel.expr.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.
- putMacroCallsBuilderIfAbsent(long) - Method in class dev.cel.expr.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.
- putPositions(long, int) - Method in class dev.cel.expr.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.
- putReferenceMap(long, Reference) - Method in class dev.cel.expr.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.
- putReferenceMapBuilderIfAbsent(long) - Method in class dev.cel.expr.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.
- putTypeMap(long, Type) - Method in class dev.cel.expr.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.
- putTypeMapBuilderIfAbsent(long) - Method in class dev.cel.expr.CheckedExpr.Builder
-
A map from expression ids to types.
Q
- Qualifier() - Constructor for class dev.cel.runtime.CelAttribute.Qualifier
- qualifiers() - Method in class dev.cel.runtime.CelAttribute
-
The list of qualifiers representing the select path for this attribute.
- qualifiers() - Method in class dev.cel.runtime.CelAttributePattern
-
The list of qualifiers representing the select paths this pattern matches.
- qualify(CelAttribute.Qualifier) - Method in class dev.cel.runtime.CelAttribute
-
Creates a new attribute that is more qualified (has an additional select or index operation) than the receiver.
- qualify(CelAttribute.Qualifier) - Method in class dev.cel.runtime.CelAttributePattern
-
Create a new attribute pattern that specifies a subfield of this pattern.
- 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
Referenceto the declaration name and overload id. - Reference - Class in com.google.api.expr.v1alpha1
-
Describes a resolved reference to a declaration.
- Reference - Class in dev.cel.expr
-
Describes a resolved reference to a declaration.
- REFERENCE_MAP_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.CheckedExpr
- REFERENCE_MAP_FIELD_NUMBER - Static variable in class dev.cel.expr.CheckedExpr
- Reference.Builder - Class in com.google.api.expr.v1alpha1
-
Describes a resolved reference to a declaration.
- Reference.Builder - Class in dev.cel.expr
-
Describes a resolved reference to a declaration.
- ReferenceOrBuilder - Interface in com.google.api.expr.v1alpha1
- ReferenceOrBuilder - Interface in dev.cel.expr
- REGEX_PARTIAL_MATCH - dev.cel.common.ExprFeatures
-
Deprecated.Treat regex
matchescalls as substring (unanchored) match patterns. - RegexLiteralValidator - Class in dev.cel.validator.validators
-
RegexLiteralValidator ensures that regex patterns are valid.
- 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(ExtensionRegistry) - Static method in class dev.cel.expr.DeclProto
- registerAllExtensions(ExtensionRegistry) - Static method in class dev.cel.expr.EvalProto
- registerAllExtensions(ExtensionRegistry) - Static method in class dev.cel.expr.ExplainProto
- registerAllExtensions(ExtensionRegistry) - Static method in class dev.cel.expr.SyntaxProto
- registerAllExtensions(ExtensionRegistry) - Static method in class dev.cel.expr.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
- registerAllExtensions(ExtensionRegistryLite) - Static method in class dev.cel.expr.DeclProto
- registerAllExtensions(ExtensionRegistryLite) - Static method in class dev.cel.expr.EvalProto
- registerAllExtensions(ExtensionRegistryLite) - Static method in class dev.cel.expr.ExplainProto
- registerAllExtensions(ExtensionRegistryLite) - Static method in class dev.cel.expr.SyntaxProto
- registerAllExtensions(ExtensionRegistryLite) - Static method in class dev.cel.expr.ValueProto
- Registrar - Interface in dev.cel.runtime
-
An object which registers the functions that a
Dispatchercalls. - Registrar.BinaryFunction<T1,T2> - Interface in dev.cel.runtime
-
Helper interface for describing binary functions where the type parameters are used to improve compile-time correctness of function bindings.
- Registrar.Function - Interface in dev.cel.runtime
-
Interface describing the general signature of all CEL custom function implementations.
- Registrar.UnaryFunction<T> - Interface in dev.cel.runtime
-
Helper interface for describing unary functions where the type-parameter is used to improve compile-time correctness of function bindings.
- 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
- remove(int) - Method in class dev.cel.common.values.ListValue
-
Deprecated.Unsupported operation.
- remove(Object) - Method in class dev.cel.common.values.ListValue
-
Deprecated.Unsupported operation.
- remove(Object) - Method in class dev.cel.common.values.MapValue
-
Deprecated.Unsupported operation.
- remove(Object, Object) - Method in class dev.cel.common.values.MapValue
-
Deprecated.Unsupported operation.
- removeAll(Collection<?>) - Method in class dev.cel.common.values.ListValue
-
Deprecated.Unsupported operation.
- removeArgs(int) - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
-
The arguments.
- removeArgs(int) - Method in class dev.cel.expr.Expr.Call.Builder
-
The arguments.
- removeArgTypes(int) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
-
Argument types of the function.
- removeArgTypes(int) - Method in class dev.cel.expr.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.
- removeElements(int) - Method in class dev.cel.expr.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.
- removeEntries(int) - Method in class dev.cel.expr.Expr.CreateStruct.Builder
-
The entries in the creation expression.
- removeEntries(int) - Method in class dev.cel.expr.MapValue.Builder
-
The set of map entries.
- removeErrors(int) - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
-
The errors in the set.
- removeErrors(int) - Method in class dev.cel.expr.ErrorSet.Builder
-
repeated .google.rpc.Status errors = 1; - removeExprSteps(int) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.List of steps.
- removeExprSteps(int) - Method in class dev.cel.expr.Explain.Builder
-
Deprecated.List of steps.
- removeExtensions(int) - Method in class dev.cel.expr.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.
- removeMacroCalls(long) - Method in class dev.cel.expr.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.
- removeOverloads(int) - Method in class dev.cel.expr.Decl.FunctionDecl.Builder
-
Required.
- removeParameterTypes(int) - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
-
Parameter types for this abstract type.
- removeParameterTypes(int) - Method in class dev.cel.expr.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.
- removeParams(int) - Method in class dev.cel.expr.Decl.FunctionDecl.Overload.Builder
-
List of function parameter [Type][cel.expr.Type] values.
- removePositions(long) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
A map from the parse node id (e.g.
- removePositions(long) - Method in class dev.cel.common.CelSource.Builder
- removePositions(long) - Method in class dev.cel.expr.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.
- removeReferenceMap(long) - Method in class dev.cel.expr.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.
- removeResults(int) - Method in class dev.cel.expr.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.
- removeTypeMap(long) - Method in class dev.cel.expr.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.
- removeValues(int) - Method in class dev.cel.expr.EvalState.Builder
-
The unique values referenced in this message.
- removeValues(int) - Method in class dev.cel.expr.Explain.Builder
-
Deprecated.All of the observed values.
- removeValues(int) - Method in class dev.cel.expr.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.
- renumberIdsConsecutively(CelMutableAst) - Method in class dev.cel.optimizer.AstMutator
-
Renumbers all the expr IDs in the given AST in a consecutive manner starting from 1.
- repeated() - Method in class dev.cel.checker.DescriptorTypeProvider.FieldDef
-
The field is repeated if it is a list or map type.
- replace(K, V) - Method in class dev.cel.common.values.MapValue
-
Deprecated.Unsupported operation.
- replace(K, V, V) - Method in class dev.cel.common.values.MapValue
-
Deprecated.Unsupported operation.
- REPLACE - dev.cel.extensions.CelStringExtensions.Function
- replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class dev.cel.common.values.MapValue
-
Deprecated.Unsupported operation.
- replaceAll(UnaryOperator<E>) - Method in class dev.cel.common.values.ListValue
-
Deprecated.Unsupported operation.
- replaceSubtree(CelMutableExpr, CelMutableExpr, long) - Method in class dev.cel.optimizer.AstMutator
-
Replaces a subtree in the given expression node.
- replaceSubtree(CelMutableAst, CelMutableExpr, long) - Method in class dev.cel.optimizer.AstMutator
-
Replaces a subtree in the given AST.
- replaceSubtree(CelMutableAst, CelMutableAst, long) - Method in class dev.cel.optimizer.AstMutator
-
Replaces a subtree in the given AST.
- replaceSubtree(CelNavigableMutableAst, CelNavigableMutableAst, long) - Method in class dev.cel.optimizer.AstMutator
-
Replaces a subtree in the given AST.
- replaceSubtreeWithNewBindMacro(CelMutableAst, String, CelMutableExpr, CelMutableExpr, long, boolean) - Method in class dev.cel.optimizer.AstMutator
- replaceSubtreeWithNewBindMacro(CelMutableAst, String, CelMutableAst, CelMutableExpr, long, boolean) - Method in class dev.cel.optimizer.AstMutator
-
Generates a new bind macro using the provided initialization and result expression, then replaces the subtree using the new bind expr at the designated expr ID.
- reportError(int, String, Object...) - Method in class dev.cel.checker.Env
-
Reports an error.
- reportError(int, String, Object...) - Method in class dev.cel.common.internal.Errors
-
Reports an error.
- reportError(CelIssue) - Method in class dev.cel.parser.CelMacroExprFactory
- reportError(String) - Method in class dev.cel.parser.CelMacroExprFactory
- reportError(String, Object...) - Method in class dev.cel.parser.CelMacroExprFactory
- RESERVED_IDS - dev.cel.common.ExprFeatures
-
Deprecated.Check for use of reserved identifiers during parsing.
- resetTypeAndRefMaps() - Method in class dev.cel.checker.Env
-
Reset type and ref maps.
- resolve(CelAttribute) - Method in interface dev.cel.runtime.CelAttributeResolver
-
Attempts to resolve an attribute exactly.
- resolve(String) - Method in class dev.cel.runtime.Activation
-
Resolves the given name to its value.
- resolve(String) - Method in interface dev.cel.runtime.GlobalResolver
-
Resolves the given name to its value.
- ResolvedOverload - Interface in dev.cel.runtime
-
Representation of a function overload which has been resolved to a specific set of argument types and a function definition.
- resolveTypeDependencies() - Method in class dev.cel.common.CelOptions
- resolveTypeDependencies(boolean) - Method in class dev.cel.common.CelOptions.Builder
-
Enable or disable the resolution of
Descriptortype dependencies as part of the CEL environment setup. - result() - Method in class dev.cel.common.ast.CelExpr.CelComprehension.Builder
- result() - Method in class dev.cel.common.ast.CelExpr.CelComprehension
- result() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableComprehension
- result() - Method in interface dev.cel.common.ast.Expression.Comprehension
-
An expression which can contain accu_var.
- 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_FIELD_NUMBER - Static variable in class dev.cel.expr.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
- RESULT_TYPE_FIELD_NUMBER - Static variable in class dev.cel.expr.Decl.FunctionDecl.Overload
- RESULT_TYPE_FIELD_NUMBER - Static variable in class dev.cel.expr.Type.FunctionType
- resultName() - Method in class dev.cel.optimizer.AstMutator.MangledComprehensionName
-
Mangled name for comprehension result
- RESULTS_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.EvalState
- RESULTS_FIELD_NUMBER - Static variable in class dev.cel.expr.EvalState
- resultType() - Method in class dev.cel.common.CelOverloadDecl.Builder
- resultType() - Method in class dev.cel.common.CelOverloadDecl
-
Required.
- resultType() - Method in class dev.cel.optimizer.AstMutator.MangledComprehensionType
-
Type of comprehension result
- RETAIN_REPEATED_UNARY_OPERATORS - dev.cel.common.ExprFeatures
-
Deprecated.Retain all invocations of unary '-' and '!' that occur in source in the abstract syntax.
- RETAIN_UNBALANCED_LOGICAL_EXPRESSIONS - dev.cel.common.ExprFeatures
-
Deprecated.Retain the original grouping of logical connectives '&&' and '||' without attempting to rebalance them in the abstract syntax.
- retainAll(Collection<?>) - Method in class dev.cel.common.values.ListValue
-
Deprecated.Unsupported operation.
- retainRepeatedUnaryOperators() - Method in class dev.cel.common.CelOptions
- retainRepeatedUnaryOperators(boolean) - Method in class dev.cel.common.CelOptions.Builder
-
Retain all invocations of unary '-' and '!' that occur in source in the abstract syntax.
- retainUnbalancedLogicalExpressions() - Method in class dev.cel.common.CelOptions
- retainUnbalancedLogicalExpressions(boolean) - Method in class dev.cel.common.CelOptions.Builder
-
Retain the original grouping of logical connectives '&&' and '||' without attempting to rebalance them in the abstract syntax.
- reverse() - Method in class dev.cel.common.internal.BidiConverter
-
Return a
BidiConverterwith the converter references reversed. - 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.IdentOrGlobalCallContext
- 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_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
- RuntimeEquality - Class in dev.cel.runtime
-
CEL Library Internals.
- RuntimeEquality(DynamicProto) - Constructor for class dev.cel.runtime.RuntimeEquality
- RuntimeHelpers - Class in dev.cel.runtime
-
Helper methods for common CEL related routines.
- RuntimeTypeProvider - Interface in dev.cel.runtime
-
The
RuntimeTypeProvideris a combination of theMessageProviderandTypeResolverinterfaces. - RuntimeTypeProviderLegacyImpl - Class in dev.cel.runtime
-
Bridge between the old RuntimeTypeProvider and CelValueProvider APIs.
- RuntimeTypeProviderLegacyImpl(CelOptions, CelValueProvider, CelDescriptorPool, DynamicProto) - Constructor for class dev.cel.runtime.RuntimeTypeProviderLegacyImpl
- RuntimeUnknownResolver - Class in dev.cel.runtime
-
Runtime representation of the current state in an iterative evaluation session.
- RuntimeUnknownResolver.Builder - Class in dev.cel.runtime
-
Builder for
RuntimeUnknownResolver.
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
- SAFE_RECURSE_LIMIT - Static variable in class dev.cel.common.internal.DefaultInstanceMessageFactory
- SafeStringFormatter - Class in dev.cel.common.internal
-
SafeStringFormatteris a wrapper around JDK'sString.format(java.lang.String, java.lang.Object...). - 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.CelExpr.Builder
-
Gets the underlying select expression.
- select() - Method in class dev.cel.common.ast.CelExpr.ExprKind
- select() - Method in class dev.cel.common.ast.CelExpr
-
Gets the underlying select expression.
- select() - Method in class dev.cel.common.ast.CelMutableExpr
- select() - Method in interface dev.cel.common.ast.Expression
-
Gets the underlying select expression.
- select(CelValue) - Method in class dev.cel.common.values.OptionalValue
-
Optional field selection on maps or structs.
- select(StringValue) - Method in class dev.cel.common.values.ProtoMessageValue
- select(K) - Method in class dev.cel.common.values.MapValue
- select(T) - Method in interface dev.cel.common.values.SelectableValue
-
Performs field selection.
- SELECT - dev.cel.common.ast.CelExpr.ExprKind.Kind
- SELECT_EXPR - com.google.api.expr.v1alpha1.Expr.ExprKindCase
- SELECT_EXPR - dev.cel.expr.Expr.ExprKindCase
- SELECT_EXPR_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr
- SELECT_EXPR_FIELD_NUMBER - Static variable in class dev.cel.expr.Expr
- SELECT_OPTIONAL_FIELD - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.OptionalValue
- SelectableValue<T extends CelValue> - Interface in dev.cel.common.values
-
SelectableValue is an interface for representing a value that supports field selection and presence tests.
- SelectContext(CELParser.MemberContext) - Constructor for class cel.parser.internal.CELParser.SelectContext
- selectField(Object, String) - Method in class dev.cel.runtime.DescriptorMessageProvider
- selectField(Object, String) - Method in interface dev.cel.runtime.MessageProvider
-
Select field from message.
- selectField(Object, String) - Method in class dev.cel.runtime.RuntimeTypeProviderLegacyImpl
- selectOrDefault() - Method in class dev.cel.common.ast.CelExpr
-
Gets the underlying select expression or a default instance of one if expression is not
CelExpr.ExprKind.Kind.SELECT. - sempred(RuleContext, int, int) - Method in class cel.parser.internal.CELParser
- set(int, E) - Method in class dev.cel.common.values.ListValue
-
Deprecated.Unsupported operation.
- 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.
- setAbstractType(Type.AbstractType) - Method in class dev.cel.expr.Type.Builder
-
Abstract, application defined type.
- setAbstractType(Type.AbstractType.Builder) - Method in class dev.cel.expr.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(CelExpr) - Method in class dev.cel.common.ast.CelExpr.CelComprehension.Builder
- setAccuInit(CelMutableExpr) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableComprehension
- setAccuInit(Expr) - Method in class dev.cel.expr.Expr.Comprehension.Builder
-
The initial value of the accumulator.
- setAccuInit(Expr.Builder) - Method in class dev.cel.expr.Expr.Comprehension.Builder
-
The initial value of the accumulator.
- 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.CelExpr.CelComprehension.Builder
- setAccuVar(String) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableComprehension
- setAccuVar(String) - Method in class dev.cel.expr.Expr.Comprehension.Builder
-
The name of the variable used for accumulation of the result.
- setAccuVarBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
The name of the variable used for accumulation of the result.
- setAccuVarBytes(ByteString) - Method in class dev.cel.expr.Expr.Comprehension.Builder
-
The name of the variable used for accumulation of the result.
- setAffectedComponents(int, SourceInfo.Extension.Component) - Method in class dev.cel.expr.SourceInfo.Extension.Builder
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- setAffectedComponentsValue(int, int) - Method in class dev.cel.expr.SourceInfo.Extension.Builder
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- setArg(int, CelExpr) - Method in class dev.cel.common.ast.CelExpr.CelCall.Builder
- 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(int, Expr) - Method in class dev.cel.expr.Expr.Call.Builder
-
The arguments.
- setArgs(int, Expr.Builder) - Method in class dev.cel.expr.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.
- setArgTypes(int, Type) - Method in class dev.cel.expr.Type.FunctionType.Builder
-
Argument types of the function.
- setArgTypes(int, Type.Builder) - Method in class dev.cel.expr.Type.FunctionType.Builder
-
Argument types of the function.
- setAttributeResolver(CelAttributeResolver) - Method in class dev.cel.runtime.RuntimeUnknownResolver.Builder
- 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.
- setBoolValue(boolean) - Method in class dev.cel.expr.Constant.Builder
-
boolean value.
- setBoolValue(boolean) - Method in class dev.cel.expr.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.
- setBytesValue(ByteString) - Method in class dev.cel.expr.Constant.Builder
-
bytes value.
- setBytesValue(ByteString) - Method in class dev.cel.expr.Value.Builder
-
Byte string value.
- setCall(CelExpr.CelCall) - Method in class dev.cel.common.ast.CelExpr.Builder
- 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.
- setCallExpr(Expr.Call) - Method in class dev.cel.expr.Expr.Builder
-
A call expression, including calls to predefined functions and operators.
- setCallExpr(Expr.Call.Builder) - Method in class dev.cel.expr.Expr.Builder
-
A call expression, including calls to predefined functions and operators.
- setCause(Throwable) - Method in class dev.cel.runtime.InterpreterException.Builder
- setCheckerOptions(CelCheckerBuilder) - Method in interface dev.cel.checker.CelCheckerLibrary
-
Configures the checker to support the library implementation, such as adding function bindings
- setCheckerOptions(CelCheckerBuilder) - Method in class dev.cel.extensions.CelEncoderExtensions
- setCheckerOptions(CelCheckerBuilder) - Method in class dev.cel.extensions.CelOptionalLibrary
- setCheckerOptions(CelCheckerBuilder) - Method in class dev.cel.extensions.CelSetsExtensions
- setCheckerOptions(CelCheckerBuilder) - Method in class dev.cel.extensions.CelStringExtensions
- 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(CelExpr.CelComprehension) - Method in class dev.cel.common.ast.CelExpr.Builder
- 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.
- setComprehensionExpr(Expr.Comprehension) - Method in class dev.cel.expr.Expr.Builder
-
A comprehension expression.
- setComprehensionExpr(Expr.Comprehension.Builder) - Method in class dev.cel.expr.Expr.Builder
-
A comprehension expression.
- setConstant(CelConstant) - Method in class dev.cel.checker.CelIdentDecl.Builder
- setConstant(CelConstant) - Method in class dev.cel.common.ast.CelExpr.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.
- setConstExpr(Constant) - Method in class dev.cel.expr.Expr.Builder
-
A constant expression.
- setConstExpr(Constant.Builder) - Method in class dev.cel.expr.Expr.Builder
-
A constant expression.
- setContainer(String) - Method in interface dev.cel.bundle.CelBuilder
-
Set the
containername to use as the namespace for resolving CEL expression variables and functions. - setContainer(String) - Method in interface dev.cel.checker.CelCheckerBuilder
-
Set the
containername to use as the namespace for resolving CEL expression variables and functions. - setContainer(String) - Method in class dev.cel.checker.CelCheckerLegacyImpl.Builder
- setContainer(String) - Method in interface dev.cel.compiler.CelCompilerBuilder
-
Set the
containername to use as the namespace for resolving CEL expression variables and functions. - setContainer(String) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
- setDepth(int) - Method in class dev.cel.common.navigation.CelNavigableExpr.Builder
- setDepth(int) - Method in class dev.cel.common.navigation.CelNavigableMutableExpr.Builder
- setDescription(String) - Method in class dev.cel.common.CelMutableSource
- setDescription(String) - Method in class dev.cel.common.CelSource.Builder
- 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
- setDoc(String) - Method in class dev.cel.expr.Decl.FunctionDecl.Overload.Builder
-
Documentation string for the overload.
- setDoc(String) - Method in class dev.cel.expr.Decl.IdentDecl.Builder
-
Documentation string for the identifier.
- 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.
- setDocBytes(ByteString) - Method in class dev.cel.expr.Decl.FunctionDecl.Overload.Builder
-
Documentation string for the overload.
- setDocBytes(ByteString) - Method in class dev.cel.expr.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.
- setDoubleValue(double) - Method in class dev.cel.expr.Constant.Builder
-
double value.
- setDoubleValue(double) - Method in class dev.cel.expr.Value.Builder
-
Floating point value.
- setDurationValue(Duration) - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
Deprecated.
- setDurationValue(Duration) - Method in class dev.cel.expr.Constant.Builder
-
Deprecated.
- setDurationValue(Duration.Builder) - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
Deprecated.
- setDurationValue(Duration.Builder) - Method in class dev.cel.expr.Constant.Builder
-
Deprecated.
- setDyn(Empty) - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Dynamic type.
- setDyn(Empty) - Method in class dev.cel.expr.Type.Builder
-
Dynamic type.
- setDyn(Empty.Builder) - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Dynamic type.
- setDyn(Empty.Builder) - Method in class dev.cel.expr.Type.Builder
-
Dynamic type.
- setElement(int, CelExpr) - Method in class dev.cel.common.ast.CelExpr.CelList.Builder
- 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.
- setElements(int, Expr) - Method in class dev.cel.expr.Expr.CreateList.Builder
-
The elements part of the list.
- setElements(int, Expr.Builder) - Method in class dev.cel.expr.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.
- setElemType(Type) - Method in class dev.cel.expr.Type.ListType.Builder
-
The element type.
- setElemType(Type.Builder) - Method in class dev.cel.expr.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(int, Expr.CreateStruct.Entry) - Method in class dev.cel.expr.Expr.CreateStruct.Builder
-
The entries in the creation expression.
- setEntries(int, Expr.CreateStruct.Entry.Builder) - Method in class dev.cel.expr.Expr.CreateStruct.Builder
-
The entries in the creation expression.
- setEntries(int, MapValue.Entry) - Method in class dev.cel.expr.MapValue.Builder
-
The set of map entries.
- setEntries(int, MapValue.Entry.Builder) - Method in class dev.cel.expr.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, CelExpr.CelMap.Entry) - Method in class dev.cel.common.ast.CelExpr.CelMap.Builder
- setEntry(int, CelExpr.CelStruct.Entry) - Method in class dev.cel.common.ast.CelExpr.CelStruct.Builder
- 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.
- setEnumValue(EnumValue) - Method in class dev.cel.expr.Value.Builder
-
An enum value.
- setEnumValue(EnumValue.Builder) - Method in class dev.cel.expr.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) - Method in class dev.cel.expr.Type.Builder
-
Error type.
- setError(Empty.Builder) - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Error type.
- setError(Empty.Builder) - Method in class dev.cel.expr.Type.Builder
-
Error type.
- setError(ErrorSet) - Method in class dev.cel.expr.ExprValue.Builder
-
The set of errors in the critical path of evaluation.
- setError(ErrorSet.Builder) - Method in class dev.cel.expr.ExprValue.Builder
-
The set of errors in the critical path of evaluation.
- setErrorCode(CelErrorCode) - Method in class dev.cel.runtime.InterpreterException.Builder
- setErrors(int, Status) - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
-
The errors in the set.
- setErrors(int, Status) - Method in class dev.cel.expr.ErrorSet.Builder
-
repeated .google.rpc.Status errors = 1; - setErrors(int, Status.Builder) - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
-
The errors in the set.
- setErrors(int, Status.Builder) - Method in class dev.cel.expr.ErrorSet.Builder
-
repeated .google.rpc.Status errors = 1; - setExpr(long) - Method in class com.google.api.expr.v1alpha1.EvalState.Result.Builder
-
The id of the expression this result if for.
- setExpr(long) - Method in class dev.cel.expr.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.
- setExpr(CelExpr) - Method in class dev.cel.common.navigation.CelNavigableExpr.Builder
- setExpr(CelMutableExpr) - Method in class dev.cel.common.navigation.CelNavigableMutableExpr.Builder
- setExpr(Expr) - Method in class dev.cel.expr.CheckedExpr.Builder
-
The checked expression.
- setExpr(Expr) - Method in class dev.cel.expr.ParsedExpr.Builder
-
The parsed expression.
- setExpr(Expr.Builder) - Method in class dev.cel.expr.CheckedExpr.Builder
-
The checked expression.
- setExpr(Expr.Builder) - Method in class dev.cel.expr.ParsedExpr.Builder
-
The parsed expression.
- setExprKind(CelExpr.ExprKind) - Method in class dev.cel.common.ast.CelExpr.Builder
- setExprs(int, long) - Method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
-
The ids of the expressions with unknown values.
- setExprs(int, long) - Method in class dev.cel.expr.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.
- setExprSteps(int, Explain.ExprStep) - Method in class dev.cel.expr.Explain.Builder
-
Deprecated.List of steps.
- setExprSteps(int, Explain.ExprStep.Builder) - Method in class dev.cel.expr.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.
- setExprVersion(String) - Method in class dev.cel.expr.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.
- setExprVersionBytes(ByteString) - Method in class dev.cel.expr.CheckedExpr.Builder
-
The expr version indicates the major / minor version number of the `expr` representation.
- setExtensionRegistry(ExtensionRegistry) - Method in interface dev.cel.bundle.CelBuilder
-
Sets a proto ExtensionRegistry to assist with unpacking Any messages containing a proto2 extension field.
- setExtensionRegistry(ExtensionRegistry) - Method in interface dev.cel.runtime.CelRuntimeBuilder
-
Sets a proto ExtensionRegistry to assist with unpacking Any messages containing a proto2 extension field.
- setExtensionRegistry(ExtensionRegistry) - Method in class dev.cel.runtime.CelRuntimeLegacyImpl.Builder
- setExtensions(int, SourceInfo.Extension) - Method in class dev.cel.expr.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 dev.cel.expr.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.CelExpr.CelSelect.Builder
- setField(String) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableSelect
- setField(String) - Method in class dev.cel.expr.Expr.Select.Builder
-
Required.
- setFieldBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
-
Required.
- setFieldBytes(ByteString) - Method in class dev.cel.expr.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.CelExpr.CelStruct.Entry.Builder
- setFieldKey(String) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableStruct.Entry
- setFieldKey(String) - Method in class dev.cel.expr.Expr.CreateStruct.Entry.Builder
-
The field key for a message creator statement.
- setFieldKeyBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
-
The field key for a message creator statement.
- setFieldKeyBytes(ByteString) - Method in class dev.cel.expr.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(Decl.FunctionDecl) - Method in class dev.cel.expr.Decl.Builder
-
Function declaration.
- setFunction(Decl.FunctionDecl.Builder) - Method in class dev.cel.expr.Decl.Builder
-
Function declaration.
- setFunction(Type.FunctionType) - Method in class dev.cel.expr.Type.Builder
-
Function type.
- setFunction(Type.FunctionType.Builder) - Method in class dev.cel.expr.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.CelExpr.CelCall.Builder
- setFunction(String) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableCall
- setFunction(String) - Method in class dev.cel.expr.Expr.Call.Builder
-
Required.
- setFunctionBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
-
Required.
- setFunctionBytes(ByteString) - Method in class dev.cel.expr.Expr.Call.Builder
-
Required.
- setHeight(int) - Method in class dev.cel.common.navigation.CelNavigableExpr.Builder
- setHeight(int) - Method in class dev.cel.common.navigation.CelNavigableMutableExpr.Builder
- 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.CelExpr.Builder
- setId(long) - Method in class dev.cel.common.ast.CelExpr.CelMap.Entry.Builder
- setId(long) - Method in class dev.cel.common.ast.CelExpr.CelStruct.Entry.Builder
- 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(long) - Method in class dev.cel.expr.Explain.ExprStep.Builder
-
Deprecated.ID of corresponding Expr node.
- setId(long) - Method in class dev.cel.expr.Expr.Builder
-
Required.
- setId(long) - Method in class dev.cel.expr.Expr.CreateStruct.Entry.Builder
-
Required.
- setId(String) - Method in class dev.cel.expr.SourceInfo.Extension.Builder
-
Identifier for the extension.
- setIdBytes(ByteString) - Method in class dev.cel.expr.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(CelExpr.CelIdent) - Method in class dev.cel.common.ast.CelExpr.Builder
- setIdent(CelMutableExpr.CelMutableIdent) - Method in class dev.cel.common.ast.CelMutableExpr
- setIdent(Decl.IdentDecl) - Method in class dev.cel.expr.Decl.Builder
-
Identifier declaration.
- setIdent(Decl.IdentDecl.Builder) - Method in class dev.cel.expr.Decl.Builder
-
Identifier declaration.
- 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.
- setIdentExpr(Expr.Ident) - Method in class dev.cel.expr.Expr.Builder
-
An identifier expression.
- setIdentExpr(Expr.Ident.Builder) - Method in class dev.cel.expr.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.
- setInt64Value(long) - Method in class dev.cel.expr.Constant.Builder
-
int64 value.
- setInt64Value(long) - Method in class dev.cel.expr.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(). - setIsInstanceFunction(boolean) - Method in class dev.cel.expr.Decl.FunctionDecl.Overload.Builder
-
Whether the function is to be used in a method call-style `x.f(...)` of a function call-style `f(x, ...)`.
- setIterRange(Expr) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
The range over which var iterates.
- setIterRange(Expr.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
The range over which var iterates.
- setIterRange(CelExpr) - Method in class dev.cel.common.ast.CelExpr.CelComprehension.Builder
- setIterRange(CelMutableExpr) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableComprehension
- setIterRange(Expr) - Method in class dev.cel.expr.Expr.Comprehension.Builder
-
The range over which the comprehension iterates.
- setIterRange(Expr.Builder) - Method in class dev.cel.expr.Expr.Comprehension.Builder
-
The range over which the comprehension iterates.
- setIterVar(String) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
The name of the iteration variable.
- setIterVar(String) - Method in class dev.cel.common.ast.CelExpr.CelComprehension.Builder
- setIterVar(String) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableComprehension
- setIterVar(String) - Method in class dev.cel.expr.Expr.Comprehension.Builder
-
The name of the first iteration variable.
- setIterVar2(String) - Method in class dev.cel.expr.Expr.Comprehension.Builder
-
The name of the second iteration variable, empty if not set.
- setIterVar2Bytes(ByteString) - Method in class dev.cel.expr.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 iteration variable.
- setIterVarBytes(ByteString) - Method in class dev.cel.expr.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(CelExpr) - Method in class dev.cel.common.ast.CelExpr.CelMap.Entry.Builder
- setKey(CelMutableExpr) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableMap.Entry
- setKey(Value) - Method in class dev.cel.expr.MapValue.Entry.Builder
-
The key.
- setKey(Value.Builder) - Method in class dev.cel.expr.MapValue.Entry.Builder
-
The key.
- 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.
- setKeyType(Type) - Method in class dev.cel.expr.Type.MapType.Builder
-
The type of the key.
- setKeyType(Type.Builder) - Method in class dev.cel.expr.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.
- setLineOffsets(int, int) - Method in class dev.cel.expr.SourceInfo.Builder
-
Monotonically increasing list of code point offsets where newlines `\n` appear.
- setList(CelExpr.CelList) - Method in class dev.cel.common.ast.CelExpr.Builder
- 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.
- setListExpr(Expr.CreateList) - Method in class dev.cel.expr.Expr.Builder
-
A list creation expression.
- setListExpr(Expr.CreateList.Builder) - Method in class dev.cel.expr.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.
- setListType(Type.ListType) - Method in class dev.cel.expr.Type.Builder
-
Parameterized list with elements of `list_type`, e.g.
- setListType(Type.ListType.Builder) - Method in class dev.cel.expr.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.
- setListValue(ListValue) - Method in class dev.cel.expr.Value.Builder
-
List value.
- setListValue(ListValue.Builder) - Method in class dev.cel.expr.Value.Builder
-
List value.
- setLocation(Metadata, long) - Method in class dev.cel.runtime.InterpreterException.Builder
- 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.
- setLocation(String) - Method in class dev.cel.expr.SourceInfo.Builder
-
The location name.
- 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.
- setLocationBytes(ByteString) - Method in class dev.cel.expr.SourceInfo.Builder
-
The location name.
- setLoopCondition(Expr) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
An expression which can contain iter_var and accu_var.
- setLoopCondition(Expr.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
An expression which can contain iter_var and accu_var.
- setLoopCondition(CelExpr) - Method in class dev.cel.common.ast.CelExpr.CelComprehension.Builder
- setLoopCondition(CelMutableExpr) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableComprehension
- setLoopCondition(Expr) - Method in class dev.cel.expr.Expr.Comprehension.Builder
-
An expression which can contain iter_var, iter_var2, and accu_var.
- setLoopCondition(Expr.Builder) - Method in class dev.cel.expr.Expr.Comprehension.Builder
-
An expression which can contain iter_var, iter_var2, and accu_var.
- setLoopStep(Expr) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
An expression which can contain iter_var and accu_var.
- setLoopStep(Expr.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
An expression which can contain iter_var and accu_var.
- setLoopStep(CelExpr) - Method in class dev.cel.common.ast.CelExpr.CelComprehension.Builder
- setLoopStep(CelMutableExpr) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableComprehension
- setLoopStep(Expr) - Method in class dev.cel.expr.Expr.Comprehension.Builder
-
An expression which can contain iter_var, iter_var2, and accu_var.
- setLoopStep(Expr.Builder) - Method in class dev.cel.expr.Expr.Comprehension.Builder
-
An expression which can contain iter_var, iter_var2, and accu_var.
- setMajor(long) - Method in class dev.cel.expr.SourceInfo.Extension.Version.Builder
-
Major version changes indicate different required support level from the required components.
- setMap(CelExpr.CelMap) - Method in class dev.cel.common.ast.CelExpr.Builder
- 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.
- setMapKey(Expr) - Method in class dev.cel.expr.Expr.CreateStruct.Entry.Builder
-
The key expression for a map creation statement.
- setMapKey(Expr.Builder) - Method in class dev.cel.expr.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.
- setMapType(Type.MapType) - Method in class dev.cel.expr.Type.Builder
-
Parameterized map with typed keys and values.
- setMapType(Type.MapType.Builder) - Method in class dev.cel.expr.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.
- setMapValue(MapValue) - Method in class dev.cel.expr.Value.Builder
-
Map value.
- setMapValue(MapValue.Builder) - Method in class dev.cel.expr.Value.Builder
-
Map value.
- setMaxId(long) - Method in class dev.cel.common.navigation.CelNavigableExpr.Builder
- setMaxId(long) - Method in class dev.cel.common.navigation.CelNavigableMutableExpr.Builder
- 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.CelExpr.CelStruct.Builder
- setMessageName(String) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableStruct
- setMessageName(String) - Method in class dev.cel.expr.Expr.CreateStruct.Builder
-
The type name of the message to be created, empty when creating map literals.
- 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.
- setMessageNameBytes(ByteString) - Method in class dev.cel.expr.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.
- setMessageType(String) - Method in class dev.cel.expr.Type.Builder
-
Protocol buffer message type.
- setMessageTypeBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Protocol buffer message type.
- setMessageTypeBytes(ByteString) - Method in class dev.cel.expr.Type.Builder
-
Protocol buffer message type.
- setMinor(long) - Method in class dev.cel.expr.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.CelExpr.CelIdent.Builder
- setName(String) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableIdent
- setName(String) - Method in class dev.cel.common.ast.CelReference.Builder
- setName(String) - Method in class dev.cel.common.CelFunctionDecl.Builder
-
Sets the function name
CelFunctionDecl.Builder.name() - setName(String) - Method in class dev.cel.expr.Decl.Builder
-
The fully qualified name of the declaration.
- setName(String) - Method in class dev.cel.expr.Expr.Ident.Builder
-
Required.
- setName(String) - Method in class dev.cel.expr.Reference.Builder
-
The fully qualified name of the declaration.
- setName(String) - Method in class dev.cel.expr.Type.AbstractType.Builder
-
The fully qualified name of this abstract type.
- 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.
- setNameBytes(ByteString) - Method in class dev.cel.expr.Decl.Builder
-
The fully qualified name of the declaration.
- setNameBytes(ByteString) - Method in class dev.cel.expr.Expr.Ident.Builder
-
Required.
- setNameBytes(ByteString) - Method in class dev.cel.expr.Reference.Builder
-
The fully qualified name of the declaration.
- setNameBytes(ByteString) - Method in class dev.cel.expr.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.
- setNull(NullValue) - Method in class dev.cel.expr.Type.Builder
-
Null value.
- setNullValue(int) - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Null value.
- setNullValue(int) - Method in class dev.cel.expr.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.
- setNullValue(NullValue) - Method in class dev.cel.expr.Constant.Builder
-
null value.
- setNullValue(NullValue) - Method in class dev.cel.expr.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.
- setNullValueValue(int) - Method in class dev.cel.expr.Constant.Builder
-
null value.
- setNullValueValue(int) - Method in class dev.cel.expr.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) - Method in class dev.cel.expr.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.
- setObjectValue(Any.Builder) - Method in class dev.cel.expr.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(CelExpr) - Method in class dev.cel.common.ast.CelExpr.CelSelect.Builder
- setOperand(CelMutableExpr) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableSelect
- setOperand(Expr) - Method in class dev.cel.expr.Expr.Select.Builder
-
Required.
- setOperand(Expr.Builder) - Method in class dev.cel.expr.Expr.Select.Builder
-
Required.
- 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.CelExpr.CelMap.Entry.Builder
- setOptionalEntry(boolean) - Method in class dev.cel.common.ast.CelExpr.CelStruct.Entry.Builder
- setOptionalEntry(boolean) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableMap.Entry
- setOptionalEntry(boolean) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableStruct.Entry
- setOptionalEntry(boolean) - Method in class dev.cel.expr.Expr.CreateStruct.Entry.Builder
-
Whether the key-value pair is optional.
- 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.
- setOptionalIndices(int, int) - Method in class dev.cel.expr.Expr.CreateList.Builder
-
The indices within the elements list which are marked as optional elements.
- setOptions(CelOptions) - Method in interface dev.cel.bundle.CelBuilder
-
Set the
CelOptionsused to enable fixes and feautres for this CEL instance. - setOptions(CelOptions) - Method in interface dev.cel.checker.CelCheckerBuilder
-
Set the
CelOptionsused 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
CelOptionsused 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
CelOptionsused to enable fixes within the parser. - setOptions(CelOptions) - Method in class dev.cel.parser.CelParserImpl.Builder
- setOptions(CelOptions) - Method in interface dev.cel.runtime.CelRuntimeBuilder
-
Set the
CelOptionsused to enable fixes and features for this CEL instance. - setOptions(CelOptions) - Method in class dev.cel.runtime.CelRuntimeLegacyImpl.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(int, String) - Method in class dev.cel.expr.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() - setOverloadId(String) - Method in class dev.cel.expr.Decl.FunctionDecl.Overload.Builder
-
Required.
- setOverloadIdBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
Required.
- setOverloadIdBytes(ByteString) - Method in class dev.cel.expr.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(int, Decl.FunctionDecl.Overload) - Method in class dev.cel.expr.Decl.FunctionDecl.Builder
-
Required.
- setOverloads(int, Decl.FunctionDecl.Overload.Builder) - Method in class dev.cel.expr.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(int, Type) - Method in class dev.cel.expr.Type.AbstractType.Builder
-
Parameter types for this abstract type.
- setParameterTypes(int, Type.Builder) - Method in class dev.cel.expr.Type.AbstractType.Builder
-
Parameter types for this abstract type.
- setParameterTypes(ImmutableList<CelType>) - Method in class dev.cel.common.CelOverloadDecl.Builder
-
Sets the parameter types
CelOverloadDecl.Builder.parameterTypes(). - 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.
- setParams(int, Type) - Method in class dev.cel.expr.Decl.FunctionDecl.Overload.Builder
-
List of function parameter [Type][cel.expr.Type] values.
- setParams(int, Type.Builder) - Method in class dev.cel.expr.Decl.FunctionDecl.Overload.Builder
-
List of function parameter [Type][cel.expr.Type] values.
- setParent(CelNavigableExpr) - Method in class dev.cel.common.navigation.CelNavigableExpr.Builder
- setParent(CelNavigableMutableExpr) - Method in class dev.cel.common.navigation.CelNavigableMutableExpr.Builder
- setParserOptions(CelParserBuilder) - Method in class dev.cel.extensions.CelOptionalLibrary
- 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'`.
- setPrimitive(Type.PrimitiveType) - Method in class dev.cel.expr.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'`.
- setPrimitiveValue(int) - Method in class dev.cel.expr.Type.Builder
-
Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.
- setProtoResultType(Type) - Method in interface dev.cel.bundle.CelBuilder
-
Set the expected
resultTypein proto format described in checked.proto for the type-checked expression. - setProtoResultType(Type) - Method in interface dev.cel.checker.CelCheckerBuilder
-
Set the expected
resultTypein 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
resultTypein proto format described in checked.proto for the type-checked expression. - setProtoResultType(Type) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
- setRef(CelExpr, CelReference) - Method in class dev.cel.checker.Env
-
Sets the reference associated with an expression.
- setResolver(GlobalResolver) - Method in class dev.cel.runtime.RuntimeUnknownResolver.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(CelExpr) - Method in class dev.cel.common.ast.CelExpr.CelComprehension.Builder
- setResult(CelMutableExpr) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableComprehension
- setResult(Expr) - Method in class dev.cel.expr.Expr.Comprehension.Builder
-
An expression which can contain accu_var.
- setResult(Expr.Builder) - Method in class dev.cel.expr.Expr.Comprehension.Builder
-
An expression which can contain accu_var.
- 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.
- setResults(int, EvalState.Result) - Method in class dev.cel.expr.EvalState.Builder
-
An ordered list of results.
- setResults(int, EvalState.Result.Builder) - Method in class dev.cel.expr.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.bundle.CelBuilder
-
Set the expected
resultTypefor the type-checked expression. - setResultType(CelType) - Method in interface dev.cel.checker.CelCheckerBuilder
-
Set the expected
resultTypefor the type-checked expression. - setResultType(CelType) - Method in class dev.cel.checker.CelCheckerLegacyImpl.Builder
- setResultType(CelType) - Method in class dev.cel.common.CelOverloadDecl.Builder
-
Sets the result type
CelOverloadDecl.Builder.resultType() - setResultType(CelType) - Method in interface dev.cel.compiler.CelCompilerBuilder
-
Set the expected
resultTypefor the type-checked expression. - setResultType(CelType) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
- setResultType(Type) - Method in class dev.cel.expr.Decl.FunctionDecl.Overload.Builder
-
Required.
- setResultType(Type) - Method in class dev.cel.expr.Type.FunctionType.Builder
-
Result type of the function.
- setResultType(Type.Builder) - Method in class dev.cel.expr.Decl.FunctionDecl.Overload.Builder
-
Required.
- setResultType(Type.Builder) - Method in class dev.cel.expr.Type.FunctionType.Builder
-
Result type of the function.
- setRuntimeOptions(CelRuntimeBuilder) - Method in class dev.cel.extensions.CelEncoderExtensions
- setRuntimeOptions(CelRuntimeBuilder) - Method in class dev.cel.extensions.CelOptionalLibrary
- setRuntimeOptions(CelRuntimeBuilder) - Method in class dev.cel.extensions.CelSetsExtensions
- setRuntimeOptions(CelRuntimeBuilder) - Method in class dev.cel.extensions.CelStringExtensions
- setRuntimeOptions(CelRuntimeBuilder) - Method in interface dev.cel.runtime.CelRuntimeLibrary
-
Configures the runtime to support the library implementation, such as adding function bindings.
- sets() - Static method in class dev.cel.extensions.CelExtensions
-
Deprecated.Use
CelExtensions.sets(CelOptions)instead. - sets(CelOptions) - Static method in class dev.cel.extensions.CelExtensions
-
Extended functions for Set manipulation.
- sets(CelOptions, CelSetsExtensions.Function...) - Static method in class dev.cel.extensions.CelExtensions
-
Extended functions for Set manipulation.
- sets(CelOptions, Set<CelSetsExtensions.Function>) - Static method in class dev.cel.extensions.CelExtensions
-
Extended functions for Set manipulation.
- setSelect(CelExpr.CelSelect) - Method in class dev.cel.common.ast.CelExpr.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.
- setSelectExpr(Expr.Select) - Method in class dev.cel.expr.Expr.Builder
-
A field selection expression, e.g.
- setSelectExpr(Expr.Select.Builder) - Method in class dev.cel.expr.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`.
- setSourceInfo(SourceInfo) - Method in class dev.cel.expr.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 dev.cel.expr.ParsedExpr.Builder
-
The source info derived from input that generated the parsed `expr`.
- setSourceInfo(SourceInfo.Builder) - Method in class dev.cel.expr.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 dev.cel.expr.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.bundle.CelBuilder
-
Enable or disable the standard CEL library functions and variables
- 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
- setStandardEnvironmentEnabled(boolean) - Method in interface dev.cel.runtime.CelRuntimeBuilder
-
Enable or disable the standard CEL library functions and variables.
- setStandardEnvironmentEnabled(boolean) - Method in class dev.cel.runtime.CelRuntimeLegacyImpl.Builder
- setStandardFunctions(CelStandardFunctions) - Method in interface dev.cel.runtime.CelRuntimeBuilder
-
Override the standard functions for the runtime.
- setStandardFunctions(CelStandardFunctions) - Method in class dev.cel.runtime.CelRuntimeLegacyImpl.Builder
- setStandardMacros(CelStandardMacro...) - Method in interface dev.cel.bundle.CelBuilder
-
Set the
CelStandardMacrovalues for use with this instance. - 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.bundle.CelBuilder
-
Set the
CelStandardMacrovalues for use with this instance. - 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.
- setStringValue(String) - Method in class dev.cel.expr.Constant.Builder
-
string value.
- setStringValue(String) - Method in class dev.cel.expr.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.
- setStringValueBytes(ByteString) - Method in class dev.cel.expr.Constant.Builder
-
string value.
- setStringValueBytes(ByteString) - Method in class dev.cel.expr.Value.Builder
-
UTF-8 string value.
- setStruct(CelExpr.CelStruct) - Method in class dev.cel.common.ast.CelExpr.Builder
- 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.
- setStructExpr(Expr.CreateStruct) - Method in class dev.cel.expr.Expr.Builder
-
A map or message creation expression.
- setStructExpr(Expr.CreateStruct.Builder) - Method in class dev.cel.expr.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.
- setSyntaxVersion(String) - Method in class dev.cel.expr.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.
- setSyntaxVersionBytes(ByteString) - Method in class dev.cel.expr.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(CelExpr) - Method in class dev.cel.common.ast.CelExpr.CelCall.Builder
- setTarget(CelMutableExpr) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableCall
- setTarget(Expr) - Method in class dev.cel.expr.Expr.Call.Builder
-
The target of an method call-style expression.
- setTarget(Expr.Builder) - Method in class dev.cel.expr.Expr.Call.Builder
-
The target of an method call-style expression.
- setTarget(Optional<CelExpr>) - Method in class dev.cel.common.ast.CelExpr.CelCall.Builder
- 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.CelExpr.CelSelect.Builder
- setTestOnly(boolean) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableSelect
- setTestOnly(boolean) - Method in class dev.cel.expr.Expr.Select.Builder
-
Whether the select is to be interpreted as a field presence test.
- setTimestampValue(Timestamp) - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
Deprecated.
- setTimestampValue(Timestamp) - Method in class dev.cel.expr.Constant.Builder
-
Deprecated.
- setTimestampValue(Timestamp.Builder) - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
Deprecated.
- setTimestampValue(Timestamp.Builder) - Method in class dev.cel.expr.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(CelExpr, CelType) - Method in class dev.cel.checker.Env
-
Sets the type associated with an expression by id.
- setType(CelType) - Method in class dev.cel.checker.CelIdentDecl.Builder
- setType(Type) - Method in class dev.cel.expr.Decl.IdentDecl.Builder
-
Required.
- setType(Type) - Method in class dev.cel.expr.Type.Builder
-
Type type.
- setType(Type.Builder) - Method in class dev.cel.expr.Decl.IdentDecl.Builder
-
Required.
- setType(Type.Builder) - Method in class dev.cel.expr.Type.Builder
-
Type type.
- setType(String) - Method in class com.google.api.expr.v1alpha1.EnumValue.Builder
-
The fully qualified name of the enum type.
- setType(String) - Method in class dev.cel.expr.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.
- setTypeBytes(ByteString) - Method in class dev.cel.expr.EnumValue.Builder
-
The fully qualified name of the enum type.
- setTypeFactory(Function<String, Message.Builder>) - Method in interface dev.cel.bundle.CelBuilder
-
Set a custom type factory for the runtime.
- setTypeFactory(Function<String, Message.Builder>) - Method in interface dev.cel.runtime.CelRuntimeBuilder
-
Set a custom type factory for the runtime.
- setTypeFactory(Function<String, Message.Builder>) - Method in class dev.cel.runtime.CelRuntimeLegacyImpl.Builder
- setTypeParam(String) - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Type param type.
- setTypeParam(String) - Method in class dev.cel.expr.Type.Builder
-
Type param type.
- setTypeParamBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Type param type.
- setTypeParamBytes(ByteString) - Method in class dev.cel.expr.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.
- setTypeParams(int, String) - Method in class dev.cel.expr.Decl.FunctionDecl.Overload.Builder
-
The type param names associated with the function declaration.
- setTypeProvider(TypeProvider) - Method in interface dev.cel.bundle.CelBuilder
-
Deprecated.Use
CelBuilder.setTypeProvider(CelTypeProvider)instead. - setTypeProvider(TypeProvider) - Method in interface dev.cel.checker.CelCheckerBuilder
-
Deprecated.Use
CelCheckerBuilder.setTypeProvider(CelTypeProvider)instead. - setTypeProvider(TypeProvider) - Method in class dev.cel.checker.CelCheckerLegacyImpl.Builder
-
Deprecated.
- setTypeProvider(TypeProvider) - Method in interface dev.cel.compiler.CelCompilerBuilder
-
Deprecated.Use
CelCompilerBuilder.setTypeProvider(CelTypeProvider)instead. - setTypeProvider(TypeProvider) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
-
Deprecated.
- setTypeProvider(CelTypeProvider) - Method in interface dev.cel.bundle.CelBuilder
-
Set the
celTypeProviderfor use with type-checking expressions. - setTypeProvider(CelTypeProvider) - Method in interface dev.cel.checker.CelCheckerBuilder
-
Set the
celTypeProviderfor 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
celTypeProviderfor 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.
- setTypeValue(String) - Method in class dev.cel.expr.Value.Builder
-
Type value.
- setTypeValueBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
Type value.
- setTypeValueBytes(ByteString) - Method in class dev.cel.expr.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.
- setUint64Value(long) - Method in class dev.cel.expr.Constant.Builder
-
uint64 value.
- setUint64Value(long) - Method in class dev.cel.expr.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.
- setUnknown(UnknownSet) - Method in class dev.cel.expr.ExprValue.Builder
-
The set of unknowns in the critical path of evaluation.
- setUnknown(UnknownSet.Builder) - Method in class dev.cel.expr.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(int) - Method in class dev.cel.expr.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(long) - Method in class dev.cel.expr.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(CelConstant) - Method in class dev.cel.common.ast.CelReference.Builder
- setValue(CelExpr) - Method in class dev.cel.common.ast.CelExpr.CelMap.Entry.Builder
- setValue(CelExpr) - Method in class dev.cel.common.ast.CelExpr.CelStruct.Entry.Builder
- setValue(CelMutableExpr) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableMap.Entry
- setValue(CelMutableExpr) - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableStruct.Entry
- setValue(Constant) - Method in class dev.cel.expr.Decl.IdentDecl.Builder
-
The constant value of the identifier.
- setValue(Constant) - Method in class dev.cel.expr.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 dev.cel.expr.Decl.IdentDecl.Builder
-
The constant value of the identifier.
- setValue(Constant.Builder) - Method in class dev.cel.expr.Reference.Builder
-
For references to constants, this may contain the value of the constant if known at compile time.
- setValue(Expr) - Method in class dev.cel.expr.Expr.CreateStruct.Entry.Builder
-
Required.
- setValue(Expr.Builder) - Method in class dev.cel.expr.Expr.CreateStruct.Entry.Builder
-
Required.
- setValue(Value) - Method in class dev.cel.expr.ExprValue.Builder
-
.cel.expr.Value value = 1; - setValue(Value) - Method in class dev.cel.expr.MapValue.Entry.Builder
-
The value.
- setValue(Value.Builder) - Method in class dev.cel.expr.ExprValue.Builder
-
.cel.expr.Value value = 1; - setValue(Value.Builder) - Method in class dev.cel.expr.MapValue.Entry.Builder
-
The value.
- setValueIndex(int) - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep.Builder
-
Deprecated.Index of the value in the values list.
- setValueIndex(int) - Method in class dev.cel.expr.Explain.ExprStep.Builder
-
Deprecated.Index of the value in the values list.
- setValueProvider(CelValueProvider) - Method in interface dev.cel.bundle.CelBuilder
-
Sets the
celValueProviderfor resolving values during evaluation. - setValueProvider(CelValueProvider) - Method in interface dev.cel.runtime.CelRuntimeBuilder
-
Sets the
celValueProviderfor resolving values during evaluation. - setValueProvider(CelValueProvider) - Method in class dev.cel.runtime.CelRuntimeLegacyImpl.Builder
- 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.
- setValues(int, ExprValue) - Method in class dev.cel.expr.EvalState.Builder
-
The unique values referenced in this message.
- setValues(int, ExprValue.Builder) - Method in class dev.cel.expr.EvalState.Builder
-
The unique values referenced in this message.
- setValues(int, Value) - Method in class dev.cel.expr.Explain.Builder
-
Deprecated.All of the observed values.
- setValues(int, Value) - Method in class dev.cel.expr.ListValue.Builder
-
The ordered values in the list.
- setValues(int, Value.Builder) - Method in class dev.cel.expr.Explain.Builder
-
Deprecated.All of the observed values.
- setValues(int, Value.Builder) - Method in class dev.cel.expr.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.
- setValueType(Type) - Method in class dev.cel.expr.Type.MapType.Builder
-
The type of the value.
- setValueType(Type.Builder) - Method in class dev.cel.expr.Type.MapType.Builder
-
The type of the value.
- setVersion(SourceInfo.Extension.Version) - Method in class dev.cel.expr.SourceInfo.Extension.Builder
-
Version info.
- setVersion(SourceInfo.Extension.Version.Builder) - Method in class dev.cel.expr.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`.
- setWellKnown(Type.WellKnownType) - Method in class dev.cel.expr.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`.
- setWellKnownValue(int) - Method in class dev.cel.expr.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.
- setWrapper(Type.PrimitiveType) - Method in class dev.cel.expr.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.
- setWrapperValue(int) - Method in class dev.cel.expr.Type.Builder
-
Wrapper of a primitive type, e.g.
- shortcircuitUnknownOrThrowable(Object, Object) - Static method in class dev.cel.runtime.InterpreterUtil
-
Short circuit unknown or error arguments to logical operators.
- sign - Variable in class cel.parser.internal.CELParser.DoubleContext
- sign - Variable in class cel.parser.internal.CELParser.IntContext
- SIGNED_UINT32_CONVERTER - Static variable in class dev.cel.common.internal.ProtoAdapter
-
Signed uint converter handles bidirectional conversions between uint32 <-> uint64 values.
- SimpleType - Class in dev.cel.common.types
-
Simple types represent scalar, dynamic, and error values.
- SimpleType() - Constructor for class dev.cel.common.types.SimpleType
- simplify(CelAttribute) - Method in class dev.cel.runtime.CelAttributePattern
-
Return an appropriate attribute for a pattern match.
- size() - Method in class dev.cel.common.internal.CelCodePointArray
-
Returns the number of code points.
- size() - Method in class dev.cel.common.internal.CodePointStream
- size() - Method in class dev.cel.common.values.CelByteString
- size() - Method in class dev.cel.common.values.ImmutableListValue
- size() - Method in class dev.cel.common.values.ImmutableMapValue
- SIZE - dev.cel.runtime.CelStandardFunctions.StandardFunction
- SIZE_BYTES - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Size
- SIZE_LIST - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Size
- SIZE_MAP - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Size
- SIZE_STRING - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Size
- SKIP - dev.cel.common.CelOptions.ProtoUnsetFieldOptions
- 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
- slice(int, int) - Method in class dev.cel.common.internal.BasicCodePointArray
- slice(int, int) - Method in class dev.cel.common.internal.CelCodePointArray
-
Returns a new
CelCodePointArraythat is a subview of this between [i, j). - slice(int, int) - Method in class dev.cel.common.internal.Latin1CodePointArray
- slice(int, int) - Method in class dev.cel.common.internal.SupplementalCodePointArray
- sort(Comparator<? super E>) - Method in class dev.cel.common.values.ListValue
-
Deprecated.Unsupported operation.
- source() - Method in class dev.cel.common.CelMutableAst
-
Returns the
CelMutableSourcethat was used during construction of the abstract syntax tree. - Source - Interface in dev.cel.common
-
Common interface definition for source properties.
- 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
- SOURCE_INFO_FIELD_NUMBER - Static variable in class dev.cel.expr.CheckedExpr
- SOURCE_INFO_FIELD_NUMBER - Static variable in class dev.cel.expr.ParsedExpr
- sourceInfo - Variable in class dev.cel.parser.CelUnparserVisitor
- SourceInfo - Class in com.google.api.expr.v1alpha1
-
Source information collected at parse time.
- SourceInfo - Class in dev.cel.expr
-
Source information collected at parse time.
- SourceInfo.Builder - Class in com.google.api.expr.v1alpha1
-
Source information collected at parse time.
- SourceInfo.Builder - Class in dev.cel.expr
-
Source information collected at parse time.
- SourceInfo.Extension - Class in dev.cel.expr
-
An extension that was requested for the source expression.
- SourceInfo.Extension.Builder - Class in dev.cel.expr
-
An extension that was requested for the source expression.
- SourceInfo.Extension.Component - Enum in dev.cel.expr
-
CEL component specifier.
- SourceInfo.Extension.Version - Class in dev.cel.expr
-
Version
- SourceInfo.Extension.Version.Builder - Class in dev.cel.expr
-
Version
- SourceInfo.Extension.VersionOrBuilder - Interface in dev.cel.expr
- SourceInfo.ExtensionOrBuilder - Interface in dev.cel.expr
- SourceInfoOrBuilder - Interface in com.google.api.expr.v1alpha1
- SourceInfoOrBuilder - Interface in dev.cel.expr
- 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.
- SPLIT - dev.cel.extensions.CelStringExtensions.Function
- standard(CelStandardDeclarations, Errors, TypeProvider, CelOptions) - Static method in class dev.cel.checker.Env
- standard(Errors, TypeProvider, ImmutableSet<ExprFeatures>) - Static method in class dev.cel.checker.Env
-
Deprecated.use
standardwithCelOptionsinstead. - standard(Errors, TypeProvider, CelOptions) - Static method in class dev.cel.checker.Env
-
Creates an
Envvalue configured with the standard types, functions, and operators, configured with a customtypeProviderand a reference to thecelOptionsto use within the environment. - standard(Errors, TypeProvider, ExprFeatures...) - Static method in class dev.cel.checker.Env
-
Deprecated.use
standardwithCelOptionsinstead. - standard(Errors, CelOptions) - Static method in class dev.cel.checker.Env
-
Creates an
Envvalue configured with the standard types, functions, and operators and a reference to the configuredcelOptions. - standard(Errors, ExprFeatures...) - Static method in class dev.cel.checker.Env
-
Deprecated.use
standardwithCelOptionsinstead. - STANDARD_MACROS - Static variable in enum dev.cel.parser.CelStandardMacro
-
Set of all standard macros supported by the CEL spec.
- standardCelBuilder() - Static method in class dev.cel.bundle.CelFactory
-
Creates a builder for configuring CEL using current parser for the parse, type-check, and eval of expressions.
- standardCelCheckerBuilder() - Static method in class dev.cel.compiler.CelCompilerFactory
-
Create a new builder to construct a
CelCheckerinstance. - standardCelCompilerBuilder() - Static method in class dev.cel.compiler.CelCompilerFactory
-
Create a new builder to construct a
CelCompilerinstance. - standardCelOptimizerBuilder(Cel) - Static method in class dev.cel.optimizer.CelOptimizerFactory
-
Create a new builder for constructing a
CelOptimizerinstance. - standardCelOptimizerBuilder(CelCompiler, CelRuntime) - Static method in class dev.cel.optimizer.CelOptimizerFactory
-
Create a new builder for constructing a
CelOptimizerinstance. - standardCelOptimizerBuilder(CelParser, CelChecker, CelRuntime) - Static method in class dev.cel.optimizer.CelOptimizerFactory
-
Create a new builder for constructing a
CelOptimizerinstance. - standardCelParserBuilder() - Static method in class dev.cel.parser.CelParserFactory
-
Configure a builder to construct a current
CelParserinstance. - standardCelRuntimeBuilder() - Static method in class dev.cel.runtime.CelRuntimeFactory
-
Create a new builder for constructing a
CelRuntimeinstance. - standardCelValidatorBuilder(Cel) - Static method in class dev.cel.validator.CelValidatorFactory
-
Create a new builder for constructing a
CelValidatorinstance. - standardCelValidatorBuilder(CelCompiler, CelRuntime) - Static method in class dev.cel.validator.CelValidatorFactory
-
Create a new builder for constructing a
CelValidatorinstance. - standardCelValidatorBuilder(CelParser, CelChecker, CelRuntime) - Static method in class dev.cel.validator.CelValidatorFactory
-
Create a new builder for constructing a
CelValidatorinstance. - StandardFunctions - Class in dev.cel.runtime
-
Deprecated.Do not use. This only exists to maintain compatibility with the legacy async interpreter, which will be removed in the future.
- 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.runtime.CelStandardFunctions.StandardFunction
- STARTS_WITH_STRING - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.StringMatchers
- strict(Object) - Static method in class dev.cel.runtime.InterpreterUtil
-
Enforces strictness.
- STRING - com.google.api.expr.v1alpha1.Type.PrimitiveType
-
String type.
- STRING - dev.cel.checker.CelStandardDeclarations.StandardIdentifier
- STRING - dev.cel.common.types.CelKind
- STRING - dev.cel.expr.Type.PrimitiveType
-
String type.
- STRING - dev.cel.runtime.CelStandardFunctions.StandardFunction
- 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 - Static variable in class dev.cel.common.types.CelProtoTypes
- STRING - Static variable in class dev.cel.common.types.CelV1AlphaTypes
- STRING - Static variable in class dev.cel.common.types.SimpleType
- STRING() - Method in class cel.parser.internal.CELParser.StringContext
- STRING_SIZE - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Size
- STRING_TO_BOOL - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Conversions
- STRING_TO_BYTES - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Conversions
- STRING_TO_DOUBLE - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Conversions
- STRING_TO_DURATION - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Conversions
- STRING_TO_INT64 - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Conversions
- STRING_TO_STRING - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Conversions
- STRING_TO_TIMESTAMP - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Conversions
- STRING_TO_UINT64 - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Conversions
- STRING_VALUE - com.google.api.expr.v1alpha1.Constant.ConstantKindCase
- STRING_VALUE - com.google.api.expr.v1alpha1.Value.KindCase
- STRING_VALUE - dev.cel.common.ast.CelConstant.Kind
- STRING_VALUE - dev.cel.common.internal.WellKnownProto
- STRING_VALUE - dev.cel.expr.Constant.ConstantKindCase
- STRING_VALUE - dev.cel.expr.Value.KindCase
- STRING_VALUE - Static variable in enum com.google.api.expr.v1alpha1.Type.PrimitiveType
-
String type.
- STRING_VALUE - Static variable in enum dev.cel.expr.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_VALUE_FIELD_NUMBER - Static variable in class dev.cel.expr.Constant
- STRING_VALUE_FIELD_NUMBER - Static variable in class dev.cel.expr.Value
- STRING_WRAPPER_MESSAGE - Static variable in class dev.cel.checker.Types
- STRING_WRAPPER_MESSAGE - Static variable in class dev.cel.common.types.CelTypes
- STRING_WRAPPER_MESSAGE - Static variable in class dev.cel.common.types.CelV1AlphaTypes
- stringBuilder - Variable in class dev.cel.parser.CelUnparserVisitor
- StringContext(CELParser.LiteralContext) - Constructor for class cel.parser.internal.CELParser.StringContext
- strings() - Static method in class dev.cel.extensions.CelExtensions
-
Extended functions for string manipulation.
- strings(CelStringExtensions.Function...) - Static method in class dev.cel.extensions.CelExtensions
-
Extended functions for string manipulation.
- strings(Set<CelStringExtensions.Function>) - Static method in class dev.cel.extensions.CelExtensions
-
Extended functions for string manipulation.
- stringValue() - Method in class dev.cel.common.ast.CelConstant
- StringValue - Class in dev.cel.common.values
-
StringValue is a simple CelValue wrapper around Java strings.
- StringValue() - Constructor for class dev.cel.common.values.StringValue
- struct() - Method in class dev.cel.common.ast.CelExpr.Builder
-
Gets the underlying struct expression.
- struct() - Method in class dev.cel.common.ast.CelExpr.ExprKind
- struct() - Method in class dev.cel.common.ast.CelExpr
-
Gets the underlying struct expression.
- struct() - Method in class dev.cel.common.ast.CelMutableExpr
- struct() - Method in interface dev.cel.common.ast.Expression
-
Gets the underlying struct expression.
- STRUCT - dev.cel.common.ast.CelExpr.ExprKind.Kind
- STRUCT - dev.cel.common.types.CelKind
- STRUCT_EXPR - com.google.api.expr.v1alpha1.Expr.ExprKindCase
- STRUCT_EXPR - dev.cel.expr.Expr.ExprKindCase
- STRUCT_EXPR_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr
- STRUCT_EXPR_FIELD_NUMBER - Static variable in class dev.cel.expr.Expr
- STRUCT_MESSAGE - Static variable in class dev.cel.checker.Types
- STRUCT_MESSAGE - Static variable in class dev.cel.common.types.CelTypes
- STRUCT_MESSAGE - Static variable in class dev.cel.common.types.CelV1AlphaTypes
- structOrDefault() - Method in class dev.cel.common.ast.CelExpr
-
Gets the underlying struct expression or a default instance of one if expression is not
CelExpr.ExprKind.Kind.STRUCT. - StructType - Class in dev.cel.common.types
-
Struct type indicates that the type
nameis a structured object with typed properties. - StructType.Field - Class in dev.cel.common.types
-
Value object which holds a reference to the field name and type.
- StructType.FieldResolver - Interface in dev.cel.common.types
-
The
FieldResolveris used to lookup the type of aStructType'sfieldName. - StructTypeReference - Class in dev.cel.common.types
-
A simple type reference to a struct.
- StructTypeReference() - Constructor for class dev.cel.common.types.StructTypeReference
- StructValue<T extends CelValue> - Class in dev.cel.common.values
-
StructValue is a representation of a structured object with typed properties.
- StructValue() - Constructor for class dev.cel.common.values.StructValue
- subexpressionMaxRecursionDepth() - Method in class dev.cel.optimizer.optimizers.SubexpressionOptimizer.SubexpressionOptimizerOptions
- subexpressionMaxRecursionDepth(int) - Method in class dev.cel.optimizer.optimizers.SubexpressionOptimizer.SubexpressionOptimizerOptions.Builder
-
Ensures all extracted subexpressions do not exceed the maximum depth of designated value.
- SubexpressionOptimizer - Class in dev.cel.optimizer.optimizers
-
Performs Common Subexpression Elimination.
- SubexpressionOptimizer.SubexpressionOptimizerOptions - Class in dev.cel.optimizer.optimizers
-
Options to configure how Common Subexpression Elimination behave.
- SubexpressionOptimizer.SubexpressionOptimizerOptions.Builder - Class in dev.cel.optimizer.optimizers
-
Builder for configuring the
SubexpressionOptimizer.SubexpressionOptimizerOptions. - subList(int, int) - Method in class dev.cel.common.values.ImmutableListValue
- 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.Use
Types.substitute(Map, CelType, boolean)instead. - SUBSTRING - dev.cel.extensions.CelStringExtensions.Function
- SUBTRACT - dev.cel.parser.Operator
- SUBTRACT - dev.cel.runtime.CelStandardFunctions.StandardFunction
- SUBTRACT_DOUBLE - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Arithmetic
- SUBTRACT_DURATION_DURATION - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Arithmetic
- SUBTRACT_INT64 - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Arithmetic
- SUBTRACT_TIMESTAMP_DURATION - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Arithmetic
- SUBTRACT_TIMESTAMP_TIMESTAMP - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Arithmetic
- SUBTRACT_UINT64 - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Arithmetic
- SupplementalCodePointArray - Class in dev.cel.common.internal
-
Array of code points that contain code points from Latin-1 character set, basic multilingual plane or the supplemental multilingual plane.
- SupplementalCodePointArray() - Constructor for class dev.cel.common.internal.SupplementalCodePointArray
- 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
- SYNTAX_VERSION_FIELD_NUMBER - Static variable in class dev.cel.expr.SourceInfo
- SyntaxProto - Class in com.google.api.expr.v1alpha1
- SyntaxProto - Class in dev.cel.expr
T
- target() - Method in class dev.cel.common.ast.CelExpr.CelCall.Builder
- target() - Method in class dev.cel.common.ast.CelExpr.CelCall
- target() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableCall
- target() - Method in interface dev.cel.common.ast.Expression.Call
-
The target of a method call-style expression.
- TARGET_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.Call
- TARGET_FIELD_NUMBER - Static variable in class dev.cel.expr.Expr.Call
- targetType() - Method in class dev.cel.common.types.NullableType
- TEST_ONLY_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.Select
- TEST_ONLY_FIELD_NUMBER - Static variable in class dev.cel.expr.Expr.Select
- testOnly() - Method in class dev.cel.common.ast.CelExpr.CelSelect.Builder
- testOnly() - Method in class dev.cel.common.ast.CelExpr.CelSelect
- testOnly() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableSelect
- testOnly() - Method in interface dev.cel.common.ast.Expression.Select
-
Whether the select is to be interpreted as a field presence test.
- TIMESTAMP - com.google.api.expr.v1alpha1.Type.WellKnownType
-
Well-known protobuf.Timestamp type, internally referenced as `timestamp`.
- TIMESTAMP - dev.cel.common.types.CelKind
- TIMESTAMP - dev.cel.expr.Type.WellKnownType
-
Well-known protobuf.Timestamp type, internally referenced as `timestamp`.
- TIMESTAMP - dev.cel.runtime.CelStandardFunctions.StandardFunction
- TIMESTAMP - Static variable in class dev.cel.checker.Types
- TIMESTAMP - Static variable in class dev.cel.common.types.CelProtoTypes
- TIMESTAMP - Static variable in class dev.cel.common.types.CelV1AlphaTypes
- TIMESTAMP - Static variable in class dev.cel.common.types.SimpleType
- TIMESTAMP_MESSAGE - Static variable in class dev.cel.checker.Types
- TIMESTAMP_MESSAGE - Static variable in class dev.cel.common.types.CelTypes
- TIMESTAMP_MESSAGE - Static variable in class dev.cel.common.types.CelV1AlphaTypes
- TIMESTAMP_TO_DAY_OF_MONTH - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.DateTime
- TIMESTAMP_TO_DAY_OF_MONTH_1_BASED - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.DateTime
- TIMESTAMP_TO_DAY_OF_MONTH_1_BASED_WITH_TZ - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.DateTime
- TIMESTAMP_TO_DAY_OF_MONTH_WITH_TZ - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.DateTime
- TIMESTAMP_TO_DAY_OF_WEEK - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.DateTime
- TIMESTAMP_TO_DAY_OF_WEEK_WITH_TZ - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.DateTime
- TIMESTAMP_TO_DAY_OF_YEAR - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.DateTime
- TIMESTAMP_TO_DAY_OF_YEAR_WITH_TZ - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.DateTime
- TIMESTAMP_TO_HOURS - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.DateTime
- TIMESTAMP_TO_HOURS_WITH_TZ - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.DateTime
- TIMESTAMP_TO_INT64 - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Conversions
- TIMESTAMP_TO_MILLISECONDS - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.DateTime
- TIMESTAMP_TO_MILLISECONDS_WITH_TZ - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.DateTime
- TIMESTAMP_TO_MINUTES - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.DateTime
- TIMESTAMP_TO_MINUTES_WITH_TZ - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.DateTime
- TIMESTAMP_TO_MONTH - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.DateTime
- TIMESTAMP_TO_MONTH_WITH_TZ - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.DateTime
- TIMESTAMP_TO_SECONDS - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.DateTime
- TIMESTAMP_TO_SECONDS_WITH_TZ - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.DateTime
- TIMESTAMP_TO_STRING - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Conversions
- TIMESTAMP_TO_TIMESTAMP - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Conversions
- TIMESTAMP_TO_YEAR - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.DateTime
- TIMESTAMP_TO_YEAR_WITH_TZ - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.DateTime
- TIMESTAMP_VALUE - com.google.api.expr.v1alpha1.Constant.ConstantKindCase
-
Deprecated.
- TIMESTAMP_VALUE - dev.cel.common.ast.CelConstant.Kind
-
Deprecated.Do not use. Timestamp is no longer built-in CEL type.
- TIMESTAMP_VALUE - dev.cel.common.internal.WellKnownProto
- TIMESTAMP_VALUE - dev.cel.expr.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 - Static variable in enum dev.cel.expr.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
- TIMESTAMP_VALUE_FIELD_NUMBER - Static variable in class dev.cel.expr.Constant
- TimestampLiteralValidator - Class in dev.cel.validator.validators
-
TimestampLiteralValidator ensures that timestamp literal arguments are valid.
- timestampValue() - Method in class dev.cel.common.ast.CelConstant
-
Deprecated.Do not use. Timestamp is no longer built-in CEL type.
- TimestampValue - Class in dev.cel.common.values
-
TimestampValue is a simple CelValue wrapper around
Instant - TimestampValue() - Constructor for class dev.cel.common.values.TimestampValue
- TO_DYN - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Conversions
- toArray() - Method in class dev.cel.common.values.ImmutableListValue
- toArray(T[]) - Method in class dev.cel.common.values.ImmutableListValue
- 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
- 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.ast.CelExpr.CelCall
- toBuilder() - Method in class dev.cel.common.ast.CelExpr.CelComprehension
- toBuilder() - Method in class dev.cel.common.ast.CelExpr.CelIdent
- toBuilder() - Method in class dev.cel.common.ast.CelExpr.CelList
- toBuilder() - Method in class dev.cel.common.ast.CelExpr.CelMap.Entry
- toBuilder() - Method in class dev.cel.common.ast.CelExpr.CelMap
- toBuilder() - Method in class dev.cel.common.ast.CelExpr.CelSelect
- toBuilder() - Method in class dev.cel.common.ast.CelExpr.CelStruct.Entry
- toBuilder() - Method in class dev.cel.common.ast.CelExpr.CelStruct
- toBuilder() - Method in class dev.cel.common.ast.CelExpr
- toBuilder() - Method in class dev.cel.common.CelFunctionDecl
- toBuilder() - Method in class dev.cel.common.CelOptions
- toBuilder() - Method in class dev.cel.common.CelOverloadDecl
- toBuilder() - Method in class dev.cel.common.CelSource
- toBuilder() - Method in class dev.cel.common.navigation.CelNavigableExpr
- toBuilder() - Method in class dev.cel.expr.CheckedExpr
- toBuilder() - Method in class dev.cel.expr.Constant
- toBuilder() - Method in class dev.cel.expr.Decl.FunctionDecl.Overload
- toBuilder() - Method in class dev.cel.expr.Decl.FunctionDecl
- toBuilder() - Method in class dev.cel.expr.Decl.IdentDecl
- toBuilder() - Method in class dev.cel.expr.Decl
- toBuilder() - Method in class dev.cel.expr.EnumValue
- toBuilder() - Method in class dev.cel.expr.ErrorSet
- toBuilder() - Method in class dev.cel.expr.EvalState.Result
- toBuilder() - Method in class dev.cel.expr.EvalState
- toBuilder() - Method in class dev.cel.expr.Explain.ExprStep
-
Deprecated.
- toBuilder() - Method in class dev.cel.expr.Explain
-
Deprecated.
- toBuilder() - Method in class dev.cel.expr.Expr.Call
- toBuilder() - Method in class dev.cel.expr.Expr.Comprehension
- toBuilder() - Method in class dev.cel.expr.Expr.CreateList
- toBuilder() - Method in class dev.cel.expr.Expr.CreateStruct.Entry
- toBuilder() - Method in class dev.cel.expr.Expr.CreateStruct
- toBuilder() - Method in class dev.cel.expr.Expr.Ident
- toBuilder() - Method in class dev.cel.expr.Expr.Select
- toBuilder() - Method in class dev.cel.expr.Expr
- toBuilder() - Method in class dev.cel.expr.ExprValue
- toBuilder() - Method in class dev.cel.expr.ListValue
- toBuilder() - Method in class dev.cel.expr.MapValue.Entry
- toBuilder() - Method in class dev.cel.expr.MapValue
- toBuilder() - Method in class dev.cel.expr.ParsedExpr
- toBuilder() - Method in class dev.cel.expr.Reference
- toBuilder() - Method in class dev.cel.expr.SourceInfo.Extension
- toBuilder() - Method in class dev.cel.expr.SourceInfo.Extension.Version
- toBuilder() - Method in class dev.cel.expr.SourceInfo
- toBuilder() - Method in class dev.cel.expr.Type.AbstractType
- toBuilder() - Method in class dev.cel.expr.Type.FunctionType
- toBuilder() - Method in class dev.cel.expr.Type.ListType
- toBuilder() - Method in class dev.cel.expr.Type.MapType
- toBuilder() - Method in class dev.cel.expr.Type
- toBuilder() - Method in class dev.cel.expr.UnknownSet
- toBuilder() - Method in class dev.cel.expr.Value
- toByteArray() - Method in class dev.cel.common.values.CelByteString
- toCelBuilder() - Method in interface dev.cel.bundle.Cel
- toCelSource() - Method in class dev.cel.common.CelMutableSource
- toCheckedExpr() - Method in class dev.cel.common.CelProtoAbstractSyntaxTree
-
Returns the underlying
CheckedExprrepresentation of the abstract syntax tree. - toCheckedExpr() - Method in class dev.cel.common.CelProtoV1Alpha1AbstractSyntaxTree
-
Returns the underlying
CheckedExprrepresentation of the abstract syntax tree. - 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.
- toExprFeatures() - Method in class dev.cel.common.CelOptions
- toIndexFormat() - Method in class dev.cel.runtime.CelAttribute.Qualifier
- 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.VOCABULARYinstead. - tokenNames - Static variable in class cel.parser.internal.CELParser
-
Deprecated.Use
CELParser.VOCABULARYinstead. - toParsedAst() - Method in class dev.cel.common.CelMutableAst
-
Converts this mutable AST into a parsed
CelAbstractSyntaxTree. - toParsedExpr() - Method in class dev.cel.common.CelProtoAbstractSyntaxTree
-
Returns the underlying
ParsedExprrepresentation of the abstract syntax tree. - toParsedExpr() - Method in class dev.cel.common.CelProtoV1Alpha1AbstractSyntaxTree
-
Returns the underlying
ParsedExprrepresentation of the abstract syntax tree. - toParserBuilder() - Method in class dev.cel.compiler.CelCompilerImpl
- toParserBuilder() - Method in interface dev.cel.parser.CelParser
- toParserBuilder() - Method in class dev.cel.parser.CelParserImpl
- toProtoMessageFactory() - Method in class dev.cel.runtime.DynamicMessageFactory
-
Deprecated.
- toProtoMessageFactory() - Method in interface dev.cel.runtime.MessageFactory
-
Deprecated.Exists only to maintain FunctionalInterface requirement and to make legacy Dynamic/Linked message factories compatible with the new ProtoMessageFactory.
- toRuntimeBuilder() - Method in interface dev.cel.runtime.CelRuntime
- toRuntimeBuilder() - Method in class dev.cel.runtime.CelRuntimeLegacyImpl
- 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.CelExpr
- toString() - Method in class dev.cel.common.ast.CelMutableExpr
- toString() - Method in class dev.cel.common.internal.BasicCodePointArray
- toString() - Method in class dev.cel.common.internal.CelCodePointArray
- 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.common.internal.Latin1CodePointArray
- toString() - Method in class dev.cel.common.internal.SupplementalCodePointArray
- toString() - Method in class dev.cel.parser.CelMacro
- toString() - Method in class dev.cel.runtime.CelAttribute
- toString() - Method in class dev.cel.runtime.CelAttributePattern
- trace(Message, CelEvaluationListener) - Method in class dev.cel.runtime.CelRuntime.Program
-
Trace evaluates a compiled program using
messagefields as the source of input variables. - trace(CelEvaluationListener) - Method in class dev.cel.runtime.CelRuntime.Program
-
Trace evaluates a compiled program without any variables and invokes the listener as evaluation progresses through the AST.
- trace(CelVariableResolver, CelEvaluationListener) - Method in class dev.cel.runtime.CelRuntime.Program
-
Trace evaluates a compiled program using a custom variable
resolver. - trace(CelVariableResolver, CelFunctionResolver, CelEvaluationListener) - Method in class dev.cel.runtime.CelRuntime.Program
-
Trace evaluates a compiled program using a custom variable
resolverand late-bound functionslateBoundFunctionResolver. - trace(Map<String, ?>, CelEvaluationListener) - Method in class dev.cel.runtime.CelRuntime.Program
-
Trace evaluates a compiled program using a
mapValueas the source of input variables. - trace(Map<String, ?>, CelFunctionResolver, CelEvaluationListener) - Method in class dev.cel.runtime.CelRuntime.Program
-
Trace evaluates a compiled program using a
mapValueas the source of input variables and late-bound functionslateBoundFunctionResolver. - TraversalOrder - Enum in dev.cel.common.navigation
-
Specifies the traversal order of AST navigation.
- TRIM - dev.cel.extensions.CelStringExtensions.Function
- TRUE - Static variable in class dev.cel.common.internal.Constants
- tryLookupCelFunction(String, String) - Method in class dev.cel.checker.Env
-
Try to lookup a function with the given
namewithin acontainer. - tryLookupCelIdent(String, String) - Method in class dev.cel.checker.Env
-
Try to lookup an identifier with the given
namewithin acontainer. - tryLookupFunction(String, String) - Method in class dev.cel.checker.Env
-
Deprecated.
- tryLookupIdent(String, String) - Method in class dev.cel.checker.Env
-
Deprecated.
- 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
Typeof the result associated with the overload. - type() - Method in class dev.cel.checker.TypeProvider.FieldType
-
Deprecated.The
Typeof the field. - type() - Method in class dev.cel.common.CelVarDecl
-
The type of the variable.
- type() - Method in class dev.cel.common.types.ProtoMessageType.Extension
- type() - Method in class dev.cel.common.types.StructType.Field
- type() - Method in class dev.cel.common.types.TypeType
- 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 - Class in dev.cel.expr
-
Represents a CEL type.
- TYPE - com.google.api.expr.v1alpha1.Type.TypeKindCase
- TYPE - dev.cel.checker.CelStandardDeclarations.StandardIdentifier
- TYPE - dev.cel.common.types.CelKind
- TYPE - dev.cel.expr.Type.TypeKindCase
- 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_FIELD_NUMBER - Static variable in class dev.cel.expr.Decl.IdentDecl
- TYPE_FIELD_NUMBER - Static variable in class dev.cel.expr.EnumValue
- TYPE_FIELD_NUMBER - Static variable in class dev.cel.expr.Type
- TYPE_MAP_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.CheckedExpr
- TYPE_MAP_FIELD_NUMBER - Static variable in class dev.cel.expr.CheckedExpr
- TYPE_NOT_FOUND - dev.cel.common.CelErrorCode
-
Type definition could not be found.
- TYPE_PARAM - com.google.api.expr.v1alpha1.Type.TypeKindCase
- TYPE_PARAM - dev.cel.common.types.CelKind
- TYPE_PARAM - dev.cel.expr.Type.TypeKindCase
- TYPE_PARAM_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Type
- TYPE_PARAM_FIELD_NUMBER - Static variable in class dev.cel.expr.Type
- TYPE_PARAMS_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- TYPE_PARAMS_FIELD_NUMBER - Static variable in class dev.cel.expr.Decl.FunctionDecl.Overload
- TYPE_VALUE - com.google.api.expr.v1alpha1.Value.KindCase
- TYPE_VALUE - dev.cel.expr.Value.KindCase
- TYPE_VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Value
- TYPE_VALUE_FIELD_NUMBER - Static variable in class dev.cel.expr.Value
- Type.AbstractType - Class in com.google.api.expr.v1alpha1
-
Application defined abstract type.
- Type.AbstractType - Class in dev.cel.expr
-
Application defined abstract type.
- Type.AbstractType.Builder - Class in com.google.api.expr.v1alpha1
-
Application defined abstract type.
- Type.AbstractType.Builder - Class in dev.cel.expr
-
Application defined abstract type.
- Type.AbstractTypeOrBuilder - Interface in com.google.api.expr.v1alpha1
- Type.AbstractTypeOrBuilder - Interface in dev.cel.expr
- Type.Builder - Class in com.google.api.expr.v1alpha1
-
Represents a CEL type.
- Type.Builder - Class in dev.cel.expr
-
Represents a CEL type.
- Type.FunctionType - Class in com.google.api.expr.v1alpha1
-
Function type with result and arg types.
- Type.FunctionType - Class in dev.cel.expr
-
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.FunctionType.Builder - Class in dev.cel.expr
-
Function type with result and arg types.
- Type.FunctionTypeOrBuilder - Interface in com.google.api.expr.v1alpha1
- Type.FunctionTypeOrBuilder - Interface in dev.cel.expr
- Type.ListType - Class in com.google.api.expr.v1alpha1
-
List type with typed elements, e.g.
- Type.ListType - Class in dev.cel.expr
-
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.ListType.Builder - Class in dev.cel.expr
-
List type with typed elements, e.g.
- Type.ListTypeOrBuilder - Interface in com.google.api.expr.v1alpha1
- Type.ListTypeOrBuilder - Interface in dev.cel.expr
- Type.MapType - Class in com.google.api.expr.v1alpha1
-
Map type with parameterized key and value types, e.g.
- Type.MapType - Class in dev.cel.expr
-
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.MapType.Builder - Class in dev.cel.expr
-
Map type with parameterized key and value types, e.g.
- Type.MapTypeOrBuilder - Interface in com.google.api.expr.v1alpha1
- Type.MapTypeOrBuilder - Interface in dev.cel.expr
- Type.PrimitiveType - Enum in com.google.api.expr.v1alpha1
-
CEL primitive types.
- Type.PrimitiveType - Enum in dev.cel.expr
-
CEL primitive types.
- Type.TypeKindCase - Enum in com.google.api.expr.v1alpha1
- Type.TypeKindCase - Enum in dev.cel.expr
- Type.WellKnownType - Enum in com.google.api.expr.v1alpha1
-
Well-known protobuf types treated with first-class support in CEL.
- Type.WellKnownType - Enum in dev.cel.expr
-
Well-known protobuf types treated with first-class support in CEL.
- typecheck(Env, String, 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
- typeFactory(Collection<Descriptors.Descriptor>) - Static method in class dev.cel.runtime.DynamicMessageFactory
-
Deprecated.Use CEL Fluent APIs instead. Directly instantiating DynamicMessageFactory is no longer needed.
- TypeFormatter - Class in dev.cel.checker
-
Class to format
Typeobjects intoStringvalues. - TYPEKIND_NOT_SET - com.google.api.expr.v1alpha1.Type.TypeKindCase
- TYPEKIND_NOT_SET - dev.cel.expr.Type.TypeKindCase
- typeName() - Method in enum dev.cel.common.internal.WellKnownProto
- TypeOrBuilder - Interface in com.google.api.expr.v1alpha1
- TypeOrBuilder - Interface in dev.cel.expr
- typeParameterNames() - Method in class dev.cel.common.CelOverloadDecl
-
The type param names associated with the function declaration.
- TypeParamType - Class in dev.cel.common.types
-
Type parameters are 'free' types which take on a concrete type contextually.
- TypeParamType() - Constructor for class dev.cel.common.types.TypeParamType
- typeProvider(Collection<Descriptors.Descriptor>) - Static method in class dev.cel.runtime.DynamicMessageFactory
-
Deprecated.Use CEL Fluent APIs instead. Directly instantiating DynamicMessageFactory's RuntimeTypeProvider is no longer needed.
- TypeProvider - Interface in dev.cel.checker
-
Deprecated.Use
CelTypeProviderinstead. - TypeProvider.CombinedTypeProvider - Class in dev.cel.checker
-
Deprecated.The
CombinedTypeProvidertakes one or moreTypeProviderinstances and attempts to look up aTypeinstance for a giventypeNameby calling eachTypeProviderin the order that they are provided to the constructor. - TypeProvider.ExtensionFieldType - Class in dev.cel.checker
-
Deprecated.Result of a
TypeProvider.lookupExtensionType(java.lang.String)call. - TypeProvider.FieldType - Class in dev.cel.checker
-
Deprecated.Result of a
TypeProvider.lookupFieldType(dev.cel.expr.Type, java.lang.String)call. - types() - Method in class dev.cel.checker.ProtoTypeMaskTypeProvider
- types() - Method in class dev.cel.common.types.CelTypeProvider.CombinedCelTypeProvider
- types() - Method in interface dev.cel.common.types.CelTypeProvider
-
Return the set of
CelTypeinstances supported by this provider. - types() - Method in class dev.cel.common.types.ProtoMessageTypeProvider
- Types - Class in dev.cel.checker
-
Utilities for dealing with the
Typeproto. - typeToCelType(Type) - Static method in class dev.cel.common.types.CelV1AlphaTypes
-
Converts a Protobuf type to CEL native type.
- typeToCelType(Type) - Static method in class dev.cel.common.types.CelProtoTypes
-
Converts a Protobuf type to CEL native type.
- TypeType - Class in dev.cel.common.types
-
The
TypeTypeis a type which holds a reference to a type-kind. - TypeType() - Constructor for class dev.cel.common.types.TypeType
- TypeValue - Class in dev.cel.common.values
-
TypeValue holds the CEL type information for the underlying CelValue.
- TypeValue() - Constructor for class dev.cel.common.values.TypeValue
U
- UINT - dev.cel.checker.CelStandardDeclarations.StandardIdentifier
- UINT - dev.cel.common.types.CelKind
- UINT - dev.cel.runtime.CelStandardFunctions.StandardFunction
- UINT - Static variable in class dev.cel.common.types.SimpleType
- UINT32_TO_UINT64 - Static variable in class dev.cel.runtime.RuntimeHelpers
- UINT32_VALUE - dev.cel.common.internal.WellKnownProto
- UINT32_WRAPPER_MESSAGE - Static variable in class dev.cel.checker.Types
- UINT32_WRAPPER_MESSAGE - Static variable in class dev.cel.common.types.CelTypes
- UINT32_WRAPPER_MESSAGE - Static variable in class dev.cel.common.types.CelV1AlphaTypes
- UINT64 - com.google.api.expr.v1alpha1.Type.PrimitiveType
-
Uint64 type.
- UINT64 - dev.cel.expr.Type.PrimitiveType
-
Uint64 type.
- UINT64 - Static variable in class dev.cel.checker.Types
- UINT64 - Static variable in class dev.cel.common.types.CelProtoTypes
- UINT64 - Static variable in class dev.cel.common.types.CelV1AlphaTypes
- UINT64_TO_DOUBLE - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Conversions
- UINT64_TO_INT64 - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Conversions
- UINT64_TO_STRING - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Conversions
- UINT64_TO_UINT64 - dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Conversions
- UINT64_VALUE - com.google.api.expr.v1alpha1.Constant.ConstantKindCase
- UINT64_VALUE - com.google.api.expr.v1alpha1.Value.KindCase
- UINT64_VALUE - dev.cel.common.ast.CelConstant.Kind
- UINT64_VALUE - dev.cel.common.internal.WellKnownProto
- UINT64_VALUE - dev.cel.expr.Constant.ConstantKindCase
- UINT64_VALUE - dev.cel.expr.Value.KindCase
- UINT64_VALUE - Static variable in enum com.google.api.expr.v1alpha1.Type.PrimitiveType
-
Uint64 type.
- UINT64_VALUE - Static variable in enum dev.cel.expr.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_VALUE_FIELD_NUMBER - Static variable in class dev.cel.expr.Constant
- UINT64_VALUE_FIELD_NUMBER - Static variable in class dev.cel.expr.Value
- UINT64_WRAPPER_MESSAGE - Static variable in class dev.cel.checker.Types
- UINT64_WRAPPER_MESSAGE - Static variable in class dev.cel.common.types.CelTypes
- UINT64_WRAPPER_MESSAGE - Static variable in class dev.cel.common.types.CelV1AlphaTypes
- uint64Add(long, long, CelOptions) - Static method in class dev.cel.runtime.RuntimeHelpers
- uint64Add(UnsignedLong, UnsignedLong) - Static method in class dev.cel.runtime.RuntimeHelpers
- uint64CompareTo(long, long) - Static method in class dev.cel.runtime.RuntimeHelpers
- uint64CompareTo(long, long, CelOptions) - Static method in class dev.cel.runtime.RuntimeHelpers
- uint64CompareTo(UnsignedLong, UnsignedLong) - Static method in class dev.cel.runtime.RuntimeHelpers
- uint64Divide(long, long) - Static method in class dev.cel.runtime.RuntimeHelpers
- uint64Divide(long, long, CelOptions) - Static method in class dev.cel.runtime.RuntimeHelpers
- uint64Divide(UnsignedLong, UnsignedLong) - Static method in class dev.cel.runtime.RuntimeHelpers
- uint64Mod(long, long) - Static method in class dev.cel.runtime.RuntimeHelpers
- uint64Mod(long, long, CelOptions) - Static method in class dev.cel.runtime.RuntimeHelpers
- uint64Mod(UnsignedLong, UnsignedLong) - Static method in class dev.cel.runtime.RuntimeHelpers
- uint64Multiply(long, long) - Static method in class dev.cel.runtime.RuntimeHelpers
- uint64Multiply(long, long, CelOptions) - Static method in class dev.cel.runtime.RuntimeHelpers
- uint64Multiply(UnsignedLong, UnsignedLong) - Static method in class dev.cel.runtime.RuntimeHelpers
- uint64Subtract(long, long, CelOptions) - Static method in class dev.cel.runtime.RuntimeHelpers
- uint64Subtract(UnsignedLong, UnsignedLong) - Static method in class dev.cel.runtime.RuntimeHelpers
- uint64Value() - Method in class dev.cel.common.ast.CelConstant
- UintContext(CELParser.LiteralContext) - Constructor for class cel.parser.internal.CELParser.UintContext
- UintValue - Class in dev.cel.common.values
-
UintValue represents CelValue for unsigned longs.
- UintValue() - Constructor for class dev.cel.common.values.UintValue
- 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, TypeProvider, ImmutableSet<ExprFeatures>) - Static method in class dev.cel.checker.Env
-
Deprecated.use
unconfiguredwithCelOptionsinstead. - unconfigured(Errors, TypeProvider, CelOptions) - Static method in class dev.cel.checker.Env
-
Creates an unconfigured
Envvalue without the standard CEL types, functions, and operators using a customtypeProvider. - unconfigured(Errors, TypeProvider, ExprFeatures...) - Static method in class dev.cel.checker.Env
-
Deprecated.use
unconfiguredwithCelOptionsinstead. - unconfigured(Errors, CelOptions) - Static method in class dev.cel.checker.Env
-
Creates an unconfigured
Envvalue without the standard CEL types, functions, and operators with a reference to the configuredcelOptions. - unconfigured(Errors, ExprFeatures...) - Static method in class dev.cel.checker.Env
-
Deprecated.use
unconfiguredwithCelOptionsinstead. - union(CelUnknownSet, CelUnknownSet) - Static method in class dev.cel.runtime.CelUnknownSet
- UNKNOWN - com.google.api.expr.v1alpha1.ExprValue.KindCase
- UNKNOWN - dev.cel.expr.ExprValue.KindCase
- UNKNOWN_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.ExprValue
- UNKNOWN_FIELD_NUMBER - Static variable in class dev.cel.expr.ExprValue
- UnknownContext - Class in dev.cel.runtime
-
AsyncContext represents the state required for an iterative evaluation session in the CEL evaluator.
- unknownExprIds() - Method in class dev.cel.runtime.CelUnknownSet
-
Set of subexpression IDs that were decided to be unknown and in the critical path.
- UnknownSet - Class in com.google.api.expr.v1alpha1
-
A set of expressions for which the value is unknown.
- UnknownSet - Class in dev.cel.expr
-
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.
- UnknownSet.Builder - Class in dev.cel.expr
-
A set of expressions for which the value is unknown.
- UnknownSetOrBuilder - Interface in com.google.api.expr.v1alpha1
- UnknownSetOrBuilder - Interface in dev.cel.expr
- UnknownTrackingInterpretable - Interface in dev.cel.runtime
-
An interpretable that allows for tracking unknowns at runtime.
- unpack(Any) - Method in class dev.cel.common.internal.DynamicProto
-
Unpack an
Anyvalue to a concreteMessagevalue. - unparse() - Method in class dev.cel.parser.CelUnparserVisitor
- unparse(CelAbstractSyntaxTree) - Method in interface dev.cel.parser.CelUnparser
-
Unparses the
CelAbstractSyntaxTreevalue to a human-readable string. - UNRECOGNIZED - com.google.api.expr.v1alpha1.Type.PrimitiveType
- UNRECOGNIZED - com.google.api.expr.v1alpha1.Type.WellKnownType
- UNRECOGNIZED - dev.cel.expr.SourceInfo.Extension.Component
- UNRECOGNIZED - dev.cel.expr.Type.PrimitiveType
- UNRECOGNIZED - dev.cel.expr.Type.WellKnownType
- UNSIGNED_COMPARISON_AND_ARITHMETIC_IS_UNSIGNED - dev.cel.common.ExprFeatures
-
Deprecated.Treat unsigned integers as unsigned when doing arithmetic and comparisons.
- UNSIGNED_UINT32_CONVERTER - Static variable in class dev.cel.common.internal.ProtoAdapter
-
Unigned uint converter handles bidirectional conversions between uint32 <-> uint64 values.
- UNSIGNED_UINT64_CONVERTER - Static variable in class dev.cel.common.internal.ProtoAdapter
-
Unsigned uint64 converter which adapts from a
longvalue on the wire to anUnsignedLong. - UNSPECIFIED - dev.cel.common.types.CelKind
- UnspecifiedType - Class in dev.cel.common.types
-
Represents an unspecified CEL-Type.
- UnspecifiedType() - Constructor for class dev.cel.common.types.UnspecifiedType
- unwrapWellKnownTypesOnFunctionDispatch() - Method in class dev.cel.common.CelOptions
- unwrapWellKnownTypesOnFunctionDispatch(boolean) - Method in class dev.cel.common.CelOptions.Builder
-
Deprecated.This will be removed in the future. Please update your codebase to be conformant with CEL specification.
- UPPER_ASCII - dev.cel.extensions.CelStringExtensions.Function
V
- validate(CelAbstractSyntaxTree) - Method in interface dev.cel.validator.CelValidator
-
Performs custom validation of the provided AST.
- validate(CelNavigableAst, Cel, CelAstValidator.IssuesFactory) - Method in interface dev.cel.validator.CelAstValidator
- validate(CelNavigableAst, Cel, CelAstValidator.IssuesFactory) - Method in class dev.cel.validator.validators.HomogeneousLiteralValidator
- validate(CelNavigableAst, Cel, CelAstValidator.IssuesFactory) - Method in class dev.cel.validator.validators.RegexLiteralValidator
- value() - Method in class dev.cel.checker.DescriptorTypeProvider.EnumValueDef
-
The numeric value of the enum value.
- value() - Method in class dev.cel.common.ast.CelExpr.CelMap.Entry.Builder
- value() - Method in class dev.cel.common.ast.CelExpr.CelMap.Entry
- value() - Method in class dev.cel.common.ast.CelExpr.CelStruct.Entry.Builder
- value() - Method in class dev.cel.common.ast.CelExpr.CelStruct.Entry
- value() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableMap.Entry
- value() - Method in class dev.cel.common.ast.CelMutableExpr.CelMutableStruct.Entry
- value() - Method in class dev.cel.common.ast.CelReference
- value() - Method in interface dev.cel.common.ast.Expression.Map.Entry
-
Required.
- value() - Method in interface dev.cel.common.ast.Expression.Struct.Entry
-
Required.
- value() - Method in class dev.cel.common.values.BoolValue
- value() - Method in class dev.cel.common.values.BytesValue
- value() - Method in class dev.cel.common.values.CelValue
-
The underlying value.
- value() - Method in class dev.cel.common.values.DoubleValue
- value() - Method in class dev.cel.common.values.DurationValue
- value() - Method in class dev.cel.common.values.EnumValue
- value() - Method in class dev.cel.common.values.ErrorValue
- value() - Method in class dev.cel.common.values.ImmutableListValue
- value() - Method in class dev.cel.common.values.ImmutableMapValue
- value() - Method in class dev.cel.common.values.IntValue
- value() - Method in class dev.cel.common.values.ListValue
- value() - Method in class dev.cel.common.values.MapValue
- value() - Method in class dev.cel.common.values.NullValue
- value() - Method in class dev.cel.common.values.OptionalValue
- value() - Method in class dev.cel.common.values.ProtoMessageValue
- value() - Method in class dev.cel.common.values.StringValue
- value() - Method in class dev.cel.common.values.TimestampValue
- value() - Method in class dev.cel.common.values.TypeValue
- value() - Method in class dev.cel.common.values.UintValue
- value(Constant) - Method in class dev.cel.checker.Env.IdentBuilder
-
Deprecated.Set the identifier to a
Constantvalue. - Value - Class in com.google.api.expr.v1alpha1
-
Represents a CEL value.
- Value - Class in dev.cel.expr
-
Represents a CEL value.
- VALUE - com.google.api.expr.v1alpha1.ExprValue.KindCase
- VALUE - dev.cel.expr.ExprValue.KindCase
- VALUE - dev.cel.extensions.CelOptionalLibrary.Function
- 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_FIELD_NUMBER - Static variable in class dev.cel.expr.Decl.IdentDecl
- VALUE_FIELD_NUMBER - Static variable in class dev.cel.expr.EnumValue
- VALUE_FIELD_NUMBER - Static variable in class dev.cel.expr.EvalState.Result
- VALUE_FIELD_NUMBER - Static variable in class dev.cel.expr.Expr.CreateStruct.Entry
- VALUE_FIELD_NUMBER - Static variable in class dev.cel.expr.ExprValue
- VALUE_FIELD_NUMBER - Static variable in class dev.cel.expr.MapValue.Entry
- VALUE_FIELD_NUMBER - Static variable in class dev.cel.expr.Reference
- VALUE_INDEX_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Explain.ExprStep
-
Deprecated.
- VALUE_INDEX_FIELD_NUMBER - Static variable in class dev.cel.expr.Explain.ExprStep
-
Deprecated.
- VALUE_MESSAGE - Static variable in class dev.cel.checker.Types
- VALUE_MESSAGE - Static variable in class dev.cel.common.types.CelTypes
- VALUE_MESSAGE - Static variable in class dev.cel.common.types.CelV1AlphaTypes
- VALUE_TYPE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Type.MapType
- VALUE_TYPE_FIELD_NUMBER - Static variable in class dev.cel.expr.Type.MapType
- Value.Builder - Class in com.google.api.expr.v1alpha1
-
Represents a CEL value.
- Value.Builder - Class in dev.cel.expr
-
Represents a CEL value.
- Value.KindCase - Enum in com.google.api.expr.v1alpha1
- Value.KindCase - Enum in dev.cel.expr
- 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.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(int) - Static method in enum dev.cel.expr.Constant.ConstantKindCase
-
Deprecated.
- valueOf(int) - Static method in enum dev.cel.expr.Decl.DeclKindCase
-
Deprecated.
- valueOf(int) - Static method in enum dev.cel.expr.Expr.CreateStruct.Entry.KeyKindCase
-
Deprecated.
- valueOf(int) - Static method in enum dev.cel.expr.Expr.ExprKindCase
-
Deprecated.
- valueOf(int) - Static method in enum dev.cel.expr.ExprValue.KindCase
-
Deprecated.
- valueOf(int) - Static method in enum dev.cel.expr.SourceInfo.Extension.Component
-
Deprecated.
- valueOf(int) - Static method in enum dev.cel.expr.Type.PrimitiveType
-
Deprecated.
- valueOf(int) - Static method in enum dev.cel.expr.Type.TypeKindCase
-
Deprecated.
- valueOf(int) - Static method in enum dev.cel.expr.Type.WellKnownType
-
Deprecated.
- valueOf(int) - Static method in enum dev.cel.expr.Value.KindCase
-
Deprecated.
- 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(Descriptors.EnumValueDescriptor) - Static method in enum dev.cel.expr.SourceInfo.Extension.Component
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum dev.cel.expr.Type.PrimitiveType
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum dev.cel.expr.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.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.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.CelConstant.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.common.ast.CelExpr.ExprKind.Kind
-
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.CelErrorCode
-
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.common.CelOptions.ProtoUnsetFieldOptions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.common.CelSource.Extension.Component
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.common.ExprFeatures
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.common.internal.WellKnownProto
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.common.navigation.TraversalOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.common.types.CelKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.expr.Constant.ConstantKindCase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.expr.Decl.DeclKindCase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.expr.Expr.CreateStruct.Entry.KeyKindCase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.expr.Expr.ExprKindCase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.expr.ExprValue.KindCase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.expr.SourceInfo.Extension.Component
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.expr.Type.PrimitiveType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.expr.Type.TypeKindCase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.expr.Type.WellKnownType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.expr.Value.KindCase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.extensions.CelOptionalLibrary.Function
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.extensions.CelSetsExtensions.Function
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.extensions.CelStringExtensions.Function
-
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.
- valueOf(String) - Static method in enum dev.cel.parser.Operator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.CelAttribute.Qualifier.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Arithmetic
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.BooleanOperator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Comparison
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Conversions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.DateTime
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Index
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.InternalOperator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.OptionalValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Relation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.Size
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.CelStandardFunctions.StandardFunction.Overload.StringMatchers
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.runtime.CelStandardFunctions.StandardFunction
-
Returns the enum constant of this type with the specified name.
- ValueOrBuilder - Interface in com.google.api.expr.v1alpha1
- ValueOrBuilder - Interface in dev.cel.expr
- valueOrUnknown(Object, Long) - Static method in class dev.cel.runtime.InterpreterUtil
- ValueProto - Class in com.google.api.expr.v1alpha1
- ValueProto - Class in dev.cel.expr
- 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.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.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.CelConstant.Kind
-
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.CelExpr.ExprKind.Kind
-
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.CelErrorCode
-
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.common.CelOptions.ProtoUnsetFieldOptions
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.common.CelSource.Extension.Component
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.common.ExprFeatures
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.common.internal.WellKnownProto
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.common.navigation.TraversalOrder
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.common.types.CelKind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class dev.cel.common.values.ImmutableMapValue
- values() - Static method in enum dev.cel.expr.Constant.ConstantKindCase
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.expr.Decl.DeclKindCase
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.expr.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 dev.cel.expr.Expr.ExprKindCase
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.expr.ExprValue.KindCase
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.expr.SourceInfo.Extension.Component
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.expr.Type.PrimitiveType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.expr.Type.TypeKindCase
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.expr.Type.WellKnownType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.expr.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.extensions.CelOptionalLibrary.Function
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.extensions.CelSetsExtensions.Function
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.extensions.CelStringExtensions.Function
-
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() - Static method in enum dev.cel.parser.Operator
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.runtime.CelAttribute.Qualifier.Kind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.runtime.CelStandardFunctions.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.runtime.CelStandardFunctions.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.runtime.CelStandardFunctions.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.runtime.CelStandardFunctions.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.runtime.CelStandardFunctions.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.runtime.CelStandardFunctions.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.runtime.CelStandardFunctions.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.runtime.CelStandardFunctions.StandardFunction.Overload.OptionalValue
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.runtime.CelStandardFunctions.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.runtime.CelStandardFunctions.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.runtime.CelStandardFunctions.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.runtime.CelStandardFunctions.StandardFunction
-
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
- VALUES_FIELD_NUMBER - Static variable in class dev.cel.expr.EvalState
- VALUES_FIELD_NUMBER - Static variable in class dev.cel.expr.Explain
-
Deprecated.
- VALUES_FIELD_NUMBER - Static variable in class dev.cel.expr.ListValue
- valueType() - Method in class dev.cel.checker.DescriptorTypeProvider.MapEntryDef
-
The
TypeDefof the map entry value. - valueType() - Method in class dev.cel.common.types.MapType
- variableResolver() - Method in class dev.cel.runtime.UnknownContext
-
Accessor for the underlying variable resolver.
- Version() - Constructor for class dev.cel.common.CelSource.Extension.Version
- VERSION_FIELD_NUMBER - Static variable in class dev.cel.expr.SourceInfo.Extension
- visit(CelExpr) - Method in class dev.cel.checker.ExprChecker
-
Deprecated.Visit the
exprvalue, routing to overloads based on the kind of expression. - visit(CelExpr) - Method in class dev.cel.common.ast.CelExprVisitor
-
Visit the
exprvalue, 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
CelConstantexpression. - visit(CelExpr, CelConstant) - Method in class dev.cel.parser.CelUnparserVisitor
- visit(CelExpr, CelExpr.CelCall) - Method in class dev.cel.common.ast.CelExprVisitor
-
Visit a
CelCallexpression. - 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
CelComprehensionexpression. - 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
CelIdentexpression. - 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
CelListexpression. - 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
CelMapexpression. - 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
CelSelectexpression. - 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
CelStructexpression. - visit(CelExpr, CelExpr.CelStruct) - Method in class dev.cel.parser.CelUnparserVisitor
- visit(CelAbstractSyntaxTree) - Method in class dev.cel.checker.CelProtoExprVisitor
-
Visit the
astvalue, routing to overloads based on the kind of expression. - visit(CelAbstractSyntaxTree) - Method in class dev.cel.common.ast.CelExprVisitor
-
Visit the
astvalue, routing to overloads based on the kind of expression. - visit(Expr) - Method in class dev.cel.checker.ExprVisitor
-
Visit the
exprvalue, routing to overloads based on the kind of expression. - visit(Expr, Constant) - Method in class dev.cel.checker.ExprVisitor
-
Visit a
Expr.Constantexpression. - visit(Expr, Expr.Call) - Method in class dev.cel.checker.ExprVisitor
-
Visit a
Expr.Callexpression. - visit(Expr, Expr.Comprehension) - Method in class dev.cel.checker.ExprVisitor
-
Visit a
Expr.Comprehensionexpression. - visit(Expr, Expr.CreateList) - Method in class dev.cel.checker.ExprVisitor
-
Visit a
Expr.CreateListexpression. - visit(Expr, Expr.CreateStruct) - Method in class dev.cel.checker.ExprVisitor
-
Visit a
Expr.CreateStructexpression. - visit(Expr, Expr.Ident) - Method in class dev.cel.checker.ExprVisitor
-
Visit an
Expr.Identexpression. - visit(Expr, Expr.Select) - Method in class dev.cel.checker.ExprVisitor
-
Visit a
Expr.Selectexpression. - 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
BoolFalselabeled alternative inCELParser.literal(). - visitBoolFalse(CELParser.BoolFalseContext) - Method in interface cel.parser.internal.CELVisitor
-
Visit a parse tree produced by the
BoolFalselabeled alternative inCELParser.literal(). - visitBoolTrue(CELParser.BoolTrueContext) - Method in class cel.parser.internal.CELBaseVisitor
-
Visit a parse tree produced by the
BoolTruelabeled alternative inCELParser.literal(). - visitBoolTrue(CELParser.BoolTrueContext) - Method in interface cel.parser.internal.CELVisitor
-
Visit a parse tree produced by the
BoolTruelabeled alternative inCELParser.literal(). - visitBytes(CELParser.BytesContext) - Method in class cel.parser.internal.CELBaseVisitor
-
Visit a parse tree produced by the
Byteslabeled alternative inCELParser.literal(). - visitBytes(CELParser.BytesContext) - Method in interface cel.parser.internal.CELVisitor
-
Visit a parse tree produced by the
Byteslabeled alternative inCELParser.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
ConstantLiterallabeled alternative inCELParser.primary(). - visitConstantLiteral(CELParser.ConstantLiteralContext) - Method in interface cel.parser.internal.CELVisitor
-
Visit a parse tree produced by the
ConstantLiterallabeled alternative inCELParser.primary(). - visitCreateList(CELParser.CreateListContext) - Method in class cel.parser.internal.CELBaseVisitor
-
Visit a parse tree produced by the
CreateListlabeled alternative inCELParser.primary(). - visitCreateList(CELParser.CreateListContext) - Method in interface cel.parser.internal.CELVisitor
-
Visit a parse tree produced by the
CreateListlabeled alternative inCELParser.primary(). - visitCreateMap(CELParser.CreateMapContext) - Method in class cel.parser.internal.CELBaseVisitor
-
Visit a parse tree produced by the
CreateMaplabeled alternative inCELParser.primary(). - visitCreateMap(CELParser.CreateMapContext) - Method in interface cel.parser.internal.CELVisitor
-
Visit a parse tree produced by the
CreateMaplabeled alternative inCELParser.primary(). - visitCreateMessage(CELParser.CreateMessageContext) - Method in class cel.parser.internal.CELBaseVisitor
-
Visit a parse tree produced by the
CreateMessagelabeled alternative inCELParser.primary(). - visitCreateMessage(CELParser.CreateMessageContext) - Method in interface cel.parser.internal.CELVisitor
-
Visit a parse tree produced by the
CreateMessagelabeled alternative inCELParser.primary(). - visitDecl(String, List<Decl>) - Method in interface dev.cel.common.internal.EnvVisitor
-
Visit the declaration
nameand 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
Doublelabeled alternative inCELParser.literal(). - visitDouble(CELParser.DoubleContext) - Method in interface cel.parser.internal.CELVisitor
-
Visit a parse tree produced by the
Doublelabeled alternative inCELParser.literal(). - 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(). - visitIdentOrGlobalCall(CELParser.IdentOrGlobalCallContext) - Method in class cel.parser.internal.CELBaseVisitor
-
Visit a parse tree produced by the
IdentOrGlobalCalllabeled alternative inCELParser.primary(). - visitIdentOrGlobalCall(CELParser.IdentOrGlobalCallContext) - Method in interface cel.parser.internal.CELVisitor
-
Visit a parse tree produced by the
IdentOrGlobalCalllabeled alternative inCELParser.primary(). - visitIndex(CELParser.IndexContext) - Method in class cel.parser.internal.CELBaseVisitor
-
Visit a parse tree produced by the
Indexlabeled alternative inCELParser.member(). - visitIndex(CELParser.IndexContext) - Method in interface cel.parser.internal.CELVisitor
-
Visit a parse tree produced by the
Indexlabeled alternative inCELParser.member(). - visitInt(CELParser.IntContext) - Method in class cel.parser.internal.CELBaseVisitor
-
Visit a parse tree produced by the
Intlabeled alternative inCELParser.literal(). - visitInt(CELParser.IntContext) - Method in interface cel.parser.internal.CELVisitor
-
Visit a parse tree produced by the
Intlabeled alternative inCELParser.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
LogicalNotlabeled alternative inCELParser.unary(). - visitLogicalNot(CELParser.LogicalNotContext) - Method in interface cel.parser.internal.CELVisitor
-
Visit a parse tree produced by the
LogicalNotlabeled alternative inCELParser.unary(). - 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(). - visitMemberCall(CELParser.MemberCallContext) - Method in class cel.parser.internal.CELBaseVisitor
-
Visit a parse tree produced by the
MemberCalllabeled alternative inCELParser.member(). - visitMemberCall(CELParser.MemberCallContext) - Method in interface cel.parser.internal.CELVisitor
-
Visit a parse tree produced by the
MemberCalllabeled alternative inCELParser.member(). - visitMemberExpr(CELParser.MemberExprContext) - Method in class cel.parser.internal.CELBaseVisitor
-
Visit a parse tree produced by the
MemberExprlabeled alternative inCELParser.unary(). - visitMemberExpr(CELParser.MemberExprContext) - Method in interface cel.parser.internal.CELVisitor
-
Visit a parse tree produced by the
MemberExprlabeled alternative inCELParser.unary(). - visitNegate(CELParser.NegateContext) - Method in class cel.parser.internal.CELBaseVisitor
-
Visit a parse tree produced by the
Negatelabeled alternative inCELParser.unary(). - visitNegate(CELParser.NegateContext) - Method in interface cel.parser.internal.CELVisitor
-
Visit a parse tree produced by the
Negatelabeled alternative inCELParser.unary(). - visitNested(CELParser.NestedContext) - Method in class cel.parser.internal.CELBaseVisitor
-
Visit a parse tree produced by the
Nestedlabeled alternative inCELParser.primary(). - visitNested(CELParser.NestedContext) - Method in interface cel.parser.internal.CELVisitor
-
Visit a parse tree produced by the
Nestedlabeled alternative inCELParser.primary(). - visitNull(CELParser.NullContext) - Method in class cel.parser.internal.CELBaseVisitor
-
Visit a parse tree produced by the
Nulllabeled alternative inCELParser.literal(). - visitNull(CELParser.NullContext) - Method in interface cel.parser.internal.CELVisitor
-
Visit a parse tree produced by the
Nulllabeled alternative inCELParser.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
PrimaryExprlabeled alternative inCELParser.member(). - visitPrimaryExpr(CELParser.PrimaryExprContext) - Method in interface cel.parser.internal.CELVisitor
-
Visit a parse tree produced by the
PrimaryExprlabeled alternative inCELParser.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
Selectlabeled alternative inCELParser.member(). - visitSelect(CELParser.SelectContext) - Method in interface cel.parser.internal.CELVisitor
-
Visit a parse tree produced by the
Selectlabeled alternative inCELParser.member(). - 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
Stringlabeled alternative inCELParser.literal(). - visitString(CELParser.StringContext) - Method in interface cel.parser.internal.CELVisitor
-
Visit a parse tree produced by the
Stringlabeled alternative inCELParser.literal(). - visitUint(CELParser.UintContext) - Method in class cel.parser.internal.CELBaseVisitor
-
Visit a parse tree produced by the
Uintlabeled alternative inCELParser.literal(). - visitUint(CELParser.UintContext) - Method in interface cel.parser.internal.CELVisitor
-
Visit a parse tree produced by the
Uintlabeled alternative inCELParser.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 - dev.cel.expr.Type.TypeKindCase
- WELL_KNOWN_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Type
- WELL_KNOWN_FIELD_NUMBER - Static variable in class dev.cel.expr.Type
- WELL_KNOWN_TYPE_UNSPECIFIED - com.google.api.expr.v1alpha1.Type.WellKnownType
-
Unspecified type.
- WELL_KNOWN_TYPE_UNSPECIFIED - dev.cel.expr.Type.WellKnownType
-
Unspecified type.
- WELL_KNOWN_TYPE_UNSPECIFIED_VALUE - Static variable in enum com.google.api.expr.v1alpha1.Type.WellKnownType
-
Unspecified type.
- WELL_KNOWN_TYPE_UNSPECIFIED_VALUE - Static variable in enum dev.cel.expr.Type.WellKnownType
-
Unspecified type.
- WellKnownProto - Enum in dev.cel.common.internal
-
WellKnownProto types used throughout CEL.
- WHITESPACE - Static variable in class cel.parser.internal.CELLexer
- WHITESPACE - Static variable in class cel.parser.internal.CELParser
- WILD_CARD - dev.cel.runtime.CelAttribute.Qualifier.Kind
- wildCard() - Method in class dev.cel.runtime.CelAttribute.Qualifier
- withFieldsAsVariableDeclarations() - Method in class dev.cel.checker.ProtoTypeMask
- withFreshTypeParamVariables(Function<String, String>) - Method in class dev.cel.common.types.CelType
-
Instantiate a new copy of this type with alternative
parameters. - withFreshTypeParamVariables(Function<String, String>) - Method in class dev.cel.common.types.NullableType
- withFreshTypeParamVariables(Function<String, String>) - Method in class dev.cel.common.types.TypeParamType
- withParameters(ImmutableList<CelType>) - Method in class dev.cel.common.types.CelType
-
Instantiate a new copy of this type with alternative
parameters. - withParameters(ImmutableList<CelType>) - Method in class dev.cel.common.types.ListType
- withParameters(ImmutableList<CelType>) - Method in class dev.cel.common.types.MapType
- withParameters(ImmutableList<CelType>) - Method in class dev.cel.common.types.NullableType
- withParameters(ImmutableList<CelType>) - Method in class dev.cel.common.types.OpaqueType
- withParameters(ImmutableList<CelType>) - Method in class dev.cel.common.types.TypeType
- withResolvedAttributes(Map<CelAttribute, Object>) - Method in class dev.cel.runtime.UnknownContext
-
Creates a new unknown context that is a copy of the current context with the provided additional attribute values.
- withVisibleFields(ImmutableSet<String>) - Method in class dev.cel.common.types.ProtoMessageType
-
Create a new instance of the
ProtoMessageTypeusing thevisibleFieldsset as a mask of the fields from the backing proto. - wrapAstWithNewCelBlock(String, CelMutableAst, List<CelMutableExpr>) - Method in class dev.cel.optimizer.AstMutator
-
Wraps the given AST and its subexpressions with a new cel.@block call.
- wrapOrThrow(Metadata, long, Exception) - Static method in exception dev.cel.runtime.InterpreterException
- wrapOrThrow(Exception) - Static method in exception dev.cel.runtime.InterpreterException
- WRAPPER - com.google.api.expr.v1alpha1.Type.TypeKindCase
- WRAPPER - dev.cel.expr.Type.TypeKindCase
- WRAPPER_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Type
- WRAPPER_FIELD_NUMBER - Static variable in class dev.cel.expr.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
- 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
- writeTo(CodedOutputStream) - Method in class dev.cel.expr.CheckedExpr
- writeTo(CodedOutputStream) - Method in class dev.cel.expr.Constant
- writeTo(CodedOutputStream) - Method in class dev.cel.expr.Decl.FunctionDecl.Overload
- writeTo(CodedOutputStream) - Method in class dev.cel.expr.Decl.FunctionDecl
- writeTo(CodedOutputStream) - Method in class dev.cel.expr.Decl.IdentDecl
- writeTo(CodedOutputStream) - Method in class dev.cel.expr.Decl
- writeTo(CodedOutputStream) - Method in class dev.cel.expr.EnumValue
- writeTo(CodedOutputStream) - Method in class dev.cel.expr.ErrorSet
- writeTo(CodedOutputStream) - Method in class dev.cel.expr.EvalState.Result
- writeTo(CodedOutputStream) - Method in class dev.cel.expr.EvalState
- writeTo(CodedOutputStream) - Method in class dev.cel.expr.Explain.ExprStep
-
Deprecated.
- writeTo(CodedOutputStream) - Method in class dev.cel.expr.Explain
-
Deprecated.
- writeTo(CodedOutputStream) - Method in class dev.cel.expr.Expr.Call
- writeTo(CodedOutputStream) - Method in class dev.cel.expr.Expr.Comprehension
- writeTo(CodedOutputStream) - Method in class dev.cel.expr.Expr.CreateList
- writeTo(CodedOutputStream) - Method in class dev.cel.expr.Expr.CreateStruct.Entry
- writeTo(CodedOutputStream) - Method in class dev.cel.expr.Expr.CreateStruct
- writeTo(CodedOutputStream) - Method in class dev.cel.expr.Expr.Ident
- writeTo(CodedOutputStream) - Method in class dev.cel.expr.Expr.Select
- writeTo(CodedOutputStream) - Method in class dev.cel.expr.Expr
- writeTo(CodedOutputStream) - Method in class dev.cel.expr.ExprValue
- writeTo(CodedOutputStream) - Method in class dev.cel.expr.ListValue
- writeTo(CodedOutputStream) - Method in class dev.cel.expr.MapValue.Entry
- writeTo(CodedOutputStream) - Method in class dev.cel.expr.MapValue
- writeTo(CodedOutputStream) - Method in class dev.cel.expr.ParsedExpr
- writeTo(CodedOutputStream) - Method in class dev.cel.expr.Reference
- writeTo(CodedOutputStream) - Method in class dev.cel.expr.SourceInfo.Extension.Version
- writeTo(CodedOutputStream) - Method in class dev.cel.expr.SourceInfo.Extension
- writeTo(CodedOutputStream) - Method in class dev.cel.expr.SourceInfo
- writeTo(CodedOutputStream) - Method in class dev.cel.expr.Type.AbstractType
- writeTo(CodedOutputStream) - Method in class dev.cel.expr.Type.FunctionType
- writeTo(CodedOutputStream) - Method in class dev.cel.expr.Type.ListType
- writeTo(CodedOutputStream) - Method in class dev.cel.expr.Type.MapType
- writeTo(CodedOutputStream) - Method in class dev.cel.expr.Type
- writeTo(CodedOutputStream) - Method in class dev.cel.expr.UnknownSet
- writeTo(CodedOutputStream) - Method in class dev.cel.expr.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
All Classes All Packages