A B C D E F G H I K L M N O P Q R S T U V W _
All Classes All Packages
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(EnvVisitor) - Method in class dev.cel.parser.CelParserImpl
- accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.BoolFalseContext
- accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.BoolTrueContext
- accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.BytesContext
- accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.CalcContext
- accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.ConditionalAndContext
- accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.ConditionalOrContext
- accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.ConstantLiteralContext
- accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.CreateListContext
- accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.CreateMapContext
- accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.CreateMessageContext
- accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.DoubleContext
- accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.EscapedIdentifierContext
- accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.ExprContext
- accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.ExprListContext
- accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.FieldInitializerListContext
- accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.GlobalCallContext
- accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.IdentContext
- accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.IndexContext
- accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.IntContext
- accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.ListInitContext
- accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.LogicalNotContext
- accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.MapInitializerListContext
- accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.MemberCallContext
- accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.MemberExprContext
- accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.NegateContext
- accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.NestedContext
- accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.NullContext
- accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.OptExprContext
- accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.OptFieldContext
- accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.PrimaryExprContext
- accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.RelationContext
- accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.SelectContext
- accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.SimpleIdentifierContext
- accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.StartContext
- accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.StringContext
- accept(ParseTreeVisitor<? extends T>) - Method in class cel.parser.internal.CELParser.UintContext
- ACCU_INIT - dev.cel.checker.ExprVisitor.ComprehensionArg
- ACCU_INIT - dev.cel.common.ast.CelExprVisitor.ComprehensionArg
- ACCU_INIT_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.Comprehension
- ACCU_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 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 interface dev.cel.common.ast.Expression.Comprehension
-
The name of the variable used for accumulation of the result.
- 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:
CelCompilerFactory
acceptsCelFunctionDecl
andCelVarDecl
). - 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:
CelCompilerFactory
acceptsCelFunctionDecl
andCelVarDecl
). - add(String, Type, Type...) - Method in class dev.cel.checker.Env.FunctionBuilder
-
Deprecated.Add an overload.
- add(String, Type, Iterable<Type>) - Method in class dev.cel.checker.Env.FunctionBuilder
-
Deprecated.Add an overload.
- add(String, List<String>, Type, Type...) - Method in class dev.cel.checker.Env.FunctionBuilder
-
Deprecated.Add an overload, with type params.
- add(String, List<String>, Type, Iterable<Type>) - Method in class dev.cel.checker.Env.FunctionBuilder
-
Deprecated.Add an overload, with type params.
- ADD - dev.cel.checker.CelStandardDeclarations.StandardFunction
- ADD - dev.cel.parser.Operator
- ADD_BYTES - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
- ADD_DOUBLE - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
- ADD_DURATION_DURATION - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
- ADD_DURATION_TIMESTAMP - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
- ADD_INT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
- ADD_LIST - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
- ADD_STRING - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
- ADD_TIMESTAMP_DURATION - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
- ADD_UINT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
- addAbbreviations(ImmutableSet<String>) - Method in class dev.cel.common.CelContainer.Builder
-
Configures a set of simple names as abbreviations for fully-qualified names.
- addAbbreviations(String...) - Method in class dev.cel.common.CelContainer.Builder
-
See
CelContainer.Builder.addAbbreviations(ImmutableSet)
for documentation. - addAffectedComponents(SourceInfo.Extension.Component) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- 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 com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- addAffectedComponentsValue(int) - Method in class dev.cel.expr.SourceInfo.Extension.Builder
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- addAlias(String, String) - Method in class dev.cel.common.CelContainer.Builder
-
Alias associates a fully-qualified name with a user-defined alias.
- 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 com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- addAllAffectedComponents(Iterable<? extends SourceInfo.Extension.Component>) - Method in class 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 com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- addAllAffectedComponentsValue(Iterable<Integer>) - Method in class 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.
- addAllErrors(Iterable<? extends Status>) - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
-
The errors in the set.
- addAllExprs(Iterable<? extends Long>) - Method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
-
The ids of the expressions with unknown values.
- addAllExprSteps(Iterable<? extends Explain.ExprStep>) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.List of steps.
- addAllExtensions(CelSource.Extension...) - Method in class dev.cel.common.CelSource.Builder
-
Adds one or more
CelSource.Extension
s to the source information. - addAllExtensions(Iterable<? extends SourceInfo.Extension>) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- addAllExtensions(Iterable<? extends CelSource.Extension>) - Method in class dev.cel.common.CelSource.Builder
-
Adds one or more
CelSource.Extension
s 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.
- 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
- 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.
- 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.
- 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(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
- 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.
- addDeclarations(Decl...) - Method in interface dev.cel.checker.CelCheckerBuilder
-
Add variable and function
declarations
to the CEL environment. - addDeclarations(Decl...) - Method in class dev.cel.checker.CelCheckerLegacyImpl.Builder
- addDeclarations(Decl...) - Method in interface dev.cel.compiler.CelCompilerBuilder
-
Add variable and function
declarations
to the CEL environment. - addDeclarations(Decl...) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
- addDeclarations(Iterable<Decl>) - Method in interface dev.cel.checker.CelCheckerBuilder
-
Add variable and function
declarations
to the CEL environment. - addDeclarations(Iterable<Decl>) - Method in class dev.cel.checker.CelCheckerLegacyImpl.Builder
- addDeclarations(Iterable<Decl>) - Method in interface dev.cel.compiler.CelCompilerBuilder
-
Add variable and function
declarations
to the CEL environment. - addDeclarations(Iterable<Decl>) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
- addElements(int, Expr) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
-
The elements part of the list.
- addElements(int, Expr.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
-
The elements part of the list.
- addElements(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.
- 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(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(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(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.
- addErrors(int, Status) - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
-
The errors in the set.
- addErrors(int, Status.Builder) - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
-
The errors in the set.
- addErrors(Status) - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
-
The errors in the set.
- addErrors(Status.Builder) - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
-
The errors in the set.
- addErrorsBuilder() - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
-
The errors in the set.
- addErrorsBuilder(int) - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
-
The errors in the set.
- addExprs(long) - Method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
-
The ids of the expressions with unknown values.
- addExprSteps(int, Explain.ExprStep) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.List of steps.
- addExprSteps(int, Explain.ExprStep.Builder) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.List of steps.
- addExprSteps(Explain.ExprStep) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.List of steps.
- addExprSteps(Explain.ExprStep.Builder) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.List of steps.
- addExprStepsBuilder() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.List of steps.
- addExprStepsBuilder(int) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.List of steps.
- addExtensions(int, SourceInfo.Extension) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- addExtensions(int, SourceInfo.Extension.Builder) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- addExtensions(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 com.google.api.expr.v1alpha1.SourceInfo.Builder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- addExtensions(SourceInfo.Extension.Builder) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- 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 com.google.api.expr.v1alpha1.SourceInfo.Builder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- addExtensionsBuilder() - Method in class 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 com.google.api.expr.v1alpha1.SourceInfo.Builder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- addExtensionsBuilder(int) - Method in class 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.checker.CelCheckerBuilder
-
Add all of the
Descriptors.FileDescriptor
s in aFileDescriptorSet
to the use for type-checking, and for object creation at interpretation time. - addFileTypes(DescriptorProtos.FileDescriptorSet) - Method in class dev.cel.checker.CelCheckerLegacyImpl.Builder
- addFileTypes(DescriptorProtos.FileDescriptorSet) - Method in interface dev.cel.compiler.CelCompilerBuilder
-
Add all of the
Descriptors.FileDescriptor
s in aFileDescriptorSet
to the use for type-checking, and for object creation at interpretation time. - addFileTypes(DescriptorProtos.FileDescriptorSet) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
- addFileTypes(Descriptors.FileDescriptor...) - Method in interface dev.cel.checker.CelCheckerBuilder
-
Add
Descriptors.FileDescriptor
s 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.FileDescriptor
s to the use for type-checking, and for object creation at interpretation time. - addFileTypes(Descriptors.FileDescriptor...) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
- addFileTypes(Iterable<Descriptors.FileDescriptor>) - Method in interface dev.cel.checker.CelCheckerBuilder
-
Add
Descriptors.FileDescriptor
s 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.FileDescriptor
s to the use for type-checking, and for object creation at interpretation time. - addFileTypes(Iterable<Descriptors.FileDescriptor>) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
- addFunctionDeclarations(CelFunctionDecl...) - Method in interface dev.cel.checker.CelCheckerBuilder
-
Add function declaration
CelFunctionDecl
to the CEL environment. - addFunctionDeclarations(CelFunctionDecl...) - Method in class dev.cel.checker.CelCheckerLegacyImpl.Builder
- addFunctionDeclarations(CelFunctionDecl...) - Method in interface dev.cel.compiler.CelCompilerBuilder
-
Add function declaration
CelFunctionDecl
to the CEL environment - addFunctionDeclarations(CelFunctionDecl...) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
- addFunctionDeclarations(Iterable<CelFunctionDecl>) - Method in interface dev.cel.checker.CelCheckerBuilder
-
Add function declaration
CelFunctionDecl
to the CEL environment. - addFunctionDeclarations(Iterable<CelFunctionDecl>) - Method in class dev.cel.checker.CelCheckerLegacyImpl.Builder
- addFunctionDeclarations(Iterable<CelFunctionDecl>) - Method in interface dev.cel.compiler.CelCompilerBuilder
-
Add function declaration
CelFunctionDecl
to the CEL environment - addFunctionDeclarations(Iterable<CelFunctionDecl>) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
- addLibraries(CelCheckerLibrary...) - Method in interface dev.cel.checker.CelCheckerBuilder
-
Adds one or more libraries for parsing and type-checking.
- addLibraries(CelCheckerLibrary...) - Method in class dev.cel.checker.CelCheckerLegacyImpl.Builder
- addLibraries(CelCompilerLibrary...) - Method in interface dev.cel.compiler.CelCompilerBuilder
-
Adds one or more libraries for parsing and type-checking.
- addLibraries(CelCompilerLibrary...) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
- addLibraries(CelParserLibrary...) - Method in interface dev.cel.parser.CelParserBuilder
-
Adds one or more libraries for parsing
- addLibraries(CelParserLibrary...) - Method in class dev.cel.parser.CelParserImpl.Builder
- addLibraries(Iterable<? extends CelCheckerLibrary>) - Method in interface dev.cel.checker.CelCheckerBuilder
-
Adds a collection of libraries for parsing and type-checking.
- addLibraries(Iterable<? extends CelCheckerLibrary>) - Method in class dev.cel.checker.CelCheckerLegacyImpl.Builder
- addLibraries(Iterable<? extends CelCompilerLibrary>) - Method in interface dev.cel.compiler.CelCompilerBuilder
-
Adds a collection of libraries for parsing and type-checking.
- addLibraries(Iterable<? extends CelCompilerLibrary>) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
- addLibraries(Iterable<? extends CelParserLibrary>) - Method in interface dev.cel.parser.CelParserBuilder
-
Adds a collection of libraries for parsing
- addLibraries(Iterable<? extends CelParserLibrary>) - Method in class dev.cel.parser.CelParserImpl.Builder
- addLineOffsets(int) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
Monotonically increasing list of code point offsets where newlines `\n` appear.
- 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
- addMacros(CelMacro...) - Method in interface dev.cel.compiler.CelCompilerBuilder
-
Registers the given macros, replacing any previous macros with the same key.
- addMacros(CelMacro...) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
- addMacros(CelMacro...) - Method in interface dev.cel.parser.CelParserBuilder
-
Registers the given macros, replacing any previous macros with the same key.
- addMacros(CelMacro...) - Method in class dev.cel.parser.CelParserImpl.Builder
- addMacros(Iterable<CelMacro>) - Method in interface dev.cel.compiler.CelCompilerBuilder
-
Registers the given macros, replacing any previous macros with the same key.
- addMacros(Iterable<CelMacro>) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
- addMacros(Iterable<CelMacro>) - Method in interface dev.cel.parser.CelParserBuilder
-
Registers the given macros, replacing any previous macros with the same key.
- addMacros(Iterable<CelMacro>) - Method in class dev.cel.parser.CelParserImpl.Builder
- addMessageTypes(Descriptors.Descriptor...) - Method in interface dev.cel.checker.CelCheckerBuilder
-
Add message
Descriptors.Descriptor
s 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.Descriptor
s to the use for type-checking and object creation at interpretation time. - addMessageTypes(Descriptors.Descriptor...) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
- addMessageTypes(Iterable<Descriptors.Descriptor>) - Method in interface dev.cel.checker.CelCheckerBuilder
-
Add message
Descriptors.Descriptor
s 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.Descriptor
s to the use for type-checking and object creation at interpretation time. - addMessageTypes(Iterable<Descriptors.Descriptor>) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
- addOptionalIndices(int) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
-
The indices within the elements list which are marked as optional elements.
- 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.checker.CelCheckerBuilder
-
Add one or more
ProtoTypeMask
values. - addProtoTypeMasks(ProtoTypeMask...) - Method in class dev.cel.checker.CelCheckerLegacyImpl.Builder
- addProtoTypeMasks(ProtoTypeMask...) - Method in interface dev.cel.compiler.CelCompilerBuilder
-
Add one or more
ProtoTypeMask
values. - addProtoTypeMasks(ProtoTypeMask...) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
- addProtoTypeMasks(Iterable<ProtoTypeMask>) - Method in interface dev.cel.checker.CelCheckerBuilder
-
Add one or more
ProtoTypeMask
values. - addProtoTypeMasks(Iterable<ProtoTypeMask>) - Method in class dev.cel.checker.CelCheckerLegacyImpl.Builder
- addProtoTypeMasks(Iterable<ProtoTypeMask>) - Method in interface dev.cel.compiler.CelCompilerBuilder
-
Add one or more
ProtoTypeMask
values. - addProtoTypeMasks(Iterable<ProtoTypeMask>) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
- addResults(int, EvalState.Result) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
An ordered list of results.
- addResults(int, EvalState.Result.Builder) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
An ordered list of results.
- addResults(EvalState.Result) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
An ordered list of results.
- addResults(EvalState.Result.Builder) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
An ordered list of results.
- addResultsBuilder() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
An ordered list of results.
- addResultsBuilder(int) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
An ordered list of results.
- addTypeParams(String) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
The type param names associated with the function declaration.
- 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(ExprValue) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
The unique values referenced in this message.
- addValues(ExprValue.Builder) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
The unique values referenced in this message.
- addValues(Value) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.All of the observed values.
- addValues(Value) - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
-
The ordered values in the list.
- addValues(Value.Builder) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.All of the observed values.
- addValues(Value.Builder) - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
-
The ordered values in the list.
- addValuesBuilder() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
The unique values referenced in this message.
- addValuesBuilder() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.All of the observed values.
- addValuesBuilder() - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
-
The ordered values in the list.
- addValuesBuilder(int) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
The unique values referenced in this message.
- addValuesBuilder(int) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.All of the observed values.
- addValuesBuilder(int) - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
-
The ordered values in the list.
- addVar(String, CelType) - Method in interface dev.cel.compiler.CelCompilerBuilder
-
Add a variable declaration with a given
name
andCelType
. - addVar(String, CelType) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
- addVar(String, Type) - Method in interface dev.cel.compiler.CelCompilerBuilder
-
Add a variable declaration with a given
name
and proto basedType
. - addVar(String, Type) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
- addVarDeclarations(CelVarDecl...) - Method in interface dev.cel.checker.CelCheckerBuilder
-
Add variable declaration
CelVarDecl
to the CEL environment. - addVarDeclarations(CelVarDecl...) - Method in class dev.cel.checker.CelCheckerLegacyImpl.Builder
- addVarDeclarations(CelVarDecl...) - Method in interface dev.cel.compiler.CelCompilerBuilder
-
Add variable declaration
CelVarDecl
to the CEL environment. - addVarDeclarations(CelVarDecl...) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
- addVarDeclarations(Iterable<CelVarDecl>) - Method in interface dev.cel.checker.CelCheckerBuilder
-
Add variable declaration
CelVarDecl
to the CEL environment. - addVarDeclarations(Iterable<CelVarDecl>) - Method in class dev.cel.checker.CelCheckerLegacyImpl.Builder
- addVarDeclarations(Iterable<CelVarDecl>) - Method in interface dev.cel.compiler.CelCompilerBuilder
-
Add variable declaration
CelVarDecl
to the CEL environment. - addVarDeclarations(Iterable<CelVarDecl>) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
- AFFECTED_COMPONENTS_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.SourceInfo.Extension
- 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
- 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.SimpleType
- ANY_MESSAGE - Static variable in class dev.cel.checker.Types
- ANY_MESSAGE - Static variable in class dev.cel.common.types.CelTypes
- 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.
- 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.GlobalCallContext
- args - Variable in class cel.parser.internal.CELParser.MemberCallContext
- args() - Method in class dev.cel.common.ast.CelExpr.CelCall
- 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
- ast - Variable in class dev.cel.parser.CelUnparserVisitor
- ATTRIBUTE_NOT_FOUND - dev.cel.common.CelErrorCode
-
Map or object access using an unknown attribute.
B
- BACKTICK - Static variable in class dev.cel.parser.CelUnparserVisitor
- 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
- Beta - Annotation Type in dev.cel.common.annotations
-
Indicates a public API that can change at any time, and has no guarantee of API stability and backward-compatibility.
- BIND_DEFAULT - dev.cel.common.CelOptions.ProtoUnsetFieldOptions
- BOOL - com.google.api.expr.v1alpha1.Type.PrimitiveType
-
Boolean type.
- BOOL - dev.cel.checker.CelStandardDeclarations.StandardFunction
- BOOL - dev.cel.checker.CelStandardDeclarations.StandardIdentifier
- BOOL - dev.cel.common.types.CelKind
- BOOL - dev.cel.expr.Type.PrimitiveType
-
Boolean type.
- 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.SimpleType
- BOOL_TO_BOOL - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
- BOOL_TO_STRING - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
- BOOL_VALUE - com.google.api.expr.v1alpha1.Constant.ConstantKindCase
- BOOL_VALUE - com.google.api.expr.v1alpha1.Value.KindCase
- BOOL_VALUE - dev.cel.expr.Constant.ConstantKindCase
- 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_WRAPPER_MESSAGE - Static variable in class dev.cel.checker.Types
- BOOL_WRAPPER_MESSAGE - Static variable in class dev.cel.common.types.CelTypes
- 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.SourceInfo.Extension.Builder
- build() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version.Builder
- build() - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
- build() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
- build() - Method in class com.google.api.expr.v1alpha1.Type.Builder
- build() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
- build() - Method in class com.google.api.expr.v1alpha1.Type.ListType.Builder
- build() - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
- build() - Method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
- build() - Method in class com.google.api.expr.v1alpha1.Value.Builder
- build() - Method in interface dev.cel.checker.CelCheckerBuilder
-
Build a new instance of the
CelChecker
. - build() - Method in class dev.cel.checker.CelCheckerLegacyImpl.Builder
- build() - Method in class dev.cel.checker.CelIdentDecl.Builder
- build() - Method in class dev.cel.checker.CelStandardDeclarations.Builder
- build() - Method in class dev.cel.checker.Env.FunctionBuilder
-
Deprecated.Build the function
Decl
. - build() - Method in class dev.cel.checker.Env.IdentBuilder
-
Deprecated.Build the ident
Decl
. - build() - Method in class dev.cel.common.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.CelContainer.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.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.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 interface dev.cel.parser.CelParserBuilder
-
Build a new instance of the
CelParser
. - build() - Method in class dev.cel.parser.CelParserImpl.Builder
- builder() - Static method in class dev.cel.common.CelDescriptors
- 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.CelContainer.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
- buildPartial() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.Decl.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.EnumValue.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.EvalState.Result.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.
- buildPartial() - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep.Builder
-
Deprecated.
- buildPartial() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.Expr.Ident.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.Reference.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.Type.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.Type.ListType.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
- buildPartial() - Method in class com.google.api.expr.v1alpha1.Value.Builder
- 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.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.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
- BYTES - com.google.api.expr.v1alpha1.Type.PrimitiveType
-
Bytes type.
- BYTES - dev.cel.checker.CelStandardDeclarations.StandardFunction
- BYTES - dev.cel.checker.CelStandardDeclarations.StandardIdentifier
- BYTES - dev.cel.common.types.CelKind
- BYTES - dev.cel.expr.Type.PrimitiveType
-
Bytes type.
- 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.SimpleType
- BYTES() - Method in class cel.parser.internal.CELParser.BytesContext
- BYTES_SIZE - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Size
- BYTES_TO_BYTES - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
- BYTES_TO_STRING - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
- BYTES_VALUE - com.google.api.expr.v1alpha1.Constant.ConstantKindCase
- BYTES_VALUE - com.google.api.expr.v1alpha1.Value.KindCase
- BYTES_VALUE - dev.cel.common.ast.CelConstant.Kind
- BYTES_VALUE - dev.cel.expr.Constant.ConstantKindCase
- 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_WRAPPER_MESSAGE - Static variable in class dev.cel.checker.Types
- BYTES_WRAPPER_MESSAGE - Static variable in class dev.cel.common.types.CelTypes
- 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 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
- callOrDefault() - Method in class dev.cel.common.ast.CelExpr
-
Gets the underlying call expression or a default instance of one if expression is not
Kind#CALL
. - 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
- 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
- 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
-
CelChecker
implementation which uses the original CEL-Java APIs to provide a simple, consistent interface for type-checking. - CelCheckerLegacyImpl.Builder - Class in dev.cel.checker
-
Builder class for the legacy
CelChecker
implementation. - CelCheckerLibrary - Interface in dev.cel.checker
-
CelCheckerLibrary defines the interface to extend functionalities beyond the CEL standard functions for
CelChecker
. - 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
compile
method. - CelCompilerImpl.Builder - Class in dev.cel.compiler
-
Builder for
CelCompilerImpl
- CelCompilerLibrary - Interface in dev.cel.compiler
-
CelCompilerLibrary defines the interface to extend functionalities beyond the CEL standard functions for
CelCompiler
. - 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
Constant
to CEL native representation ofCelConstant
. - CelContainer - Class in dev.cel.common
-
CelContainer holds a reference to an optional qualified container name and set of aliases.
- CelContainer() - Constructor for class dev.cel.common.CelContainer
- CelContainer.Builder - Class in dev.cel.common
-
Builder for
CelContainer
- 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.
- CelErrorCode - Enum in dev.cel.common
-
The canonical error codes for CEL
- 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.
- CelExprVisitor - Class in dev.cel.common.ast
-
CEL expression visitor implementation using Cel native types.
- CelExprVisitor() - Constructor for class dev.cel.common.ast.CelExprVisitor
- CelExprVisitor.ComprehensionArg - Enum in dev.cel.common.ast
-
ComprehensionArg specifies the arg ordinal values for comprehension arguments, where the ordinal of the enum maps to the ordinal of the argument in the comprehension expression.
- CelFunctionDecl - Class in dev.cel.common
-
Abstract representation of a CEL Function declaration.
- CelFunctionDecl() - Constructor for class dev.cel.common.CelFunctionDecl
- CelFunctionDecl.Builder - Class in dev.cel.common
-
Builder for configuring the
CelFunctionDecl
. - celFunctionDeclToDecl(CelFunctionDecl) - Static method in class dev.cel.common.CelFunctionDecl
-
Converts a
CelFunctionDecl
to a protobuf equivalent formDecl.FunctionDecl
- 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
CelIdentDecl
to a protobuf equivalent formDecl
- CelIssue - Class in dev.cel.common
-
Encapulates a
CelSourceLocation
and message representing an error within an expression. - CelIssue.Builder - Class in dev.cel.common
-
Builder for configuring
CelIssue
. - CelIssue.Severity - Enum in dev.cel.common
-
Severity of a CelIssue.
- CelKind - Enum in dev.cel.common.types
-
The
CelKind
indicates the type category. - 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
CelMacroExpander
to apply. - CelMacroExpander - Interface in dev.cel.parser
-
Converts the target and arguments of a function call that matches a macro.
- CelMacroExprFactory - Class in dev.cel.parser
-
Assists with the expansion of
CelMacro
in a manner which is consistent with the source position and expression ID generation code leveraged by both the parser and type-checker. - CelMap() - Constructor for class dev.cel.common.ast.CelExpr.CelMap
- CelNotSet() - Constructor for class dev.cel.common.ast.CelExpr.CelNotSet
- 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 enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
- celOverloadDecl() - Method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.BooleanOperator
- celOverloadDecl() - Method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- celOverloadDecl() - Method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
- celOverloadDecl() - Method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.DateTime
- celOverloadDecl() - Method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Index
- celOverloadDecl() - Method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.InternalOperator
- celOverloadDecl() - Method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Relation
- celOverloadDecl() - Method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Size
- celOverloadDecl() - Method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.StringMatchers
- celOverloadDecl() - Method in interface dev.cel.checker.CelStandardDeclarations.StandardOverload
- CelOverloadDecl - Class in dev.cel.common
-
Abstract representation of a CEL function overload declaration.
- CelOverloadDecl() - Constructor for class dev.cel.common.CelOverloadDecl
- CelOverloadDecl.Builder - Class in dev.cel.common
-
Builder for configuring the
CelOverloadDecl
. - celOverloadToOverload(CelOverloadDecl) - Static method in class dev.cel.common.CelOverloadDecl
-
Converts a
CelOverloadDecl
to a protobuf equivalent 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.EscapedIdentifierContext - Class in cel.parser.internal
- CELParser.EscapeIdentContext - Class in cel.parser.internal
- CELParser.ExprContext - Class in cel.parser.internal
- CELParser.ExprListContext - Class in cel.parser.internal
- CELParser.FieldInitializerListContext - Class in cel.parser.internal
- CELParser.GlobalCallContext - Class in cel.parser.internal
- CELParser.IdentContext - Class in cel.parser.internal
- CELParser.IndexContext - Class in cel.parser.internal
- CELParser.IntContext - Class in cel.parser.internal
- CELParser.ListInitContext - Class in cel.parser.internal
- CELParser.LiteralContext - Class in cel.parser.internal
- CELParser.LogicalNotContext - Class in cel.parser.internal
- CELParser.MapInitializerListContext - Class in cel.parser.internal
- CELParser.MemberCallContext - Class in cel.parser.internal
- CELParser.MemberContext - Class in cel.parser.internal
- CELParser.MemberExprContext - Class in cel.parser.internal
- CELParser.NegateContext - Class in cel.parser.internal
- CELParser.NestedContext - Class in cel.parser.internal
- CELParser.NullContext - Class in cel.parser.internal
- CELParser.OptExprContext - Class in cel.parser.internal
- CELParser.OptFieldContext - Class in cel.parser.internal
- CELParser.PrimaryContext - Class in cel.parser.internal
- CELParser.PrimaryExprContext - Class in cel.parser.internal
- CELParser.RelationContext - Class in cel.parser.internal
- CELParser.SelectContext - Class in cel.parser.internal
- CELParser.SimpleIdentifierContext - Class in cel.parser.internal
- CELParser.StartContext - Class in cel.parser.internal
- CELParser.StringContext - Class in cel.parser.internal
- CELParser.UintContext - Class in cel.parser.internal
- CELParser.UnaryContext - Class in cel.parser.internal
- CelParserBuilder - Interface in dev.cel.parser
-
Interface for building an instance of CelParser
- 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
CelAbstractSyntaxTree
constructed from Canonical Protos ofCheckedExpr
orParsedExpr
expressions. - CelProtoExprVisitor - Class in dev.cel.checker
-
CEL expression visitor implementation based on the
Expr
proto. - CelProtoExprVisitor() - Constructor for class dev.cel.checker.CelProtoExprVisitor
- CelProtoTypes - Class in dev.cel.common.types
-
Utility class for working with
Type
. - 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
CelReference
to CEL native representation ofReference
. - 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
- CelSelect() - Constructor for class dev.cel.common.ast.CelExpr.CelSelect
- 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.StandardFunction - Enum in dev.cel.checker
-
Enumeration of Standard Functions.
- CelStandardDeclarations.StandardFunction.Overload - Class in dev.cel.checker
-
Container class for CEL standard function overloads.
- CelStandardDeclarations.StandardFunction.Overload.Arithmetic - Enum in dev.cel.checker
-
Overloads for performing arithmetic operations.
- CelStandardDeclarations.StandardFunction.Overload.BooleanOperator - Enum in dev.cel.checker
-
Overloads for logical operators that return a bool as a result.
- CelStandardDeclarations.StandardFunction.Overload.Comparison - Enum in dev.cel.checker
-
Overloads for performing numeric comparisons.
- CelStandardDeclarations.StandardFunction.Overload.Conversions - Enum in dev.cel.checker
-
Overloads for performing type conversions.
- CelStandardDeclarations.StandardFunction.Overload.DateTime - Enum in dev.cel.checker
-
Overloads for functions performing date/time operations.
- CelStandardDeclarations.StandardFunction.Overload.Index - Enum in dev.cel.checker
-
Overloads for indexing a list or a map.
- CelStandardDeclarations.StandardFunction.Overload.InternalOperator - Enum in dev.cel.checker
-
Overloads for internal functions that may have been rewritten by macros (ex: @in), or those used for special purposes (comprehensions, type denotations etc).
- CelStandardDeclarations.StandardFunction.Overload.Relation - Enum in dev.cel.checker
-
Overloads for functions that test relations.
- CelStandardDeclarations.StandardFunction.Overload.Size - Enum in dev.cel.checker
-
Overloads for retrieving the size of a literal or a collection.
- CelStandardDeclarations.StandardFunction.Overload.StringMatchers - Enum in dev.cel.checker
-
Overloads for functions performing string matching, such as regular expressions or contains check.
- CelStandardDeclarations.StandardIdentifier - Enum in dev.cel.checker
-
Standard CEL identifiers.
- CelStandardDeclarations.StandardOverload - Interface in dev.cel.checker
-
General interface for defining a standard function overload.
- CelStandardMacro - Enum in dev.cel.parser
-
CelStandardMacro enum represents all of the macros defined as part of the CEL standard library.
- 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.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
CelTypeProvider
is used to lookupCelType
definitions by name, as well as enumerate supportedCelTypeProvider.types()
. - CelTypeProvider.CombinedCelTypeProvider - Class in dev.cel.common.types
-
The
CombinedCelTypeProvider
implements theCelTypeProvider
interface by merging theCelType
instances 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.
- CelUnparser - Interface in dev.cel.parser
-
Provides an unparsing utility that converts an AST back into a human-readable format.
- CelUnparserFactory - Class in dev.cel.parser
-
Factory class for producing
CelUnparser
instances and builders. - CelUnparserVisitor - Class in dev.cel.parser
-
Visitor implementation to unparse an AST.
- CelUnparserVisitor(CelAbstractSyntaxTree) - Constructor for class dev.cel.parser.CelUnparserVisitor
-
Creates a new
CelUnparserVisitor
. - CelValidationException - Exception in dev.cel.common
-
Base class for all checked exceptions explicitly thrown by the library during parsing.
- CelValidationException(CelSource, List<CelIssue>) - Constructor for exception dev.cel.common.CelValidationException
- CelValidationResult - Class in dev.cel.common
-
CelValidationResult encapsulates the
CelAbstractSyntaxTree
andCelIssue
set which may be generated during the parse and check phases. - CelValidationResult(CelAbstractSyntaxTree, ImmutableList<CelIssue>) - Constructor for class dev.cel.common.CelValidationResult
-
Internal: Consumers should not be creating an instance of this class on their own
- CelValidationResult(CelSource, ImmutableList<CelIssue>) - Constructor for class dev.cel.common.CelValidationResult
-
Internal: Consumers should not be creating an instance of this class directly.
- CelValidationResult(CelSource, Throwable, ImmutableList<CelIssue>) - Constructor for class dev.cel.common.CelValidationResult
-
Internal: Consumers should not be creating an instance of this class directly.
- 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
- CelVarDecl - Class in dev.cel.common
-
Abstract representation of a CEL variable declaration.
- CelVarDecl() - Constructor for class dev.cel.common.CelVarDecl
- CELVisitor<T> - Interface in cel.parser.internal
-
This interface defines a complete generic visitor for a parse tree produced by
CELParser
. - channelNames - Static variable in class cel.parser.internal.CELLexer
- check(Env, String, ParsedExpr) - Static method in class dev.cel.checker.ExprChecker
-
Deprecated.Do not use. CEL-Java users should leverage the Fluent APIs instead. See
CelCompilerFactory
. - check(CelAbstractSyntaxTree) - Method in interface dev.cel.checker.CelChecker
-
Check the input
ast
for type-agreement and return 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
- clear() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.Decl.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.EnumValue.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.EvalState.Result.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.
- clear() - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep.Builder
-
Deprecated.
- clear() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.Expr.Ident.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.Reference.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.Type.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.Type.ListType.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
- clear() - Method in class com.google.api.expr.v1alpha1.Value.Builder
- 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.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.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
- 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 com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- 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.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.
- 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.
- 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.Builder
-
Documentation string for the function that indicates the general purpose of the function and its behavior.
- 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.
- 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.
- clearEnumValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
An enum value.
- clearError() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
-
The set of errors in the critical path of evalution.
- clearError() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Error type.
- 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.
- 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.ParsedExpr.Builder
-
The parsed expression.
- 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.
- clearExprSteps() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.List of steps.
- clearExprVersion() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
-
The expr version indicates the major / minor version number of the `expr` representation.
- 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 com.google.api.expr.v1alpha1.SourceInfo.Builder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- 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 com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
-
Identifier for the extension.
- 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.
- 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 the comprehension 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 first iteration variable.
- clearIterVar() - Method in class dev.cel.expr.Expr.Comprehension.Builder
-
The name of the first iteration variable.
- clearIterVar2() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
The name of the second iteration variable, empty if not set.
- 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.
- 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
- 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.
- 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, iter_var2, 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, iter_var2, 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.
- clearMacroCalls() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
- clearMacroCalls() - Method in class dev.cel.expr.SourceInfo.Builder
- clearMajor() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version.Builder
-
Major version changes indicate different required support level from the required components.
- 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.
- 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 com.google.api.expr.v1alpha1.SourceInfo.Extension.Version.Builder
-
Minor version changes must not change the observed behavior from existing implementations, but may be provided informationally.
- 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.
- clearObjectValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
The proto message backing an object value.
- clearOffset() - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
-
The UTF-8 code unit offset.
- clearOperand() - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
-
Required.
- 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.
- 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.
- 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.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.
- 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.
- clearUnknown() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
-
The set of unknowns in the critical path of evaluation.
- clearValue() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
-
The constant value of the identifier.
- clearValue() - Method in class com.google.api.expr.v1alpha1.EnumValue.Builder
-
The value of the enum.
- clearValue() - Method in class com.google.api.expr.v1alpha1.EvalState.Result.Builder
-
The index in `values` of the resulting value.
- clearValue() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
-
Required.
- clearValue() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
-
A concrete value.
- clearValue() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
-
The value.
- clearValue() - Method in class com.google.api.expr.v1alpha1.Reference.Builder
-
For references to constants, this may contain the value of the constant if known at compile time.
- clearValue() - Method in class dev.cel.expr.Decl.IdentDecl.Builder
-
The constant value of the identifier.
- clearValue() - Method in class dev.cel.expr.Expr.CreateStruct.Entry.Builder
-
Required.
- 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.
- clearValues() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
The unique values referenced in this message.
- clearValues() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.All of the observed values.
- clearValues() - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
-
The ordered values in the list.
- clearValueType() - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
-
The type of the value.
- clearValueType() - Method in class dev.cel.expr.Type.MapType.Builder
-
The type of the value.
- clearVersion() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
-
Version info.
- 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(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
- CombinedTypeProvider(Iterable<TypeProvider>) - Constructor for class dev.cel.checker.TypeProvider.CombinedTypeProvider
-
Deprecated.
- COMMA - Static variable in class cel.parser.internal.CELLexer
- COMMA - Static variable in class cel.parser.internal.CELParser
- COMMA - Static variable in class dev.cel.parser.CelUnparserVisitor
- COMMA() - Method in class cel.parser.internal.CELParser.CreateListContext
- COMMA() - Method in class cel.parser.internal.CELParser.CreateMapContext
- COMMA() - Method in class cel.parser.internal.CELParser.CreateMessageContext
- COMMA() - Method in class cel.parser.internal.CELParser.ExprListContext
- COMMA() - Method in class cel.parser.internal.CELParser.FieldInitializerListContext
- COMMA() - Method in class cel.parser.internal.CELParser.ListInitContext
- COMMA() - Method in class cel.parser.internal.CELParser.MapInitializerListContext
- COMMA(int) - Method in class cel.parser.internal.CELParser.ExprListContext
- COMMA(int) - Method in class cel.parser.internal.CELParser.FieldInitializerListContext
- COMMA(int) - Method in class cel.parser.internal.CELParser.ListInitContext
- COMMA(int) - Method in class cel.parser.internal.CELParser.MapInitializerListContext
- COMMENT - Static variable in class cel.parser.internal.CELLexer
- COMMENT - Static variable in class cel.parser.internal.CELParser
- compareTo(CelSourceLocation) - Method in class dev.cel.common.CelSourceLocation
- compareTo(CelMacro) - Method in class dev.cel.parser.CelMacro
- compile(String) - Method in interface dev.cel.compiler.CelCompiler
-
Compile the input
expression
and return aCelValidationResult
. - compile(String, String) - Method in interface dev.cel.compiler.CelCompiler
-
Compile the input
expression
and return aCelValidationResult
. - COMPONENT_PARSER - com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
-
Parser.
- 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 com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
-
Parser.
- COMPONENT_PARSER_VALUE - Static variable in enum dev.cel.expr.SourceInfo.Extension.Component
-
Parser.
- COMPONENT_RUNTIME - com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
-
Runtime.
- 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 com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
-
Runtime.
- COMPONENT_RUNTIME_VALUE - Static variable in enum dev.cel.expr.SourceInfo.Extension.Component
-
Runtime.
- COMPONENT_TYPE_CHECKER - com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
-
Type checker.
- 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 com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
-
Type checker.
- COMPONENT_TYPE_CHECKER_VALUE - Static variable in enum dev.cel.expr.SourceInfo.Extension.Component
-
Type checker.
- COMPONENT_UNSPECIFIED - com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
-
Unspecified, default.
- 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 com.google.api.expr.v1alpha1.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 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
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(CelByteString) - Method in class dev.cel.common.values.CelByteString
- CONDITIONAL - dev.cel.checker.CelStandardDeclarations.StandardFunction
- CONDITIONAL - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.BooleanOperator
- 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 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
- 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
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
- container() - Method in interface dev.cel.checker.CelCheckerBuilder
-
Retrieves the currently configured
CelContainer
in the builder. - container() - Method in class dev.cel.checker.CelCheckerLegacyImpl.Builder
- container() - Method in interface dev.cel.compiler.CelCompilerBuilder
-
Retrieves the currently configured
CelContainer
in the builder. - container() - Method in class dev.cel.compiler.CelCompilerImpl.Builder
- 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.checker.CelStandardDeclarations.StandardFunction
- CONTAINS_STRING - dev.cel.checker.CelStandardDeclarations.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(DescriptorProtos.FileDescriptorSet) - Static method in class dev.cel.common.internal.FileDescriptorSetConverter
-
Extracts all FileDescriptors from the FileDescriptorSet
- copy(CelExpr) - Method in class dev.cel.parser.CelMacroExprFactory
-
Duplicates
CelExpr
with a brand new set of identifiers. - copyExprId(long) - Method in class dev.cel.parser.CelMacroExprFactory
-
Returns the next unique expression ID which is associated with the same metadata (i.e.
- copyFrom(CELParser.EscapeIdentContext) - Method in class cel.parser.internal.CELParser.EscapeIdentContext
- copyFrom(CELParser.LiteralContext) - Method in class cel.parser.internal.CELParser.LiteralContext
- copyFrom(CELParser.MemberContext) - Method in class cel.parser.internal.CELParser.MemberContext
- copyFrom(CELParser.PrimaryContext) - Method in class cel.parser.internal.CELParser.PrimaryContext
- copyFrom(CELParser.UnaryContext) - Method in class cel.parser.internal.CELParser.UnaryContext
- copyFromUtf8(String) - Static method in class dev.cel.common.values.CelByteString
- 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(double) - Static method in class dev.cel.common.values.DoubleValue
- create(long) - Static method in class dev.cel.common.values.IntValue
- create(long) - Static method in class dev.cel.common.values.UintValue
- create(UnsignedLong) - Static method in class dev.cel.common.values.UintValue
- 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(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(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, 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, 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(Duration) - Static method in class dev.cel.common.values.DurationValue
- create(Instant) - Static method in class dev.cel.common.values.TimestampValue
- 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
- 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.
- 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.checker.Types
-
Create a map with
keyType
andvalueType
. - createMap(Type, Type) - Static method in class dev.cel.common.types.CelProtoTypes
-
Create a map with
keyType
andvalueType
. - CreateMapContext(CELParser.PrimaryContext) - Constructor for class cel.parser.internal.CELParser.CreateMapContext
- createMessage(String) - Static method in class dev.cel.checker.Types
-
Create a message
Type
formessageName
. - createMessage(String) - Static method in class dev.cel.common.types.CelProtoTypes
-
Create a message
Type
formessageName
. - 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.
- 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
. - createWrapper(Type) - Static method in class dev.cel.checker.Types
-
Create a wrapper type where the input is a
Type
of primitive types. - createWrapper(Type) - Static method in class dev.cel.common.types.CelProtoTypes
-
Create a wrapper type where the input is a
Type
of primitive types. - createWrapper(Type.PrimitiveType) - Static method in class dev.cel.checker.Types
-
Create a wrapper type for the
primitive
. - 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
Builder
configured with the most current set ofCelOptions
(recommended). - 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
DeclGroup
from the inputidents
andfunctions
. - 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
- DEPRECATED - dev.cel.common.CelIssue.Severity
- DescriptorTypeProvider - Class in dev.cel.checker
-
The
DescriptorTypeProvider
provides type information for one or moreDescriptors.Descriptor
instances of proto messages. - DescriptorTypeProvider() - Constructor for class dev.cel.checker.DescriptorTypeProvider
-
Constructs the empty provider, which will resolve nothing.
- DescriptorTypeProvider(DescriptorProtos.FileDescriptorSet) - Constructor for class dev.cel.checker.DescriptorTypeProvider
-
Constructs a provider based on the given file descriptor set proto, as it is emitted by the protocol compiler.
- DescriptorTypeProvider(Iterable<Descriptors.Descriptor>) - Constructor for class dev.cel.checker.DescriptorTypeProvider
- DescriptorTypeProvider(Collection<Descriptors.FileDescriptor>) - Constructor for class dev.cel.checker.DescriptorTypeProvider
- DescriptorTypeProvider.EnumValueDef - Class in dev.cel.checker
-
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
TypeDef
information. - DescriptorTypeProvider.SymbolTable - Class in dev.cel.checker
-
Helper class to construct a symbol table for messages, enums, and their respective declarations.
- DescriptorTypeProvider.TypeDef - Class in dev.cel.checker
-
Value object for a proto-based primitive, message, or enum definition.
- dev.cel.checker - package dev.cel.checker
- dev.cel.common - package dev.cel.common
- dev.cel.common.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.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.parser - package dev.cel.parser
- 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.
- DIVIDE - dev.cel.checker.CelStandardDeclarations.StandardFunction
- DIVIDE - dev.cel.parser.Operator
- DIVIDE_BY_ZERO - dev.cel.common.CelErrorCode
-
Division by zero, also reported for modulus operations.
- DIVIDE_DOUBLE - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
- DIVIDE_INT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
- DIVIDE_UINT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
- doc() - Method in class dev.cel.checker.CelIdentDecl
-
Documentation string for the identifier.
- doc() - Method in class dev.cel.common.CelOverloadDecl
-
Documentation string for the overload.
- doc(String) - Method in class dev.cel.checker.Env.FunctionBuilder
-
Deprecated.Adds documentation to the last added overload.
- doc(String) - Method in class dev.cel.checker.Env.IdentBuilder
-
Deprecated.Set the documentation for the identifier.
- DOC_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- DOC_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Decl.IdentDecl
- DOC_FIELD_NUMBER - Static variable in class dev.cel.expr.Decl.FunctionDecl
- 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.GlobalCallContext
- DOT() - Method in class cel.parser.internal.CELParser.IdentContext
- DOT() - Method in class cel.parser.internal.CELParser.MemberCallContext
- DOT() - Method in class cel.parser.internal.CELParser.SelectContext
- DOT(int) - Method in class cel.parser.internal.CELParser.CreateMessageContext
- DOUBLE - com.google.api.expr.v1alpha1.Type.PrimitiveType
-
Double type.
- DOUBLE - dev.cel.checker.CelStandardDeclarations.StandardFunction
- DOUBLE - dev.cel.checker.CelStandardDeclarations.StandardIdentifier
- DOUBLE - dev.cel.common.types.CelKind
- DOUBLE - dev.cel.expr.Type.PrimitiveType
-
Double type.
- 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.SimpleType
- DOUBLE_TO_DOUBLE - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
- DOUBLE_TO_INT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
- DOUBLE_TO_STRING - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
- DOUBLE_TO_UINT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
- DOUBLE_VALUE - com.google.api.expr.v1alpha1.Constant.ConstantKindCase
- DOUBLE_VALUE - com.google.api.expr.v1alpha1.Value.KindCase
- DOUBLE_VALUE - dev.cel.common.ast.CelConstant.Kind
- DOUBLE_VALUE - dev.cel.expr.Constant.ConstantKindCase
- 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_WRAPPER_MESSAGE - Static variable in class dev.cel.checker.Types
- DOUBLE_WRAPPER_MESSAGE - Static variable in class dev.cel.common.types.CelTypes
- DoubleContext(CELParser.LiteralContext) - Constructor for class cel.parser.internal.CELParser.DoubleContext
- 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.checker.CelStandardDeclarations.StandardFunction
- DURATION - dev.cel.common.types.CelKind
- DURATION - dev.cel.expr.Type.WellKnownType
-
Well-known protobuf.Duration type, internally referenced as `duration`.
- 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.SimpleType
- DURATION_MESSAGE - Static variable in class dev.cel.checker.Types
- DURATION_MESSAGE - Static variable in class dev.cel.common.types.CelTypes
- DURATION_TO_DURATION - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
- DURATION_TO_HOURS - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.DateTime
- DURATION_TO_MILLISECONDS - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.DateTime
- DURATION_TO_MINUTES - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.DateTime
- DURATION_TO_SECONDS - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.DateTime
- DURATION_TO_STRING - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
- DURATION_VALUE - com.google.api.expr.v1alpha1.Constant.ConstantKindCase
-
Deprecated.
- DURATION_VALUE - dev.cel.common.ast.CelConstant.Kind
-
Deprecated.Do not use. Duration is no longer built-in CEL type.
- 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
- 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.StandardFunction
- DYN - dev.cel.checker.CelStandardDeclarations.StandardIdentifier
- DYN - dev.cel.common.types.CelKind
- DYN - dev.cel.expr.Type.TypeKindCase
- 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.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
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 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
- 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)
- enableCelValue() - Method in class dev.cel.common.CelOptions
- enableCelValue(boolean) - Method in class dev.cel.common.CelOptions.Builder
-
Enables the usage of
CelValue
for 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_int64
and other cross-type numeric comparisons fordouble
,int64
, anduint64
values. - 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.HomogeneousLiteralValidator
instead. - 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
ProtoEquality
proto equality. - enableQuotedIdentifierSyntax() - Method in class dev.cel.common.CelOptions
- enableQuotedIdentifierSyntax(boolean) - Method in class dev.cel.common.CelOptions.Builder
-
Enable quoted identifier syntax.
- enableRegexPartialMatch() - Method in class dev.cel.common.CelOptions
- enableRegexPartialMatch(boolean) - Method in class dev.cel.common.CelOptions.Builder
-
Treat regex
matches
calls 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_timestamp
overload 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. - ENDS_WITH - dev.cel.checker.CelStandardDeclarations.StandardFunction
- ENDS_WITH_STRING - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.StringMatchers
- enterContext(String, String) - Method in class dev.cel.common.internal.Errors
-
Enters a new error context.
- enterScope() - Method in class dev.cel.checker.Env
-
Enters a new scope.
- entries - Variable in class cel.parser.internal.CELParser.CreateMapContext
- entries - Variable in class cel.parser.internal.CELParser.CreateMessageContext
- entries() - Method in class dev.cel.common.ast.CelExpr.CelMap
-
The entries in the creation expression.
- entries() - Method in class dev.cel.common.ast.CelExpr.CelStruct
- 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
- 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_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.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() - Constructor for class dev.cel.common.values.EnumValue
- EnumValue.Builder - Class in com.google.api.expr.v1alpha1
-
An enum value.
- EnumValueDef() - Constructor for class dev.cel.checker.DescriptorTypeProvider.EnumValueDef
- EnumValueOrBuilder - Interface in com.google.api.expr.v1alpha1
- enumValues() - Method in class dev.cel.checker.DescriptorTypeProvider.TypeDef
-
The set of
DescriptorTypeProvider.EnumValueDef
values for an enum. - Env - Class in dev.cel.checker
-
Environment used during checking of expressions.
- Env.DeclGroup - Class in dev.cel.checker
-
Object for managing a group of declarations within a scope.
- Env.FunctionBuilder - Class in dev.cel.checker
-
Deprecated.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(Object) - Method in class com.google.api.expr.v1alpha1.CheckedExpr
- equals(Object) - Method in class com.google.api.expr.v1alpha1.Constant
- equals(Object) - Method in class com.google.api.expr.v1alpha1.Decl
- equals(Object) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
- equals(Object) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- equals(Object) - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
- equals(Object) - Method in class com.google.api.expr.v1alpha1.EnumValue
- equals(Object) - Method in class com.google.api.expr.v1alpha1.ErrorSet
- equals(Object) - Method in class com.google.api.expr.v1alpha1.EvalState
- equals(Object) - Method in class com.google.api.expr.v1alpha1.EvalState.Result
- equals(Object) - Method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.
- equals(Object) - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep
-
Deprecated.
- equals(Object) - Method in class com.google.api.expr.v1alpha1.Expr.Call
- equals(Object) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
- equals(Object) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList
- equals(Object) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- equals(Object) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
- equals(Object) - Method in class com.google.api.expr.v1alpha1.Expr
- equals(Object) - Method in class com.google.api.expr.v1alpha1.Expr.Ident
- equals(Object) - Method in class com.google.api.expr.v1alpha1.Expr.Select
- equals(Object) - Method in class com.google.api.expr.v1alpha1.ExprValue
- equals(Object) - Method in class com.google.api.expr.v1alpha1.ListValue
- equals(Object) - Method in class com.google.api.expr.v1alpha1.MapValue.Entry
- equals(Object) - Method in class com.google.api.expr.v1alpha1.MapValue
- equals(Object) - Method in class com.google.api.expr.v1alpha1.ParsedExpr
- equals(Object) - Method in class com.google.api.expr.v1alpha1.Reference
- equals(Object) - Method in class com.google.api.expr.v1alpha1.SourceInfo
- equals(Object) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
- equals(Object) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- equals(Object) - Method in class com.google.api.expr.v1alpha1.SourcePosition
- equals(Object) - Method in class com.google.api.expr.v1alpha1.Type.AbstractType
- equals(Object) - Method in class com.google.api.expr.v1alpha1.Type
- equals(Object) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType
- equals(Object) - Method in class com.google.api.expr.v1alpha1.Type.ListType
- equals(Object) - Method in class com.google.api.expr.v1alpha1.Type.MapType
- equals(Object) - Method in class com.google.api.expr.v1alpha1.UnknownSet
- equals(Object) - Method in class com.google.api.expr.v1alpha1.Value
- equals(Object) - Method in class dev.cel.checker.DescriptorTypeProvider.FieldDef
- equals(Object) - Method in class dev.cel.checker.DescriptorTypeProvider.TypeDef
- equals(Object) - Method in class dev.cel.common.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.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.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.parser.CelMacro
- EQUALS - dev.cel.checker.CelStandardDeclarations.StandardFunction
- EQUALS - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Relation
- EQUALS - dev.cel.parser.Operator
- EQUALS - Static variable in class cel.parser.internal.CELLexer
- EQUALS - Static variable in class cel.parser.internal.CELParser
- EQUALS() - Method in class cel.parser.internal.CELParser.RelationContext
- ERROR - com.google.api.expr.v1alpha1.ExprValue.KindCase
- ERROR - com.google.api.expr.v1alpha1.Type.TypeKindCase
- ERROR - dev.cel.common.CelIssue.Severity
- ERROR - dev.cel.common.types.CelKind
- 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.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.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.
- 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.Error - Class in dev.cel.common.internal
-
Represents an error.
- Errors.ErrorFormatter - Interface in dev.cel.common.internal
-
Helper interface to format an error string.
- Errors.SourceLocation - Class in dev.cel.common.internal
-
SourceLocation gives the line and column where an expression starts.
- ErrorSet - Class in com.google.api.expr.v1alpha1
-
A set of errors.
- ErrorSet.Builder - Class in com.google.api.expr.v1alpha1
-
A set of errors.
- ErrorSetOrBuilder - Interface in com.google.api.expr.v1alpha1
- 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
- ESC_IDENTIFIER - Static variable in class cel.parser.internal.CELLexer
- ESC_IDENTIFIER - Static variable in class cel.parser.internal.CELParser
- ESC_IDENTIFIER() - Method in class cel.parser.internal.CELParser.EscapedIdentifierContext
- EscapedIdentifierContext(CELParser.EscapeIdentContext) - Constructor for class cel.parser.internal.CELParser.EscapedIdentifierContext
- escapeIdent() - Method in class cel.parser.internal.CELParser
- escapeIdent() - Method in class cel.parser.internal.CELParser.OptFieldContext
- escapeIdent() - Method in class cel.parser.internal.CELParser.SelectContext
- EscapeIdentContext() - Constructor for class cel.parser.internal.CELParser.EscapeIdentContext
- EscapeIdentContext(ParserRuleContext, int) - Constructor for class cel.parser.internal.CELParser.EscapeIdentContext
- EvalProto - Class in com.google.api.expr.v1alpha1
- EvalState - Class in com.google.api.expr.v1alpha1
-
The state of an evaluation.
- EvalState.Builder - Class in com.google.api.expr.v1alpha1
-
The state of an evaluation.
- EvalState.Result - Class in com.google.api.expr.v1alpha1
-
A single evalution result.
- EvalState.Result.Builder - Class in com.google.api.expr.v1alpha1
-
A single evalution result.
- EvalState.ResultOrBuilder - Interface in com.google.api.expr.v1alpha1
- EvalStateOrBuilder - Interface in com.google.api.expr.v1alpha1
- evaluateCanonicalTypesToNativeValues() - Method in class dev.cel.common.CelOptions
- evaluateCanonicalTypesToNativeValues(boolean) - Method in class dev.cel.common.CelOptions.Builder
-
If set, canonical CEL types such as bytes and CEL null will return their native value equivalents instead of protobuf based values.
- EXCLAM - Static variable in class cel.parser.internal.CELLexer
- EXCLAM - Static variable in class cel.parser.internal.CELParser
- EXCLAM() - Method in class cel.parser.internal.CELParser.LogicalNotContext
- EXCLAM(int) - Method in class cel.parser.internal.CELParser.LogicalNotContext
- excludeFunctions(CelStandardDeclarations.StandardFunction...) - Method in class dev.cel.checker.CelStandardDeclarations.Builder
- excludeFunctions(Iterable<CelStandardDeclarations.StandardFunction>) - Method in class dev.cel.checker.CelStandardDeclarations.Builder
- excludeIdentifiers(CelStandardDeclarations.StandardIdentifier...) - Method in class dev.cel.checker.CelStandardDeclarations.Builder
- excludeIdentifiers(Iterable<CelStandardDeclarations.StandardIdentifier>) - Method in class dev.cel.checker.CelStandardDeclarations.Builder
- EXISTS - dev.cel.parser.CelStandardMacro
-
Boolean comprehension which asserts that a predicate holds true for at least one element in the input range.
- EXISTS - 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.Builder - Class in com.google.api.expr.v1alpha1
-
Deprecated.Values of intermediate expressions produced when evaluating expression.
- Explain.ExprStep - Class in com.google.api.expr.v1alpha1
-
Deprecated.ID and value index of one step.
- Explain.ExprStep.Builder - Class in com.google.api.expr.v1alpha1
-
Deprecated.ID and value index of one step.
- Explain.ExprStepOrBuilder - Interface in com.google.api.expr.v1alpha1
-
Deprecated.
- ExplainOrBuilder - Interface in com.google.api.expr.v1alpha1
-
Deprecated.
- ExplainProto - Class in com.google.api.expr.v1alpha1
- expr - Variable in class cel.parser.internal.CELParser.ExprListContext
- expr - Variable in class cel.parser.internal.CELParser.FieldInitializerListContext
- expr - Variable in class cel.parser.internal.CELParser.MapInitializerListContext
- expr() - Method in class cel.parser.internal.CELParser
- expr() - Method in class cel.parser.internal.CELParser.ExprContext
- expr() - Method in class cel.parser.internal.CELParser.ExprListContext
- expr() - Method in class cel.parser.internal.CELParser.FieldInitializerListContext
- expr() - Method in class cel.parser.internal.CELParser.IndexContext
- expr() - Method in class cel.parser.internal.CELParser.MapInitializerListContext
- expr() - Method in class cel.parser.internal.CELParser.NestedContext
- expr() - Method in class cel.parser.internal.CELParser.OptExprContext
- expr() - Method in class cel.parser.internal.CELParser.StartContext
- expr(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.ParsedExpr
- EXPR_STEPS_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.
- EXPR_VERSION_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.CheckedExpr
- EXPR_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.CelExprConverter
-
Converts a proto-based
Constant
to 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
- exprId() - Method in class dev.cel.common.internal.Errors.Error
-
Returns the expression ID associated with this error.
- 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.GlobalCallContext
- 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.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.CelExprConverter
-
Converts a proto-based
Reference
to CEL native representation ofCelReference
. - EXPRS_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.UnknownSet
- ExprValue - Class in com.google.api.expr.v1alpha1
-
The value of an evaluated expression.
- ExprValue.Builder - Class in com.google.api.expr.v1alpha1
-
The value of an evaluated expression.
- ExprValue.KindCase - Enum in com.google.api.expr.v1alpha1
- ExprValueOrBuilder - Interface in com.google.api.expr.v1alpha1
- ExprVisitor - Class in dev.cel.checker
-
CEL expression visitor implementation.
- ExprVisitor() - Constructor for class dev.cel.checker.ExprVisitor
- ExprVisitor.ComprehensionArg - Enum in dev.cel.checker
-
ComprehensionArg specifies the arg ordinal values for comprehension arguments, where the ordinal of the enum maps to the ordinal of the argument in the comprehension expression.
- 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 com.google.api.expr.v1alpha1.SourceInfo
- 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 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 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.FieldDef
values for a message. - fields() - Method in class dev.cel.common.types.StructType
-
Returns the full set of
Field
definitions visible within this struct. - fieldType() - Method in class dev.cel.checker.TypeProvider.ExtensionFieldType
-
Deprecated.The
TypeProvider.FieldType
of the extension field. - FieldType() - Constructor for class dev.cel.checker.TypeProvider.FieldType
-
Deprecated.
- 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
FileDescriptorSet
to a collection ofFileDescriptor
instances. - 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
- 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(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.
- findEnumValue(String) - Method in class dev.cel.checker.DescriptorTypeProvider.TypeDef
- findExtension(String) - Method in class dev.cel.common.types.ProtoMessageType
-
Find an
Extension
by its fully-qualifiedextensionName
. - findField(String) - Method in interface dev.cel.common.types.StructType.FieldResolver
-
Find the
CelType
for the givenfieldName
if the field is defined. - findField(String) - Method in class dev.cel.common.types.StructType
-
Returns the
CelType
associated with the struct field name. - 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
. - findReverse(String) - Static method in enum dev.cel.parser.Operator
-
Lookup an operator by its mangled name (ex: _&&_), as used within the AST.
- 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
CelType
for the giventypeName
if supported. - findType(String) - Method in class dev.cel.common.types.ProtoMessageTypeProvider
- FLOAT_WRAPPER_MESSAGE - Static variable in class dev.cel.checker.Types
- FLOAT_WRAPPER_MESSAGE - Static variable in class dev.cel.common.types.CelTypes
- fold(String, CelExpr, String, CelExpr, CelExpr, CelExpr, CelExpr) - Method in class dev.cel.common.ast.CelExprFactory
-
Fold creates a fold for one variable comprehension instruction.
- fold(String, String, CelExpr, String, CelExpr, CelExpr, CelExpr, CelExpr) - Method in class dev.cel.common.ast.CelExprFactory
-
Fold creates a fold for two variable comprehension instruction.
- format(CelType) - Static method in class dev.cel.common.types.CelTypes
-
Method to adapt a simple
Type
into aString
representation. - format(Type) - Static method in class dev.cel.common.types.CelProtoTypes
-
Method to adapt a simple
Type
into aString
representation. - 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
CelIssue
from the given line, column, format string, and arguments. - formatError(long, CelSourceLocation, String) - Static method in class dev.cel.common.CelIssue
-
Build
CelIssue
from the given expression id,CelSourceLocation
, format string, and arguments. - formatError(CelSourceLocation, String) - Static method in class dev.cel.common.CelIssue
-
Build
CelIssue
from the givenCelSourceLocation
, format string, and arguments. - formatError(String) - Method in interface dev.cel.common.internal.Errors.ErrorFormatter
- formatFunction(CelType, Iterable<CelType>, boolean, boolean) - Static method in class dev.cel.common.types.CelTypes
-
Format a function signature string from the input
argTypes
andresultType
. - forNumber(int) - Static method in enum com.google.api.expr.v1alpha1.Constant.ConstantKindCase
- forNumber(int) - Static method in enum com.google.api.expr.v1alpha1.Decl.DeclKindCase
- forNumber(int) - Static method in enum com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.KeyKindCase
- forNumber(int) - Static method in enum com.google.api.expr.v1alpha1.Expr.ExprKindCase
- forNumber(int) - Static method in enum com.google.api.expr.v1alpha1.ExprValue.KindCase
- forNumber(int) - Static method in enum com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
- forNumber(int) - Static method in enum com.google.api.expr.v1alpha1.Type.PrimitiveType
- forNumber(int) - Static method in enum com.google.api.expr.v1alpha1.Type.TypeKindCase
- forNumber(int) - Static method in enum com.google.api.expr.v1alpha1.Type.WellKnownType
- forNumber(int) - Static method in enum com.google.api.expr.v1alpha1.Value.KindCase
- 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.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
- fromCelAst(CelAbstractSyntaxTree) - Static method in class dev.cel.common.CelProtoAbstractSyntaxTree
-
Constructs CelProtoAbstractSyntaxTree from
CelAbstractSyntaxTree
. - fromCelExpr(CelExpr) - Static method in class dev.cel.common.ast.CelExprConverter
- 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.CelExprConverter
- fromParsedExpr(ParsedExpr) - Static method in class dev.cel.common.CelProtoAbstractSyntaxTree
-
Construct an abstract syntax tree from a
ParsedExpr
. - 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.
- fromString(String) - Static method in class dev.cel.common.internal.CelCodePointArray
- function() - Method in class dev.cel.common.ast.CelExpr.CelCall
- 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.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.
- functionDecl() - Method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction
G
- generate(long) - Method in interface dev.cel.common.ast.CelExprIdGeneratorFactory.ExprIdGenerator
-
Generates an expression ID with the provided expr ID as the context.
- Generated - Annotation Type in dev.cel.common.annotations
-
Annotates that the source code is generated by CEL.
- 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.checker.CelStandardDeclarations.StandardFunction
- GET_DAY_OF_MONTH - dev.cel.checker.CelStandardDeclarations.StandardFunction
- GET_DAY_OF_WEEK - dev.cel.checker.CelStandardDeclarations.StandardFunction
- GET_DAY_OF_YEAR - dev.cel.checker.CelStandardDeclarations.StandardFunction
- GET_FULL_YEAR - dev.cel.checker.CelStandardDeclarations.StandardFunction
- GET_HOURS - dev.cel.checker.CelStandardDeclarations.StandardFunction
- GET_MILLISECONDS - dev.cel.checker.CelStandardDeclarations.StandardFunction
- GET_MINUTES - dev.cel.checker.CelStandardDeclarations.StandardFunction
- GET_MONTH - dev.cel.checker.CelStandardDeclarations.StandardFunction
- GET_SECONDS - dev.cel.checker.CelStandardDeclarations.StandardFunction
- getAbstractType() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Abstract, application defined type.
- getAbstractType() - Method in class com.google.api.expr.v1alpha1.Type
-
Abstract, application defined type.
- getAbstractType() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
-
Abstract, application defined type.
- 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 com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- getAffectedComponents(int) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- getAffectedComponents(int) - Method in interface com.google.api.expr.v1alpha1.SourceInfo.ExtensionOrBuilder
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- 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 com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- getAffectedComponentsCount() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- getAffectedComponentsCount() - Method in interface com.google.api.expr.v1alpha1.SourceInfo.ExtensionOrBuilder
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- 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 com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- getAffectedComponentsList() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- getAffectedComponentsList() - Method in interface com.google.api.expr.v1alpha1.SourceInfo.ExtensionOrBuilder
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- 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 com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- getAffectedComponentsValue(int) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- getAffectedComponentsValue(int) - Method in interface com.google.api.expr.v1alpha1.SourceInfo.ExtensionOrBuilder
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- 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 com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- getAffectedComponentsValueList() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- getAffectedComponentsValueList() - Method in interface com.google.api.expr.v1alpha1.SourceInfo.ExtensionOrBuilder
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- 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
CelDescriptors
set from the input set offileDescriptors
. - getAllDescriptorsFromFileDescriptor(Iterable<Descriptors.FileDescriptor>) - Static method in class dev.cel.common.CelDescriptorUtil
-
Extract the full message
CelDescriptors
set from the input set offileDescriptors
. - getAllDescriptorsFromFileDescriptor(Iterable<Descriptors.FileDescriptor>, boolean) - Static method in class dev.cel.common.CelDescriptorUtil
-
Extract the full message
FileDescriptor
set 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.
- getAllIssues() - Method in class dev.cel.common.CelValidationResult
-
Return all
CelIssue
s 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.CelValidationResult
-
Returns the validated
CelAbstractSyntaxTree
if one exists. - getATN() - Method in class cel.parser.internal.CELLexer
- getATN() - Method in class cel.parser.internal.CELParser
- getBoolValue() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
boolean value.
- getBoolValue() - Method in class com.google.api.expr.v1alpha1.Constant
-
boolean value.
- getBoolValue() - Method in interface com.google.api.expr.v1alpha1.ConstantOrBuilder
-
boolean value.
- getBoolValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
Boolean value.
- getBoolValue() - Method in class com.google.api.expr.v1alpha1.Value
-
Boolean value.
- getBoolValue() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
-
Boolean value.
- 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.
- 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.
- 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
DeclGroup
at the givenscopeDepth
, where depth of0
represents root scope. - getDeclKindCase() - Method in class com.google.api.expr.v1alpha1.Decl.Builder
- getDeclKindCase() - Method in class com.google.api.expr.v1alpha1.Decl
- getDeclKindCase() - Method in interface com.google.api.expr.v1alpha1.DeclOrBuilder
- 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.Extension
- getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.SourceInfo
- getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.SourcePosition
- getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.Type.AbstractType
- getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.Type.FunctionType
- getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.Type
- getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.Type.ListType
- getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.Type.MapType
- getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.UnknownSet
- getDefaultInstance() - Static method in class com.google.api.expr.v1alpha1.Value
- 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.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.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
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.CheckedExpr
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Constant
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Decl.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Decl
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.EnumValue.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.EnumValue
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.ErrorSet
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.EvalState
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.EvalState.Result.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.EvalState.Result
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep.Builder
-
Deprecated.
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep
-
Deprecated.
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Expr.Call
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Expr
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Expr.Ident.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Expr.Ident
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Expr.Select
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.ExprValue
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.ListValue
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.MapValue
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.ParsedExpr
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Reference.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Reference
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.SourceInfo
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.SourcePosition
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Type.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Type
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Type.ListType.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Type.ListType
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Type.MapType
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.UnknownSet
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Value.Builder
- getDefaultInstanceForType() - Method in class com.google.api.expr.v1alpha1.Value
- 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.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.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
- getDefinition() - Method in enum dev.cel.parser.CelStandardMacro
-
Returns the new-style
CelMacro
definition. - 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.Extension.Builder
- getDescriptor() - Static method in enum com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version.Builder
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.SourceInfo
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.SourcePosition
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.SyntaxProto
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Type.AbstractType
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Type.Builder
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Type.FunctionType
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Type
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Type.ListType.Builder
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Type.ListType
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Type.MapType
- getDescriptor() - Static method in enum com.google.api.expr.v1alpha1.Type.PrimitiveType
- getDescriptor() - Static method in enum com.google.api.expr.v1alpha1.Type.WellKnownType
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.UnknownSet
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Value.Builder
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.Value
- getDescriptor() - Static method in class com.google.api.expr.v1alpha1.ValueProto
- 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.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.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
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Decl.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.EnumValue.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.EvalState.Result.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep.Builder
-
Deprecated.
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Expr.Ident.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Reference.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
- getDescriptorForType() - Method in enum com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Type.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Type.ListType.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
- getDescriptorForType() - Method in enum com.google.api.expr.v1alpha1.Type.PrimitiveType
- getDescriptorForType() - Method in enum com.google.api.expr.v1alpha1.Type.WellKnownType
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
- getDescriptorForType() - Method in class com.google.api.expr.v1alpha1.Value.Builder
- 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.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.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
- 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.Builder
-
Documentation string for the function that indicates the general purpose of the function and its behavior.
- getDoc() - Method in class dev.cel.expr.Decl.FunctionDecl
-
Documentation string for the function that indicates the general purpose of the function and its behavior.
- 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 interface dev.cel.expr.Decl.FunctionDeclOrBuilder
-
Documentation string for the function that indicates the general purpose of the function and its behavior.
- 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.Builder
-
Documentation string for the function that indicates the general purpose of the function and its behavior.
- getDocBytes() - Method in class dev.cel.expr.Decl.FunctionDecl
-
Documentation string for the function that indicates the general purpose of the function and its behavior.
- 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 interface dev.cel.expr.Decl.FunctionDeclOrBuilder
-
Documentation string for the function that indicates the general purpose of the function and its behavior.
- 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.
- getDurationValue() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
Deprecated.google.api.expr.v1alpha1.Constant.duration_value is deprecated. See google/api/expr/v1alpha1/syntax.proto;l=325
- getDurationValue() - Method in class com.google.api.expr.v1alpha1.Constant
-
Deprecated.google.api.expr.v1alpha1.Constant.duration_value is deprecated. See google/api/expr/v1alpha1/syntax.proto;l=325
- getDurationValue() - Method in interface com.google.api.expr.v1alpha1.ConstantOrBuilder
-
Deprecated.google.api.expr.v1alpha1.Constant.duration_value is deprecated. See google/api/expr/v1alpha1/syntax.proto;l=325
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- getEnumValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
An enum value.
- getEnumValue() - Method in class com.google.api.expr.v1alpha1.Value
-
An enum value.
- getEnumValue() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
-
An enum value.
- getEnumValueBuilder() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
An enum value.
- getEnumValueOrBuilder() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
An enum value.
- getEnumValueOrBuilder() - Method in class com.google.api.expr.v1alpha1.Value
-
An enum value.
- getEnumValueOrBuilder() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
-
An enum value.
- getError() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
-
The set of errors in the critical path of evalution.
- getError() - Method in class com.google.api.expr.v1alpha1.ExprValue
-
The set of errors in the critical path of evalution.
- getError() - Method in interface com.google.api.expr.v1alpha1.ExprValueOrBuilder
-
The set of errors in the critical path of evalution.
- getError() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Error type.
- getError() - Method in class com.google.api.expr.v1alpha1.Type
-
Error type.
- getError() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
-
Error type.
- 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.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.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
CelIssue
with error severity that occurred during validation. - getErrors() - Method in class dev.cel.common.CelValidationResult
-
Return the set of
CelIssue
s with anERROR
severity. - getErrors() - Method in class dev.cel.common.internal.Errors
-
Return the list of errors reported so far.
- getErrors(int) - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
-
The errors in the set.
- getErrors(int) - Method in class com.google.api.expr.v1alpha1.ErrorSet
-
The errors in the set.
- getErrors(int) - Method in interface com.google.api.expr.v1alpha1.ErrorSetOrBuilder
-
The errors in the set.
- getErrorsBuilder(int) - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
-
The errors in the set.
- getErrorsBuilderList() - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
-
The errors in the set.
- getErrorsCount() - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
-
The errors in the set.
- getErrorsCount() - Method in class com.google.api.expr.v1alpha1.ErrorSet
-
The errors in the set.
- getErrorsCount() - Method in interface com.google.api.expr.v1alpha1.ErrorSetOrBuilder
-
The errors in the set.
- getErrorsList() - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
-
The errors in the set.
- getErrorsList() - Method in class com.google.api.expr.v1alpha1.ErrorSet
-
The errors in the set.
- getErrorsList() - Method in interface com.google.api.expr.v1alpha1.ErrorSetOrBuilder
-
The errors in the set.
- getErrorsOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
-
The errors in the set.
- getErrorsOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.ErrorSet
-
The errors in the set.
- getErrorsOrBuilder(int) - Method in interface com.google.api.expr.v1alpha1.ErrorSetOrBuilder
-
The errors in the set.
- getErrorsOrBuilderList() - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
-
The errors in the set.
- getErrorsOrBuilderList() - Method in class com.google.api.expr.v1alpha1.ErrorSet
-
The errors in the set.
- getErrorsOrBuilderList() - Method in interface com.google.api.expr.v1alpha1.ErrorSetOrBuilder
-
The errors in the set.
- getErrorString() - Method in class dev.cel.common.CelValidationResult
-
Convert the
CelIssue
s withERROR
severity to an error string. - getExpander() - Method in class dev.cel.parser.CelMacro
-
Returns the expander for this macro.
- getExpr() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
-
The checked expression.
- getExpr() - Method in class com.google.api.expr.v1alpha1.CheckedExpr
-
The checked expression.
- getExpr() - Method in interface com.google.api.expr.v1alpha1.CheckedExprOrBuilder
-
The checked expression.
- getExpr() - Method in class com.google.api.expr.v1alpha1.EvalState.Result.Builder
-
The id of the expression this result if for.
- getExpr() - Method in class com.google.api.expr.v1alpha1.EvalState.Result
-
The id of the expression this result if for.
- getExpr() - Method in interface com.google.api.expr.v1alpha1.EvalState.ResultOrBuilder
-
The id of the expression this result if for.
- getExpr() - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
-
The parsed expression.
- getExpr() - Method in class com.google.api.expr.v1alpha1.ParsedExpr
-
The parsed expression.
- getExpr() - Method in interface com.google.api.expr.v1alpha1.ParsedExprOrBuilder
-
The parsed expression.
- getExpr() - Method in class dev.cel.common.CelAbstractSyntaxTree
-
Returns the underlying
CelExpr
representation of the abstract syntax tree. - getExpr() - Method in class dev.cel.common.CelProtoAbstractSyntaxTree
-
Returns the underlying
Expr
representation 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.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.
- getExprId() - Method in class dev.cel.common.CelIssue
- getExprKindCase() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
- getExprKindCase() - Method in class com.google.api.expr.v1alpha1.Expr
- getExprKindCase() - Method in interface com.google.api.expr.v1alpha1.ExprOrBuilder
- 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.
- getExprsCount() - Method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
-
The ids of the expressions with unknown values.
- getExprsCount() - Method in class com.google.api.expr.v1alpha1.UnknownSet
-
The ids of the expressions with unknown values.
- getExprsCount() - Method in interface com.google.api.expr.v1alpha1.UnknownSetOrBuilder
-
The ids of the expressions with unknown values.
- getExprsList() - Method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
-
The ids of the expressions with unknown values.
- getExprsList() - Method in class com.google.api.expr.v1alpha1.UnknownSet
-
The ids of the expressions with unknown values.
- getExprsList() - Method in interface com.google.api.expr.v1alpha1.UnknownSetOrBuilder
-
The ids of the expressions with unknown values.
- getExprSteps(int) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.List of steps.
- getExprSteps(int) - Method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.List of steps.
- getExprSteps(int) - Method in interface com.google.api.expr.v1alpha1.ExplainOrBuilder
-
Deprecated.List of steps.
- getExprStepsBuilder(int) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.List of steps.
- getExprStepsBuilderList() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.List of steps.
- getExprStepsCount() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.List of steps.
- getExprStepsCount() - Method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.List of steps.
- getExprStepsCount() - Method in interface com.google.api.expr.v1alpha1.ExplainOrBuilder
-
Deprecated.List of steps.
- getExprStepsList() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.List of steps.
- getExprStepsList() - Method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.List of steps.
- getExprStepsList() - Method in interface com.google.api.expr.v1alpha1.ExplainOrBuilder
-
Deprecated.List of steps.
- getExprStepsOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.List of steps.
- getExprStepsOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.List of steps.
- getExprStepsOrBuilder(int) - Method in interface com.google.api.expr.v1alpha1.ExplainOrBuilder
-
Deprecated.List of steps.
- getExprStepsOrBuilderList() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.List of steps.
- getExprStepsOrBuilderList() - Method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.List of steps.
- getExprStepsOrBuilderList() - Method in interface com.google.api.expr.v1alpha1.ExplainOrBuilder
-
Deprecated.List of steps.
- getExprVersion() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
-
The expr version indicates the major / minor version number of the `expr` representation.
- getExprVersion() - Method in class com.google.api.expr.v1alpha1.CheckedExpr
-
The expr version indicates the major / minor version number of the `expr` representation.
- getExprVersion() - Method in interface com.google.api.expr.v1alpha1.CheckedExprOrBuilder
-
The expr version indicates the major / minor version number of the `expr` representation.
- 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.
- getExtensions() - Method in class dev.cel.common.CelSource.Builder
- getExtensions() - Method in class dev.cel.common.CelSource
- getExtensions(int) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- getExtensions(int) - Method in class com.google.api.expr.v1alpha1.SourceInfo
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- getExtensions(int) - Method in interface com.google.api.expr.v1alpha1.SourceInfoOrBuilder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- 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 com.google.api.expr.v1alpha1.SourceInfo.Builder
-
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 com.google.api.expr.v1alpha1.SourceInfo.Builder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- getExtensionsBuilderList() - Method in class 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 com.google.api.expr.v1alpha1.SourceInfo.Builder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- getExtensionsCount() - Method in class com.google.api.expr.v1alpha1.SourceInfo
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- getExtensionsCount() - Method in interface com.google.api.expr.v1alpha1.SourceInfoOrBuilder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- 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 com.google.api.expr.v1alpha1.SourceInfo.Builder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- getExtensionsList() - Method in class com.google.api.expr.v1alpha1.SourceInfo
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- getExtensionsList() - Method in interface com.google.api.expr.v1alpha1.SourceInfoOrBuilder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- 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 com.google.api.expr.v1alpha1.SourceInfo.Builder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- getExtensionsOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.SourceInfo
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- getExtensionsOrBuilder(int) - Method in interface com.google.api.expr.v1alpha1.SourceInfoOrBuilder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- 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 com.google.api.expr.v1alpha1.SourceInfo.Builder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- getExtensionsOrBuilderList() - Method in class com.google.api.expr.v1alpha1.SourceInfo
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- getExtensionsOrBuilderList() - Method in interface com.google.api.expr.v1alpha1.SourceInfoOrBuilder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- 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
FileDescriptor
set needed to accurately instantiate thedescriptors
. - getFileDescriptorsFromFileDescriptorSet(DescriptorProtos.FileDescriptorSet) - Static method in class dev.cel.common.CelDescriptorUtil
-
Convert a
FileDescriptorSet
into a set ofFileDescriptor
instances. - 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 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
DeclGroup
keyed by declaration name. - getGrammarFileName() - Method in class cel.parser.internal.CELLexer
- getGrammarFileName() - Method in class cel.parser.internal.CELParser
- getId() - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep.Builder
-
Deprecated.ID of corresponding Expr node.
- getId() - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep
-
Deprecated.ID of corresponding Expr node.
- getId() - Method in interface com.google.api.expr.v1alpha1.Explain.ExprStepOrBuilder
-
Deprecated.ID of corresponding Expr node.
- getId() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
Required.
- getId() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
-
Required.
- getId() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
-
Required.
- getId() - Method in interface com.google.api.expr.v1alpha1.Expr.CreateStruct.EntryOrBuilder
-
Required.
- getId() - Method in class com.google.api.expr.v1alpha1.Expr
-
Required.
- getId() - Method in interface com.google.api.expr.v1alpha1.ExprOrBuilder
-
Required.
- getId() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
-
Identifier for the extension.
- getId() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
-
Identifier for the extension.
- getId() - Method in interface com.google.api.expr.v1alpha1.SourceInfo.ExtensionOrBuilder
-
Identifier for the extension.
- 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 com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
-
Identifier for the extension.
- getIdBytes() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
-
Identifier for the extension.
- getIdBytes() - Method in interface com.google.api.expr.v1alpha1.SourceInfo.ExtensionOrBuilder
-
Identifier for the extension.
- 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
DeclGroup
keyed by declaration name. - getInt64Value() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
int64 value.
- getInt64Value() - Method in class com.google.api.expr.v1alpha1.Constant
-
int64 value.
- getInt64Value() - Method in interface com.google.api.expr.v1alpha1.ConstantOrBuilder
-
int64 value.
- getInt64Value() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
Signed integer value.
- getInt64Value() - Method in class com.google.api.expr.v1alpha1.Value
-
Signed integer value.
- getInt64Value() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
-
Signed integer value.
- 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.
- 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, ...)`.
- getIssueString() - Method in class dev.cel.common.CelValidationResult
-
Convert all issues to a human-readable string.
- getIterRange() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
The range over which the comprehension iterates.
- getIterRange() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
-
The range over which the comprehension iterates.
- getIterRange() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
-
The range over which the comprehension iterates.
- 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 the comprehension 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 the comprehension iterates.
- getIterRangeOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
-
The range over which the comprehension iterates.
- getIterRangeOrBuilder() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
-
The range over which the comprehension iterates.
- 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 first iteration variable.
- getIterVar() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
-
The name of the first iteration variable.
- getIterVar() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
-
The name of the first iteration variable.
- 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 com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
The name of the second iteration variable, empty if not set.
- getIterVar2() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
-
The name of the second iteration variable, empty if not set.
- getIterVar2() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
-
The name of the second iteration variable, empty if not set.
- 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 com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
The name of the second iteration variable, empty if not set.
- getIterVar2Bytes() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
-
The name of the second iteration variable, empty if not set.
- getIterVar2Bytes() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
-
The name of the second iteration variable, empty if not set.
- 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 first iteration variable.
- getIterVarBytes() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
-
The name of the first iteration variable.
- getIterVarBytes() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
-
The name of the first iteration variable.
- 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.parser.CelMacro
-
Returns the unique string used to identify this macro.
- getKeyBuilder() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
-
The key.
- getKeyKindCase() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
- getKeyKindCase() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- getKeyKindCase() - Method in interface com.google.api.expr.v1alpha1.Expr.CreateStruct.EntryOrBuilder
- 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.
- 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 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
- 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.
- getListValueBuilder() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
List value.
- getListValueOrBuilder() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
List value.
- getListValueOrBuilder() - Method in class com.google.api.expr.v1alpha1.Value
-
List value.
- getListValueOrBuilder() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
-
List value.
- getLocation() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
The location name.
- getLocation() - Method in class com.google.api.expr.v1alpha1.SourceInfo
-
The location name.
- getLocation() - Method in interface com.google.api.expr.v1alpha1.SourceInfoOrBuilder
-
The location name.
- getLocation() - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
-
The soucre location name (e.g.
- getLocation() - Method in class com.google.api.expr.v1alpha1.SourcePosition
-
The soucre location name (e.g.
- getLocation() - Method in interface com.google.api.expr.v1alpha1.SourcePositionOrBuilder
-
The soucre location name (e.g.
- 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.
- 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
line
andcolumn
. - getLocationOffset(int, int) - Method in class dev.cel.common.CelSource
-
Get the code point offset within the source expression text that corresponds with the
line
andcolumn
. - 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, iter_var2, and accu_var.
- getLoopCondition() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
-
An expression which can contain iter_var, iter_var2, and accu_var.
- getLoopCondition() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
-
An expression which can contain iter_var, iter_var2, and accu_var.
- 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, iter_var2, 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, iter_var2, and accu_var.
- getLoopConditionOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
-
An expression which can contain iter_var, iter_var2, and accu_var.
- getLoopConditionOrBuilder() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
-
An expression which can contain iter_var, iter_var2, and accu_var.
- 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, iter_var2, and accu_var.
- getLoopStep() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
-
An expression which can contain iter_var, iter_var2, and accu_var.
- getLoopStep() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
-
An expression which can contain iter_var, iter_var2, and accu_var.
- 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, iter_var2, 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, iter_var2, and accu_var.
- getLoopStepOrBuilder() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
-
An expression which can contain iter_var, iter_var2, and accu_var.
- getLoopStepOrBuilder() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
-
An expression which can contain iter_var, iter_var2, and accu_var.
- 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.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 com.google.api.expr.v1alpha1.SourceInfo.Extension.Version.Builder
-
Major version changes indicate different required support level from the required components.
- getMajor() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
-
Major version changes indicate different required support level from the required components.
- getMajor() - Method in interface com.google.api.expr.v1alpha1.SourceInfo.Extension.VersionOrBuilder
-
Major version changes indicate different required support level from the required components.
- 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.
- getMapValueBuilder() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
Map value.
- getMapValueOrBuilder() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
Map value.
- getMapValueOrBuilder() - Method in class com.google.api.expr.v1alpha1.Value
-
Map value.
- getMapValueOrBuilder() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
-
Map value.
- getMessage() - Method in class dev.cel.common.CelIssue
- getMessageName() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
-
The type name of the message to be created, empty when creating map literals.
- getMessageName() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
-
The type name of the message to be created, empty when creating map literals.
- getMessageName() - Method in interface com.google.api.expr.v1alpha1.Expr.CreateStructOrBuilder
-
The type name of the message to be created, empty when creating map literals.
- 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 com.google.api.expr.v1alpha1.SourceInfo.Extension.Version.Builder
-
Minor version changes must not change the observed behavior from existing implementations, but may be provided informationally.
- getMinor() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
-
Minor version changes must not change the observed behavior from existing implementations, but may be provided informationally.
- getMinor() - Method in interface com.google.api.expr.v1alpha1.SourceInfo.Extension.VersionOrBuilder
-
Minor version changes must not change the observed behavior from existing implementations, but may be provided informationally.
- 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.
- 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.
- getNumber() - Method in enum com.google.api.expr.v1alpha1.Constant.ConstantKindCase
- getNumber() - Method in enum com.google.api.expr.v1alpha1.Decl.DeclKindCase
- getNumber() - Method in enum com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.KeyKindCase
- getNumber() - Method in enum com.google.api.expr.v1alpha1.Expr.ExprKindCase
- getNumber() - Method in enum com.google.api.expr.v1alpha1.ExprValue.KindCase
- getNumber() - Method in enum com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
- getNumber() - Method in enum com.google.api.expr.v1alpha1.Type.PrimitiveType
- getNumber() - Method in enum com.google.api.expr.v1alpha1.Type.TypeKindCase
- getNumber() - Method in enum com.google.api.expr.v1alpha1.Type.WellKnownType
- getNumber() - Method in enum com.google.api.expr.v1alpha1.Value.KindCase
- 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.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
- getObjectValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
The proto message backing an object value.
- getObjectValue() - Method in class com.google.api.expr.v1alpha1.Value
-
The proto message backing an object value.
- getObjectValue() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
-
The proto message backing an object value.
- getObjectValueBuilder() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
The proto message backing an object value.
- getObjectValueOrBuilder() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
The proto message backing an object value.
- getObjectValueOrBuilder() - Method in class com.google.api.expr.v1alpha1.Value
-
The proto message backing an object value.
- getObjectValueOrBuilder() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
-
The proto message backing an object value.
- getOffset() - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
-
The UTF-8 code unit offset.
- getOffset() - Method in class com.google.api.expr.v1alpha1.SourcePosition
-
The UTF-8 code unit offset.
- getOffset() - Method in interface com.google.api.expr.v1alpha1.SourcePositionOrBuilder
-
The UTF-8 code unit offset.
- 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
CelOptions
for the parser. - getOptions() - Method in class dev.cel.parser.CelParserImpl.Builder
- getOptions() - Method in class dev.cel.parser.CelParserImpl
-
Return the options the
CelParser
was originally created with. - getOverloadId() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
Required.
- getOverloadId() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
-
Required.
- getOverloadId() - Method in interface com.google.api.expr.v1alpha1.Decl.FunctionDecl.OverloadOrBuilder
-
Required.
- getOverloadId() - 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(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(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.Extension
- getParserForType() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- getParserForType() - Method in class com.google.api.expr.v1alpha1.SourceInfo
- getParserForType() - Method in class com.google.api.expr.v1alpha1.SourcePosition
- getParserForType() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType
- getParserForType() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType
- getParserForType() - Method in class com.google.api.expr.v1alpha1.Type
- getParserForType() - Method in class com.google.api.expr.v1alpha1.Type.ListType
- getParserForType() - Method in class com.google.api.expr.v1alpha1.Type.MapType
- getParserForType() - Method in class com.google.api.expr.v1alpha1.UnknownSet
- getParserForType() - Method in class com.google.api.expr.v1alpha1.Value
- 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.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.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
- getPositionLocation(int) - Method in class dev.cel.common.internal.Errors
-
Returns the
SourceLocation
for 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'`.
- 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.
- getReference(long) - Method in class dev.cel.common.CelAbstractSyntaxTree
- 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.
- getResultsBuilder(int) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
An ordered list of results.
- getResultsBuilderList() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
An ordered list of results.
- getResultsCount() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
An ordered list of results.
- getResultsCount() - Method in class com.google.api.expr.v1alpha1.EvalState
-
An ordered list of results.
- getResultsCount() - Method in interface com.google.api.expr.v1alpha1.EvalStateOrBuilder
-
An ordered list of results.
- getResultsList() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
An ordered list of results.
- getResultsList() - Method in class com.google.api.expr.v1alpha1.EvalState
-
An ordered list of results.
- getResultsList() - Method in interface com.google.api.expr.v1alpha1.EvalStateOrBuilder
-
An ordered list of results.
- getResultsOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
An ordered list of results.
- getResultsOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.EvalState
-
An ordered list of results.
- getResultsOrBuilder(int) - Method in interface com.google.api.expr.v1alpha1.EvalStateOrBuilder
-
An ordered list of results.
- getResultsOrBuilderList() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
An ordered list of results.
- getResultsOrBuilderList() - Method in class com.google.api.expr.v1alpha1.EvalState
-
An ordered list of results.
- getResultsOrBuilderList() - Method in interface com.google.api.expr.v1alpha1.EvalStateOrBuilder
-
An ordered list of results.
- getResultType() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
Required.
- getResultType() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
-
Required.
- getResultType() - Method in interface com.google.api.expr.v1alpha1.Decl.FunctionDecl.OverloadOrBuilder
-
Required.
- getResultType() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
-
Result type of the function.
- getResultType() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType
-
Result type of the function.
- getResultType() - Method in interface com.google.api.expr.v1alpha1.Type.FunctionTypeOrBuilder
-
Result type of the function.
- 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.
- getRuleIndex() - Method in class cel.parser.internal.CELParser.CalcContext
- getRuleIndex() - Method in class cel.parser.internal.CELParser.ConditionalAndContext
- getRuleIndex() - Method in class cel.parser.internal.CELParser.ConditionalOrContext
- getRuleIndex() - Method in class cel.parser.internal.CELParser.EscapeIdentContext
- getRuleIndex() - Method in class cel.parser.internal.CELParser.ExprContext
- getRuleIndex() - Method in class cel.parser.internal.CELParser.ExprListContext
- getRuleIndex() - Method in class cel.parser.internal.CELParser.FieldInitializerListContext
- getRuleIndex() - Method in class cel.parser.internal.CELParser.ListInitContext
- getRuleIndex() - Method in class cel.parser.internal.CELParser.LiteralContext
- getRuleIndex() - Method in class cel.parser.internal.CELParser.MapInitializerListContext
- getRuleIndex() - Method in class cel.parser.internal.CELParser.MemberContext
- getRuleIndex() - Method in class cel.parser.internal.CELParser.OptExprContext
- getRuleIndex() - Method in class cel.parser.internal.CELParser.OptFieldContext
- getRuleIndex() - Method in class cel.parser.internal.CELParser.PrimaryContext
- getRuleIndex() - Method in class cel.parser.internal.CELParser.RelationContext
- getRuleIndex() - Method in class cel.parser.internal.CELParser.StartContext
- getRuleIndex() - Method in class cel.parser.internal.CELParser.UnaryContext
- getRuleNames() - Method in class cel.parser.internal.CELLexer
- getRuleNames() - Method in class cel.parser.internal.CELParser
- getSelectExpr() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
-
A field selection expression, e.g.
- getSelectExpr() - Method in class com.google.api.expr.v1alpha1.Expr
-
A field selection expression, e.g.
- getSelectExpr() - Method in interface com.google.api.expr.v1alpha1.ExprOrBuilder
-
A field selection expression, e.g.
- 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.Extension
- getSerializedSize() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- getSerializedSize() - Method in class com.google.api.expr.v1alpha1.SourceInfo
- getSerializedSize() - Method in class com.google.api.expr.v1alpha1.SourcePosition
- getSerializedSize() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType
- getSerializedSize() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType
- getSerializedSize() - Method in class com.google.api.expr.v1alpha1.Type
- getSerializedSize() - Method in class com.google.api.expr.v1alpha1.Type.ListType
- getSerializedSize() - Method in class com.google.api.expr.v1alpha1.Type.MapType
- getSerializedSize() - Method in class com.google.api.expr.v1alpha1.UnknownSet
- getSerializedSize() - Method in class com.google.api.expr.v1alpha1.Value
- 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.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.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
- 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
CelSource
that was used during construction of the abstract syntax tree. - getSource() - Method in exception dev.cel.common.CelValidationException
-
Returns the
CelSource
that was being validated. - getSource() - Method in class dev.cel.common.CelValidationResult
-
Return the
CelSource
associated with the result. - getSourceInfo() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
-
The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.
- getSourceInfo() - Method in class com.google.api.expr.v1alpha1.CheckedExpr
-
The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.
- getSourceInfo() - Method in interface com.google.api.expr.v1alpha1.CheckedExprOrBuilder
-
The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.
- getSourceInfo() - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
-
The source info derived from input that generated the parsed `expr`.
- getSourceInfo() - Method in class com.google.api.expr.v1alpha1.ParsedExpr
-
The source info derived from input that generated the parsed `expr`.
- getSourceInfo() - Method in interface com.google.api.expr.v1alpha1.ParsedExprOrBuilder
-
The source info derived from input that generated the parsed `expr`.
- getSourceInfo() - Method in class dev.cel.common.CelProtoAbstractSyntaxTree
-
Returns the underlying
SourceInfo
representation 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
CelExpr
ID. - getSourceLocation(CelExpr) - Method in class dev.cel.parser.CelMacroExprFactory
-
Retrieves the source location for the given
CelExpr
ID. - getSourceName() - Method in class dev.cel.common.internal.CodePointStream
- getStringValue() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
string value.
- getStringValue() - Method in class com.google.api.expr.v1alpha1.Constant
-
string value.
- getStringValue() - Method in interface com.google.api.expr.v1alpha1.ConstantOrBuilder
-
string value.
- getStringValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
UTF-8 string value.
- getStringValue() - Method in class com.google.api.expr.v1alpha1.Value
-
UTF-8 string value.
- getStringValue() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
-
UTF-8 string value.
- 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.
- 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.
- 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=330
- getTimestampValue() - Method in class com.google.api.expr.v1alpha1.Constant
-
Deprecated.google.api.expr.v1alpha1.Constant.timestamp_value is deprecated. See google/api/expr/v1alpha1/syntax.proto;l=330
- getTimestampValue() - Method in interface com.google.api.expr.v1alpha1.ConstantOrBuilder
-
Deprecated.google.api.expr.v1alpha1.Constant.timestamp_value is deprecated. See google/api/expr/v1alpha1/syntax.proto;l=330
- 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.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(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.
- 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.
- getTypeValueBytes() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
Type value.
- getTypeValueBytes() - Method in class com.google.api.expr.v1alpha1.Value
-
Type value.
- getTypeValueBytes() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
-
Type value.
- getUint64Value() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
uint64 value.
- getUint64Value() - Method in class com.google.api.expr.v1alpha1.Constant
-
uint64 value.
- getUint64Value() - Method in interface com.google.api.expr.v1alpha1.ConstantOrBuilder
-
uint64 value.
- getUint64Value() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
Unsigned integer value.
- getUint64Value() - Method in class com.google.api.expr.v1alpha1.Value
-
Unsigned integer value.
- getUint64Value() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
-
Unsigned integer value.
- 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.
- getUnknown() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
-
The set of unknowns in the critical path of evaluation.
- getUnknown() - Method in class com.google.api.expr.v1alpha1.ExprValue
-
The set of unknowns in the critical path of evaluation.
- getUnknown() - Method in interface com.google.api.expr.v1alpha1.ExprValueOrBuilder
-
The set of unknowns in the critical path of evaluation.
- getUnknownBuilder() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
-
The set of unknowns in the critical path of evaluation.
- getUnknownOrBuilder() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
-
The set of unknowns in the critical path of evaluation.
- getUnknownOrBuilder() - Method in class com.google.api.expr.v1alpha1.ExprValue
-
The set of unknowns in the critical path of evaluation.
- getUnknownOrBuilder() - Method in interface com.google.api.expr.v1alpha1.ExprValueOrBuilder
-
The set of unknowns in the critical path of evaluation.
- getValue() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
-
The constant value of the identifier.
- getValue() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
-
The constant value of the identifier.
- getValue() - Method in interface com.google.api.expr.v1alpha1.Decl.IdentDeclOrBuilder
-
The constant value of the identifier.
- getValue() - Method in class com.google.api.expr.v1alpha1.EnumValue.Builder
-
The value of the enum.
- getValue() - Method in class com.google.api.expr.v1alpha1.EnumValue
-
The value of the enum.
- getValue() - Method in interface com.google.api.expr.v1alpha1.EnumValueOrBuilder
-
The value of the enum.
- getValue() - Method in class com.google.api.expr.v1alpha1.EvalState.Result.Builder
-
The index in `values` of the resulting value.
- getValue() - Method in class com.google.api.expr.v1alpha1.EvalState.Result
-
The index in `values` of the resulting value.
- getValue() - Method in interface com.google.api.expr.v1alpha1.EvalState.ResultOrBuilder
-
The index in `values` of the resulting value.
- getValue() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
-
Required.
- getValue() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
-
Required.
- getValue() - Method in interface com.google.api.expr.v1alpha1.Expr.CreateStruct.EntryOrBuilder
-
Required.
- getValue() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
-
A concrete value.
- getValue() - Method in class com.google.api.expr.v1alpha1.ExprValue
-
A concrete value.
- getValue() - Method in interface com.google.api.expr.v1alpha1.ExprValueOrBuilder
-
A concrete value.
- getValue() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
-
The value.
- getValue() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry
-
The value.
- getValue() - Method in interface com.google.api.expr.v1alpha1.MapValue.EntryOrBuilder
-
The value.
- getValue() - Method in class com.google.api.expr.v1alpha1.Reference.Builder
-
For references to constants, this may contain the value of the constant if known at compile time.
- getValue() - Method in class com.google.api.expr.v1alpha1.Reference
-
For references to constants, this may contain the value of the constant if known at compile time.
- getValue() - Method in interface com.google.api.expr.v1alpha1.ReferenceOrBuilder
-
For references to constants, this may contain the value of the constant if known at compile time.
- 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.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.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.Reference.Builder
-
For references to constants, this may contain the value of the constant if known at compile time.
- getValueDescriptor() - Method in enum com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
- getValueDescriptor() - Method in enum com.google.api.expr.v1alpha1.Type.PrimitiveType
- getValueDescriptor() - Method in enum com.google.api.expr.v1alpha1.Type.WellKnownType
- 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.
- 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.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.
- getValuesBuilder(int) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
The unique values referenced in this message.
- getValuesBuilder(int) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.All of the observed values.
- getValuesBuilder(int) - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
-
The ordered values in the list.
- getValuesBuilderList() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
The unique values referenced in this message.
- getValuesBuilderList() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.All of the observed values.
- getValuesBuilderList() - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
-
The ordered values in the list.
- getValuesCount() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
The unique values referenced in this message.
- getValuesCount() - Method in class com.google.api.expr.v1alpha1.EvalState
-
The unique values referenced in this message.
- getValuesCount() - Method in interface com.google.api.expr.v1alpha1.EvalStateOrBuilder
-
The unique values referenced in this message.
- getValuesCount() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.All of the observed values.
- getValuesCount() - Method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.All of the observed values.
- getValuesCount() - Method in interface com.google.api.expr.v1alpha1.ExplainOrBuilder
-
Deprecated.All of the observed values.
- getValuesCount() - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
-
The ordered values in the list.
- getValuesCount() - Method in class com.google.api.expr.v1alpha1.ListValue
-
The ordered values in the list.
- getValuesCount() - Method in interface com.google.api.expr.v1alpha1.ListValueOrBuilder
-
The ordered values in the list.
- getValuesList() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
The unique values referenced in this message.
- getValuesList() - Method in class com.google.api.expr.v1alpha1.EvalState
-
The unique values referenced in this message.
- getValuesList() - Method in interface com.google.api.expr.v1alpha1.EvalStateOrBuilder
-
The unique values referenced in this message.
- getValuesList() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.All of the observed values.
- getValuesList() - Method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.All of the observed values.
- getValuesList() - Method in interface com.google.api.expr.v1alpha1.ExplainOrBuilder
-
Deprecated.All of the observed values.
- getValuesList() - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
-
The ordered values in the list.
- getValuesList() - Method in class com.google.api.expr.v1alpha1.ListValue
-
The ordered values in the list.
- getValuesList() - Method in interface com.google.api.expr.v1alpha1.ListValueOrBuilder
-
The ordered values in the list.
- getValuesOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
The unique values referenced in this message.
- getValuesOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.EvalState
-
The unique values referenced in this message.
- getValuesOrBuilder(int) - Method in interface com.google.api.expr.v1alpha1.EvalStateOrBuilder
-
The unique values referenced in this message.
- getValuesOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.All of the observed values.
- getValuesOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.All of the observed values.
- getValuesOrBuilder(int) - Method in interface com.google.api.expr.v1alpha1.ExplainOrBuilder
-
Deprecated.All of the observed values.
- getValuesOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
-
The ordered values in the list.
- getValuesOrBuilder(int) - Method in class com.google.api.expr.v1alpha1.ListValue
-
The ordered values in the list.
- getValuesOrBuilder(int) - Method in interface com.google.api.expr.v1alpha1.ListValueOrBuilder
-
The ordered values in the list.
- getValuesOrBuilderList() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
The unique values referenced in this message.
- getValuesOrBuilderList() - Method in class com.google.api.expr.v1alpha1.EvalState
-
The unique values referenced in this message.
- getValuesOrBuilderList() - Method in interface com.google.api.expr.v1alpha1.EvalStateOrBuilder
-
The unique values referenced in this message.
- getValuesOrBuilderList() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.All of the observed values.
- getValuesOrBuilderList() - Method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.All of the observed values.
- getValuesOrBuilderList() - Method in interface com.google.api.expr.v1alpha1.ExplainOrBuilder
-
Deprecated.All of the observed values.
- getValuesOrBuilderList() - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
-
The ordered values in the list.
- getValuesOrBuilderList() - Method in class com.google.api.expr.v1alpha1.ListValue
-
The ordered values in the list.
- getValuesOrBuilderList() - Method in interface com.google.api.expr.v1alpha1.ListValueOrBuilder
-
The ordered values in the list.
- getValueType() - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
-
The type of the value.
- getValueType() - Method in class com.google.api.expr.v1alpha1.Type.MapType
-
The type of the value.
- getValueType() - Method in interface com.google.api.expr.v1alpha1.Type.MapTypeOrBuilder
-
The type of the value.
- 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 com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
-
Version info.
- getVersion() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
-
Version info.
- getVersion() - Method in interface com.google.api.expr.v1alpha1.SourceInfo.ExtensionOrBuilder
-
Version info.
- 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 com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
-
Version info.
- getVersionBuilder() - Method in class dev.cel.expr.SourceInfo.Extension.Builder
-
Version info.
- getVersionOrBuilder() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
-
Version info.
- getVersionOrBuilder() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
-
Version info.
- getVersionOrBuilder() - Method in interface com.google.api.expr.v1alpha1.SourceInfo.ExtensionOrBuilder
-
Version info.
- 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
- 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.
- GlobalCallContext(CELParser.PrimaryContext) - Constructor for class cel.parser.internal.CELParser.GlobalCallContext
- GREATER - dev.cel.checker.CelStandardDeclarations.StandardFunction
- GREATER - dev.cel.parser.Operator
- GREATER - Static variable in class cel.parser.internal.CELLexer
- GREATER - Static variable in class cel.parser.internal.CELParser
- GREATER() - Method in class cel.parser.internal.CELParser.RelationContext
- GREATER_BOOL - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- GREATER_BYTES - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- GREATER_DOUBLE - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- GREATER_DOUBLE_INT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- GREATER_DOUBLE_UINT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- GREATER_DURATION - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- GREATER_EQUALS - dev.cel.checker.CelStandardDeclarations.StandardFunction
- GREATER_EQUALS - dev.cel.parser.Operator
- GREATER_EQUALS - Static variable in class cel.parser.internal.CELLexer
- GREATER_EQUALS - Static variable in class cel.parser.internal.CELParser
- GREATER_EQUALS() - Method in class cel.parser.internal.CELParser.RelationContext
- GREATER_EQUALS_BOOL - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- GREATER_EQUALS_BYTES - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- GREATER_EQUALS_DOUBLE - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- GREATER_EQUALS_DOUBLE_INT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- GREATER_EQUALS_DOUBLE_UINT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- GREATER_EQUALS_DURATION - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- GREATER_EQUALS_INT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- GREATER_EQUALS_INT64_DOUBLE - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- GREATER_EQUALS_INT64_UINT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- GREATER_EQUALS_STRING - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- GREATER_EQUALS_TIMESTAMP - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- GREATER_EQUALS_UINT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- GREATER_EQUALS_UINT64_DOUBLE - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- GREATER_EQUALS_UINT64_INT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- GREATER_INT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- GREATER_INT64_DOUBLE - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- GREATER_INT64_UINT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- GREATER_STRING - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- GREATER_TIMESTAMP - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- GREATER_UINT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- GREATER_UINT64_DOUBLE - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- GREATER_UINT64_INT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
H
- HAS - dev.cel.parser.CelStandardMacro
-
Field presence test macro
- HAS - dev.cel.parser.Operator
- 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.
- 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.
- 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.
- hasDurationValue() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
Deprecated.google.api.expr.v1alpha1.Constant.duration_value is deprecated. See google/api/expr/v1alpha1/syntax.proto;l=325
- hasDurationValue() - Method in class com.google.api.expr.v1alpha1.Constant
-
Deprecated.google.api.expr.v1alpha1.Constant.duration_value is deprecated. See google/api/expr/v1alpha1/syntax.proto;l=325
- hasDurationValue() - Method in interface com.google.api.expr.v1alpha1.ConstantOrBuilder
-
Deprecated.google.api.expr.v1alpha1.Constant.duration_value is deprecated. See google/api/expr/v1alpha1/syntax.proto;l=325
- 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.
- hasError() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
-
The set of errors in the critical path of evalution.
- hasError() - Method in class com.google.api.expr.v1alpha1.ExprValue
-
The set of errors in the critical path of evalution.
- hasError() - Method in interface com.google.api.expr.v1alpha1.ExprValueOrBuilder
-
The set of errors in the critical path of evalution.
- hasError() - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Error type.
- hasError() - Method in class com.google.api.expr.v1alpha1.Type
-
Error type.
- hasError() - Method in interface com.google.api.expr.v1alpha1.TypeOrBuilder
-
Error type.
- hasError() - Method in class dev.cel.common.CelValidationResult
-
Whether a
CelIssue
with anCelIssue.Severity.ERROR
severity was encountered during validation. - 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.
- 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.Extension
- hashCode() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- hashCode() - Method in class com.google.api.expr.v1alpha1.SourceInfo
- hashCode() - Method in class com.google.api.expr.v1alpha1.SourcePosition
- hashCode() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType
- hashCode() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType
- hashCode() - Method in class com.google.api.expr.v1alpha1.Type
- hashCode() - Method in class com.google.api.expr.v1alpha1.Type.ListType
- hashCode() - Method in class com.google.api.expr.v1alpha1.Type.MapType
- hashCode() - Method in class com.google.api.expr.v1alpha1.UnknownSet
- hashCode() - Method in class com.google.api.expr.v1alpha1.Value
- hashCode() - Method in class dev.cel.checker.DescriptorTypeProvider.FieldDef
- hashCode() - Method in class dev.cel.checker.DescriptorTypeProvider.TypeDef
- hashCode() - Method in class dev.cel.common.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.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.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.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.
- hasIterRange() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
The range over which the comprehension iterates.
- hasIterRange() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
-
The range over which the comprehension iterates.
- hasIterRange() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
-
The range over which the comprehension iterates.
- 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.
- 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.
- hasLoopCondition() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
An expression which can contain iter_var, iter_var2, and accu_var.
- hasLoopCondition() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
-
An expression which can contain iter_var, iter_var2, and accu_var.
- hasLoopCondition() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
-
An expression which can contain iter_var, iter_var2, and accu_var.
- 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, iter_var2, and accu_var.
- hasLoopStep() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
-
An expression which can contain iter_var, iter_var2, and accu_var.
- hasLoopStep() - Method in interface com.google.api.expr.v1alpha1.Expr.ComprehensionOrBuilder
-
An expression which can contain iter_var, iter_var2, and accu_var.
- 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.
- 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.
- hasObjectValue() - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
The proto message backing an object value.
- hasObjectValue() - Method in class com.google.api.expr.v1alpha1.Value
-
The proto message backing an object value.
- hasObjectValue() - Method in interface com.google.api.expr.v1alpha1.ValueOrBuilder
-
The proto message backing an object value.
- hasOperand() - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
-
Required.
- hasOperand() - Method in class com.google.api.expr.v1alpha1.Expr.Select
-
Required.
- hasOperand() - Method in interface com.google.api.expr.v1alpha1.Expr.SelectOrBuilder
-
Required.
- 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.
- 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=330
- hasTimestampValue() - Method in class com.google.api.expr.v1alpha1.Constant
-
Deprecated.google.api.expr.v1alpha1.Constant.timestamp_value is deprecated. See google/api/expr/v1alpha1/syntax.proto;l=330
- hasTimestampValue() - Method in interface com.google.api.expr.v1alpha1.ConstantOrBuilder
-
Deprecated.google.api.expr.v1alpha1.Constant.timestamp_value is deprecated. See google/api/expr/v1alpha1/syntax.proto;l=330
- 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.
- 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.
- hasUnknown() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
-
The set of unknowns in the critical path of evaluation.
- hasUnknown() - Method in class com.google.api.expr.v1alpha1.ExprValue
-
The set of unknowns in the critical path of evaluation.
- hasUnknown() - Method in interface com.google.api.expr.v1alpha1.ExprValueOrBuilder
-
The set of unknowns in the critical path of evaluation.
- hasValue() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
-
The constant value of the identifier.
- hasValue() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
-
The constant value of the identifier.
- hasValue() - Method in interface com.google.api.expr.v1alpha1.Decl.IdentDeclOrBuilder
-
The constant value of the identifier.
- hasValue() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
-
Required.
- hasValue() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
-
Required.
- hasValue() - Method in interface com.google.api.expr.v1alpha1.Expr.CreateStruct.EntryOrBuilder
-
Required.
- hasValue() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
-
A concrete value.
- hasValue() - Method in class com.google.api.expr.v1alpha1.ExprValue
-
A concrete value.
- hasValue() - Method in interface com.google.api.expr.v1alpha1.ExprValueOrBuilder
-
A concrete value.
- hasValue() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
-
The value.
- hasValue() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry
-
The value.
- hasValue() - Method in interface com.google.api.expr.v1alpha1.MapValue.EntryOrBuilder
-
The value.
- hasValue() - Method in class com.google.api.expr.v1alpha1.Reference.Builder
-
For references to constants, this may contain the value of the constant if known at compile time.
- hasValue() - Method in class com.google.api.expr.v1alpha1.Reference
-
For references to constants, this may contain the value of the constant if known at compile time.
- hasValue() - Method in interface com.google.api.expr.v1alpha1.ReferenceOrBuilder
-
For references to constants, this may contain the value of the constant if known at compile time.
- 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.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 com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
-
Version info.
- hasVersion() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
-
Version info.
- hasVersion() - Method in interface com.google.api.expr.v1alpha1.SourceInfo.ExtensionOrBuilder
-
Version info.
- 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.
I
- id - Variable in class cel.parser.internal.CELParser.EscapedIdentifierContext
- id - Variable in class cel.parser.internal.CELParser.GlobalCallContext
- id - Variable in class cel.parser.internal.CELParser.IdentContext
- id - Variable in class cel.parser.internal.CELParser.MemberCallContext
- id - Variable in class cel.parser.internal.CELParser.SelectContext
- id - Variable in class cel.parser.internal.CELParser.SimpleIdentifierContext
- id() - Method in class dev.cel.common.ast.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 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 com.google.api.expr.v1alpha1.SourceInfo.Extension
- 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 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.
- IdentContext(CELParser.PrimaryContext) - Constructor for class cel.parser.internal.CELParser.IdentContext
- identDecl() - Method in enum dev.cel.checker.CelStandardDeclarations.StandardIdentifier
- IDENTIFIER - Static variable in class cel.parser.internal.CELLexer
- IDENTIFIER - Variable in class cel.parser.internal.CELParser.CreateMessageContext
- IDENTIFIER - Static variable in class cel.parser.internal.CELParser
- IDENTIFIER() - Method in class cel.parser.internal.CELParser.CreateMessageContext
- IDENTIFIER() - Method in class cel.parser.internal.CELParser.GlobalCallContext
- IDENTIFIER() - Method in class cel.parser.internal.CELParser.IdentContext
- IDENTIFIER() - Method in class cel.parser.internal.CELParser.MemberCallContext
- IDENTIFIER() - Method in class cel.parser.internal.CELParser.SimpleIdentifierContext
- IDENTIFIER(int) - Method in class cel.parser.internal.CELParser.CreateMessageContext
- identOrDefault() - Method in class dev.cel.common.ast.CelExpr
-
Gets the underlying identifier expression or a default instance of one if expression is not
Kind#IDENT
. - ids - Variable in class cel.parser.internal.CELParser.CreateMessageContext
- immutableCopy() - Method in class dev.cel.checker.Env.DeclGroup
-
Create a copy of the
DeclGroup
with immutable identifier and function maps. - 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
CelValue
as keys and values. - IN - dev.cel.checker.CelStandardDeclarations.StandardFunction
- IN - dev.cel.parser.Operator
- IN - Static variable in class cel.parser.internal.CELLexer
- IN - Static variable in class cel.parser.internal.CELParser
- IN() - Method in class cel.parser.internal.CELParser.RelationContext
- IN_LIST - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.InternalOperator
- IN_MAP - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.InternalOperator
- include(CelStandardDeclarations.StandardFunction, CelStandardDeclarations.StandardOverload) - Method in interface dev.cel.checker.CelStandardDeclarations.Builder.FunctionFilter
- include(CelStandardDeclarations.StandardIdentifier) - Method in interface dev.cel.checker.CelStandardDeclarations.Builder.IdentifierFilter
- includeFunctions(CelStandardDeclarations.StandardFunction...) - Method in class dev.cel.checker.CelStandardDeclarations.Builder
- includeFunctions(Iterable<CelStandardDeclarations.StandardFunction>) - Method in class dev.cel.checker.CelStandardDeclarations.Builder
- includeIdentifiers(CelStandardDeclarations.StandardIdentifier...) - Method in class dev.cel.checker.CelStandardDeclarations.Builder
- includeIdentifiers(Iterable<CelStandardDeclarations.StandardIdentifier>) - Method in class dev.cel.checker.CelStandardDeclarations.Builder
- index - Variable in class cel.parser.internal.CELParser.IndexContext
- index() - Method in class dev.cel.common.internal.CodePointStream
- INDEX - dev.cel.checker.CelStandardDeclarations.StandardFunction
- INDEX - dev.cel.parser.Operator
- INDEX_LIST - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Index
- INDEX_MAP - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Index
- 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
- 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
- INT - dev.cel.checker.CelStandardDeclarations.StandardFunction
- INT - dev.cel.checker.CelStandardDeclarations.StandardIdentifier
- INT - dev.cel.common.types.CelKind
- INT - Static variable in class dev.cel.common.types.SimpleType
- INT32_WRAPPER_MESSAGE - Static variable in class dev.cel.checker.Types
- INT32_WRAPPER_MESSAGE - Static variable in class dev.cel.common.types.CelTypes
- 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_TO_DOUBLE - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
- INT64_TO_INT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
- INT64_TO_STRING - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
- INT64_TO_TIMESTAMP - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
- INT64_TO_UINT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
- INT64_VALUE - com.google.api.expr.v1alpha1.Constant.ConstantKindCase
- INT64_VALUE - com.google.api.expr.v1alpha1.Value.KindCase
- INT64_VALUE - dev.cel.common.ast.CelConstant.Kind
- INT64_VALUE - dev.cel.expr.Constant.ConstantKindCase
- 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_WRAPPER_MESSAGE - Static variable in class dev.cel.checker.Types
- INT64_WRAPPER_MESSAGE - Static variable in class dev.cel.common.types.CelTypes
- 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.Extension.Builder
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version.Builder
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.SourceInfo
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.SourcePosition
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Type.Builder
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Type
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Type.ListType.Builder
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Type.ListType
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Type.MapType
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.UnknownSet
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Value.Builder
- internalGetFieldAccessorTable() - Method in class com.google.api.expr.v1alpha1.Value
- 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.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.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
- 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.SourceInfo.Extension.Component
- internalGetValueMap() - Static method in enum com.google.api.expr.v1alpha1.Type.PrimitiveType
- internalGetValueMap() - Static method in enum com.google.api.expr.v1alpha1.Type.WellKnownType
- 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
- 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
this
type is assignable from theother
type 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
- isBinaryOrTernaryOperator(CelExpr) - Method in class dev.cel.parser.CelUnparserVisitor
- 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.
- 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.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- isInitialized() - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.CheckedExpr
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Constant.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Constant
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Decl.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Decl
- isInitialized() - Method in class com.google.api.expr.v1alpha1.EnumValue.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.EnumValue
- isInitialized() - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.ErrorSet
- isInitialized() - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.EvalState
- isInitialized() - Method in class com.google.api.expr.v1alpha1.EvalState.Result.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.EvalState.Result
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep.Builder
-
Deprecated.
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep
-
Deprecated.
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Expr.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Expr.Call
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Expr.Ident.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Expr.Ident
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Expr
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Expr.Select
- isInitialized() - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.ExprValue
- isInitialized() - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.ListValue
- isInitialized() - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry
- isInitialized() - Method in class com.google.api.expr.v1alpha1.MapValue
- isInitialized() - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.ParsedExpr
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Reference.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Reference
- isInitialized() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
- isInitialized() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- isInitialized() - Method in class com.google.api.expr.v1alpha1.SourceInfo
- isInitialized() - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.SourcePosition
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Type.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Type
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Type.ListType.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Type.ListType
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Type.MapType
- isInitialized() - Method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.UnknownSet
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Value.Builder
- isInitialized() - Method in class com.google.api.expr.v1alpha1.Value
- 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.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.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
- isInstanceFunction() - Method in class dev.cel.common.CelOverloadDecl.Builder
- isInstanceFunction() - Method in class dev.cel.common.CelOverloadDecl
-
Denotes whether the function is declared in a global function `Ex: f(x, ...)` or a method call style `Ex: x.f(...)`.
- isMap() - Method in class dev.cel.checker.DescriptorTypeProvider.FieldDef
-
The field is a map if it has a non-null
DescriptorTypeProvider.FieldDef.mapEntryType()
. - isMessage() - Method in class dev.cel.checker.DescriptorTypeProvider.TypeDef
-
Return whether the type is a message.
- isOptionalType(Type) - Static method in class dev.cel.common.types.CelProtoTypes
-
Checks if the provided parameter is an optional type
- 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.
- isTypeParam() - Method in enum dev.cel.common.types.CelKind
- isValidUtf8() - Method in class dev.cel.common.values.CelByteString
-
Checks if the byte array is a valid utf-8 encoded text.
- 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
- 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.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 com.google.api.expr.v1alpha1.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.
- 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 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 interface dev.cel.common.ast.Expression.Comprehension
-
The name of the iteration variable.
- iterVar2() - Method in class dev.cel.common.ast.CelExpr.CelComprehension
- iterVar2() - Method in interface dev.cel.common.ast.Expression.Comprehension
-
The name of the second iteration variable.
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 interface dev.cel.common.ast.Expression.Map.Entry
-
Required.
- KEY_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.MapValue.Entry
- KEY_TYPE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Type.MapType
- 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
TypeDef
of 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_NOT_SET - com.google.api.expr.v1alpha1.ExprValue.KindCase
- KIND_NOT_SET - com.google.api.expr.v1alpha1.Value.KindCase
L
- LA(int) - Method in class dev.cel.common.internal.CodePointStream
- 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.GlobalCallContext
- leadingDot - Variable in class cel.parser.internal.CELParser.IdentContext
- LEFT_BRACE - Static variable in class dev.cel.parser.CelUnparserVisitor
- LEFT_BRACKET - Static variable in class dev.cel.parser.CelUnparserVisitor
- LEFT_PAREN - Static variable in class dev.cel.parser.CelUnparserVisitor
- LEGACY - Static variable in class dev.cel.common.CelOptions
- length() - Method in class dev.cel.common.internal.CelCodePointArray
- LESS - dev.cel.checker.CelStandardDeclarations.StandardFunction
- LESS - dev.cel.parser.Operator
- LESS - Static variable in class cel.parser.internal.CELLexer
- LESS - Static variable in class cel.parser.internal.CELParser
- LESS() - Method in class cel.parser.internal.CELParser.RelationContext
- LESS_BOOL - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- LESS_BYTES - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- LESS_DOUBLE - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- LESS_DOUBLE_INT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- LESS_DOUBLE_UINT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- LESS_DURATION - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- LESS_EQUALS - dev.cel.checker.CelStandardDeclarations.StandardFunction
- LESS_EQUALS - dev.cel.parser.Operator
- LESS_EQUALS - Static variable in class cel.parser.internal.CELLexer
- LESS_EQUALS - Static variable in class cel.parser.internal.CELParser
- LESS_EQUALS() - Method in class cel.parser.internal.CELParser.RelationContext
- LESS_EQUALS_BOOL - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- LESS_EQUALS_BYTES - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- LESS_EQUALS_DOUBLE - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- LESS_EQUALS_DOUBLE_INT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- LESS_EQUALS_DOUBLE_UINT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- LESS_EQUALS_DURATION - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- LESS_EQUALS_INT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- LESS_EQUALS_INT64_DOUBLE - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- LESS_EQUALS_INT64_UINT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- LESS_EQUALS_STRING - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- LESS_EQUALS_TIMESTAMP - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- LESS_EQUALS_UINT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- LESS_EQUALS_UINT64_DOUBLE - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- LESS_EQUALS_UINT64_INT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- LESS_INT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- LESS_INT64_DOUBLE - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- LESS_INT64_UINT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- LESS_STRING - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- LESS_TIMESTAMP - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- LESS_UINT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- LESS_UINT64_DOUBLE - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- LESS_UINT64_INT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
- line() - Method in class dev.cel.common.internal.Errors.SourceLocation
-
Return the line where the source appears.
- LINE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.SourcePosition
- LINE_OFFSETS_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.SourceInfo
- 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 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_SIZE - dev.cel.checker.CelStandardDeclarations.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_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Value
- LIST_VALUE_MESSAGE - Static variable in class dev.cel.checker.Types
- LIST_VALUE_MESSAGE - Static variable in class dev.cel.common.types.CelTypes
- 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
Kind#LIST
. - 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() - Constructor for class dev.cel.common.values.ListValue
- ListValue.Builder - Class in com.google.api.expr.v1alpha1
-
A list.
- ListValueOrBuilder - Interface in com.google.api.expr.v1alpha1
- literal() - Method in class cel.parser.internal.CELParser.ConstantLiteralContext
- literal() - Method in class cel.parser.internal.CELParser
- LiteralContext() - Constructor for class cel.parser.internal.CELParser.LiteralContext
- LiteralContext(ParserRuleContext, int) - Constructor for class cel.parser.internal.CELParser.LiteralContext
- LOCATION_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.SourceInfo
- LOCATION_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.SourcePosition
- LOCATION_FIELD_NUMBER - Static variable in class dev.cel.expr.SourceInfo
- LOGICAL_AND - dev.cel.checker.CelStandardDeclarations.StandardFunction
- LOGICAL_AND - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.BooleanOperator
- 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.checker.CelStandardDeclarations.StandardFunction
- LOGICAL_NOT - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.BooleanOperator
- LOGICAL_NOT - dev.cel.parser.Operator
- LOGICAL_OR - dev.cel.checker.CelStandardDeclarations.StandardFunction
- LOGICAL_OR - dev.cel.checker.CelStandardDeclarations.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
CelType
given 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
Integer
enum 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
FieldType
of the named extension (specified using its full path). - lookupField(String) - Method in class dev.cel.checker.DescriptorTypeProvider.TypeDef
- lookupFieldNames(Type) - Method in class dev.cel.checker.DescriptorTypeProvider
- lookupFieldNames(Type) - Method in class dev.cel.checker.TypeProvider.CombinedTypeProvider
-
Deprecated.
- lookupFieldNames(Type) - Method in interface dev.cel.checker.TypeProvider
-
Deprecated.Returns the field names associated with the given
Type
. - lookupFieldType(CelType, String) - Method in interface dev.cel.checker.TypeProvider
-
Deprecated.Lookup the
FieldType
for afieldName
within 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
FieldType
for afieldName
within atype
. - lookupFunction(long, int, CelContainer, String) - Method in class dev.cel.checker.Env
-
Lookup a name like
Env.tryLookupCelFunction(dev.cel.common.CelContainer, java.lang.String)
but report an error if the name is not found and return theEnv.ERROR_FUNCTION_DECL
. - lookupIdent(long, int, CelContainer, String) - Method in class dev.cel.checker.Env
-
Lookup a name like
Env.tryLookupCelIdent(dev.cel.common.CelContainer, java.lang.String)
, but report an error if the name is not found and return 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
Type
given 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 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 interface dev.cel.common.ast.Expression.Comprehension
-
An expression which can contain iter_var and accu_var.
- LPAREN - Static variable in class cel.parser.internal.CELLexer
- LPAREN - Static variable in class cel.parser.internal.CELParser
- LPAREN() - Method in class cel.parser.internal.CELParser.GlobalCallContext
- LPAREN() - Method in class cel.parser.internal.CELParser.MemberCallContext
- LPAREN() - Method in class cel.parser.internal.CELParser.NestedContext
M
- MACRO_CALLS_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.SourceInfo
- MACRO_CALLS_FIELD_NUMBER - Static variable in class dev.cel.expr.SourceInfo
- MAJOR_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- MAJOR_FIELD_NUMBER - Static variable in class dev.cel.expr.SourceInfo.Extension.Version
- 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 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_SIZE - dev.cel.checker.CelStandardDeclarations.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_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Value
- MapEntryDef() - Constructor for class dev.cel.checker.DescriptorTypeProvider.MapEntryDef
- mapEntryType() - Method in class dev.cel.checker.DescriptorTypeProvider.FieldDef
-
The field
MapEntryDef
. - mapInitializerList() - Method in class cel.parser.internal.CELParser.CreateMapContext
- mapInitializerList() - Method in class cel.parser.internal.CELParser
- MapInitializerListContext(ParserRuleContext, int) - Constructor for class cel.parser.internal.CELParser.MapInitializerListContext
- mapOrDefault() - Method in class dev.cel.common.ast.CelExpr
-
Gets the underlying map expression or a default instance of one if expression is not
Kind#MAP
. - MapType - Class in dev.cel.common.types
-
Maps are a parameterized type where the two parameters supported indicate the
keyType
andvalueType
of 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
CelValue
as keys and values. - MapValue() - Constructor for class dev.cel.common.values.MapValue
- MapValue.Builder - Class in com.google.api.expr.v1alpha1
-
A map.
- MapValue.Entry - Class in com.google.api.expr.v1alpha1
-
An entry in the map.
- MapValue.Entry.Builder - Class in com.google.api.expr.v1alpha1
-
An entry in the map.
- MapValue.EntryOrBuilder - Interface in com.google.api.expr.v1alpha1
- MapValueOrBuilder - Interface in com.google.api.expr.v1alpha1
- mark() - Method in class dev.cel.common.internal.CodePointStream
- MATCHES - dev.cel.checker.CelStandardDeclarations.StandardFunction
- MATCHES - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.StringMatchers
- MATCHES_STRING - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.StringMatchers
- 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.
- 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.
- maxRegexProgramSize() - Method in class dev.cel.common.CelOptions
- maxRegexProgramSize(int) - Method in class dev.cel.common.CelOptions.Builder
-
Set maximum program size for RE2J regex.
- maybeDeleteId(long) - Method in class dev.cel.common.ast.CelExprFactory
-
Attempts to decrement the next expr ID if possible.
- 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(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.
- 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.
- 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(SourceInfo.Extension) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
- mergeFrom(SourceInfo.Extension.Version) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version.Builder
- mergeFrom(SourcePosition) - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
- mergeFrom(Type) - Method in class com.google.api.expr.v1alpha1.Type.Builder
- mergeFrom(Type.AbstractType) - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
- mergeFrom(Type.FunctionType) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
- mergeFrom(Type.ListType) - Method in class com.google.api.expr.v1alpha1.Type.ListType.Builder
- mergeFrom(Type.MapType) - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
- mergeFrom(UnknownSet) - Method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
- mergeFrom(Value) - Method in class com.google.api.expr.v1alpha1.Value.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Constant.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Decl.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.EnumValue.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.EvalState.Result.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep.Builder
-
Deprecated.
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Expr.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Expr.Ident.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Reference.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Type.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Type.ListType.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.api.expr.v1alpha1.Value.Builder
- mergeFrom(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.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.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(Message) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Constant.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Decl.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.EnumValue.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.EvalState.Result.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep.Builder
-
Deprecated.
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Expr.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Expr.Call.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Expr.Ident.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.MapValue.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Reference.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Type.AbstractType.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Type.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Type.ListType.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.UnknownSet.Builder
- mergeFrom(Message) - Method in class com.google.api.expr.v1alpha1.Value.Builder
- 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.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.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(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(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(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
- 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 the comprehension 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.
- 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.
- mergeLoopCondition(Expr) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
An expression which can contain iter_var, iter_var2, and accu_var.
- 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, iter_var2, 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.
- mergeObjectValue(Any) - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
The proto message backing an object value.
- mergeOperand(Expr) - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
-
Required.
- 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.
- 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.
- 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 com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
-
Version info.
- 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
- messageName() - Method in class dev.cel.common.ast.CelExpr.CelStruct
- messageName() - Method in interface dev.cel.common.ast.Expression.Struct
-
The type name of the message to be created, empty when creating map literals.
- messageType() - Method in class dev.cel.checker.TypeProvider.ExtensionFieldType
-
Deprecated.The
Type
of 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
- MINOR_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- 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.checker.CelStandardDeclarations.StandardFunction
- MODULO - dev.cel.parser.Operator
- MODULO_INT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
- MODULO_UINT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
- mostGeneral(CelType, CelType) - Static method in class dev.cel.checker.Types
-
Returns the more general of two types which are known to unify.
- MULTIPLY - dev.cel.checker.CelStandardDeclarations.StandardFunction
- MULTIPLY - dev.cel.parser.Operator
- MULTIPLY_DOUBLE - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
- MULTIPLY_INT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
- MULTIPLY_UINT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
N
- name - 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.CelReference
- name() - Method in interface dev.cel.common.ast.Expression.Ident
-
Required.
- name() - Method in class dev.cel.common.CelContainer
- 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.checker.CelStandardDeclarations.StandardFunction
- NEGATE - dev.cel.parser.Operator
- NEGATE_DOUBLE - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
- NEGATE_INT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
- NegateContext(CELParser.UnaryContext) - Constructor for class cel.parser.internal.CELParser.NegateContext
- NestedContext(CELParser.PrimaryContext) - Constructor for class cel.parser.internal.CELParser.NestedContext
- newBoolLiteral(boolean) - Method in class dev.cel.common.ast.CelExprFactory
-
Creates a new constant
CelExpr
for a bool value. - newBuilder() - Static method in class com.google.api.expr.v1alpha1.CheckedExpr
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.Constant
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.Decl
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.EnumValue
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.ErrorSet
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.EvalState
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.EvalState.Result
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.Explain.ExprStep
-
Deprecated.
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.Expr.Call
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.Expr.Comprehension
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.Expr.CreateList
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.Expr.Ident
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.Expr
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.Expr.Select
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.ExprValue
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.ListValue
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.MapValue.Entry
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.MapValue
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.ParsedExpr
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.Reference
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.SourceInfo
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.SourcePosition
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.Type.AbstractType
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.Type.FunctionType
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.Type.ListType
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.Type.MapType
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.Type
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.UnknownSet
- newBuilder() - Static method in class com.google.api.expr.v1alpha1.Value
- newBuilder() - Static method in class dev.cel.checker.CelCheckerLegacyImpl
-
Create a new builder to construct a
CelChecker
instance. - newBuilder() - Static method in class dev.cel.checker.CelIdentDecl
- newBuilder() - Static method in class dev.cel.checker.CelStandardDeclarations
- newBuilder() - Static method in class dev.cel.common.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.CelContainer
- newBuilder() - Static method in class dev.cel.common.CelFunctionDecl
-
Create a new builder to construct a
CelFunctionDecl
instance. - newBuilder() - Static method in class dev.cel.common.CelIssue
- newBuilder() - Static method in class dev.cel.common.CelOptions
-
Return an unconfigured
Builder
. - newBuilder() - Static method in class dev.cel.common.CelOverloadDecl
-
Create a new builder to construct a
CelOverloadDecl
instance - newBuilder() - Static method in class dev.cel.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.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.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.parser.CelParserImpl
-
Creates a new
CelParserImpl.Builder
. - newBuilder(CheckedExpr) - Static method in class com.google.api.expr.v1alpha1.CheckedExpr
- newBuilder(Constant) - Static method in class com.google.api.expr.v1alpha1.Constant
- newBuilder(Decl) - Static method in class com.google.api.expr.v1alpha1.Decl
- newBuilder(Decl.FunctionDecl) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
- newBuilder(Decl.FunctionDecl.Overload) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- newBuilder(Decl.IdentDecl) - Static method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
- newBuilder(EnumValue) - Static method in class com.google.api.expr.v1alpha1.EnumValue
- newBuilder(ErrorSet) - Static method in class com.google.api.expr.v1alpha1.ErrorSet
- newBuilder(EvalState) - Static method in class com.google.api.expr.v1alpha1.EvalState
- newBuilder(EvalState.Result) - Static method in class com.google.api.expr.v1alpha1.EvalState.Result
- newBuilder(Explain) - Static method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.
- newBuilder(Explain.ExprStep) - Static method in class com.google.api.expr.v1alpha1.Explain.ExprStep
-
Deprecated.
- newBuilder(Expr) - Static method in class com.google.api.expr.v1alpha1.Expr
- newBuilder(Expr.Call) - Static method in class com.google.api.expr.v1alpha1.Expr.Call
- newBuilder(Expr.Comprehension) - Static method in class com.google.api.expr.v1alpha1.Expr.Comprehension
- newBuilder(Expr.CreateList) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateList
- newBuilder(Expr.CreateStruct) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
- newBuilder(Expr.CreateStruct.Entry) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- newBuilder(Expr.Ident) - Static method in class com.google.api.expr.v1alpha1.Expr.Ident
- newBuilder(Expr.Select) - Static method in class com.google.api.expr.v1alpha1.Expr.Select
- newBuilder(ExprValue) - Static method in class com.google.api.expr.v1alpha1.ExprValue
- newBuilder(ListValue) - Static method in class com.google.api.expr.v1alpha1.ListValue
- newBuilder(MapValue) - Static method in class com.google.api.expr.v1alpha1.MapValue
- newBuilder(MapValue.Entry) - Static method in class com.google.api.expr.v1alpha1.MapValue.Entry
- newBuilder(ParsedExpr) - Static method in class com.google.api.expr.v1alpha1.ParsedExpr
- newBuilder(Reference) - Static method in class com.google.api.expr.v1alpha1.Reference
- newBuilder(SourceInfo) - Static method in class com.google.api.expr.v1alpha1.SourceInfo
- newBuilder(SourceInfo.Extension) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
- newBuilder(SourceInfo.Extension.Version) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- newBuilder(SourcePosition) - Static method in class com.google.api.expr.v1alpha1.SourcePosition
- newBuilder(Type) - Static method in class com.google.api.expr.v1alpha1.Type
- newBuilder(Type.AbstractType) - Static method in class com.google.api.expr.v1alpha1.Type.AbstractType
- newBuilder(Type.FunctionType) - Static method in class com.google.api.expr.v1alpha1.Type.FunctionType
- newBuilder(Type.ListType) - Static method in class com.google.api.expr.v1alpha1.Type.ListType
- newBuilder(Type.MapType) - Static method in class com.google.api.expr.v1alpha1.Type.MapType
- newBuilder(UnknownSet) - Static method in class com.google.api.expr.v1alpha1.UnknownSet
- newBuilder(Value) - Static method in class com.google.api.expr.v1alpha1.Value
- newBuilder(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(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(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(CelParserBuilder, CelCheckerBuilder) - Static method in class dev.cel.compiler.CelCompilerImpl
-
Create a new builder for constructing a
CelCompiler
instance. - newBuilder(String) - Static method in class dev.cel.common.CelSource
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.CheckedExpr
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Constant
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Decl
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.EnumValue
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.ErrorSet
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.EvalState
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.EvalState.Result
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep
-
Deprecated.
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Expr.Call
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Expr.CreateList
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Expr.Ident
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Expr
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Expr.Select
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.ExprValue
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.ListValue
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.MapValue.Entry
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.MapValue
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.ParsedExpr
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Reference
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.SourceInfo
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.SourcePosition
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Type.ListType
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Type.MapType
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Type
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.UnknownSet
- newBuilderForType() - Method in class com.google.api.expr.v1alpha1.Value
- newBuilderForType() - 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.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.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(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.CheckedExpr
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Constant
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Decl
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.EnumValue
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.ErrorSet
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.EvalState
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.EvalState.Result
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep
-
Deprecated.
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Expr.Call
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Expr.CreateList
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Expr.Ident
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Expr
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Expr.Select
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.ExprValue
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.ListValue
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.MapValue.Entry
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.MapValue
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.ParsedExpr
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Reference
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.SourceInfo
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.SourcePosition
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Type.AbstractType
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Type.ListType
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Type.MapType
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Type
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.UnknownSet
- newBuilderForType(AbstractMessage.BuilderParent) - Method in class com.google.api.expr.v1alpha1.Value
- 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.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.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
- newBytesLiteral(byte[]) - Method in class dev.cel.common.ast.CelExprFactory
-
Creates a new constant
CelExpr
for a bytes value. - newBytesLiteral(CelByteString) - Method in class dev.cel.common.ast.CelExprFactory
-
Creates a new constant
CelExpr
for a bytes value. - newBytesLiteral(String) - Method in class dev.cel.common.ast.CelExprFactory
-
Creates a new constant
CelExpr
for a bytes value. - 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
CelExpr
for a double value. - newFunctionDeclaration(String, CelOverloadDecl...) - Static method in class dev.cel.common.CelFunctionDecl
-
Constructs a function declaration with any number of
CelOverloadDecl
- newFunctionDeclaration(String, Iterable<CelOverloadDecl>) - Static method in class dev.cel.common.CelFunctionDecl
-
Constructs a function declaration with an iterable of
CelOverloadDecl
- newGlobalCall(String, CelExpr...) - Method in class dev.cel.common.ast.CelExprFactory
-
Creates a global (free) function call
CelExpr
for the given function and arguments. - newGlobalCall(String, Iterable<CelExpr>) - Method in class dev.cel.common.ast.CelExprFactory
-
Creates a global (free) function call
CelExpr
for the given function and arguments. - newGlobalMacro(String, int, CelMacroExpander) - Static method in class dev.cel.parser.CelMacro
-
Creates a new global macro that accepts a fixed number of arguments.
- newGlobalOverload(String, CelType, CelType...) - Static method in class dev.cel.common.CelOverloadDecl
-
Helper method for declaring a global function overload
- newGlobalOverload(String, CelType, List<CelType>) - Static method in class dev.cel.common.CelOverloadDecl
-
Helper method for declaring a global function overload
- newGlobalOverload(String, String, CelType, CelType...) - Static method in class dev.cel.common.CelOverloadDecl
-
Helper method for declaring a global function overload
- newGlobalOverload(String, String, CelType, List<CelType>) - Static method in class dev.cel.common.CelOverloadDecl
-
Helper method for declaring a global function overload
- newGlobalVarArgMacro(String, CelMacroExpander) - Static method in class dev.cel.parser.CelMacro
-
Creates a new global macro that accepts a variable number of arguments.
- newIdentDeclaration(String, CelType) - Static method in class dev.cel.checker.CelIdentDecl
-
Create a new
CelIdentDecl
with a givenname
andtype
. - newIdentifier(String) - Method in class dev.cel.common.ast.CelExprFactory
-
Creates an identifier
CelExpr
for the given name. - newInstance() - Static method in class dev.cel.common.ast.CelExprFactory
- newInstance(Iterable<String>, CelType) - Method in class dev.cel.checker.InferenceContext
-
Returns an instance of the given type where all given type parameters are replaced by fresh type variables.
- newIntLiteral(long) - Method in class dev.cel.common.ast.CelExprFactory
-
Creates a new constant
CelExpr
for an int value. - newList(CelExpr...) - Method in class dev.cel.common.ast.CelExprFactory
-
Creates a new list
CelExpr
comprised of the elements. - newList(Iterable<CelExpr>) - Method in class dev.cel.common.ast.CelExprFactory
-
Creates a new list
CelExpr
comprised of the elements. - newMap(CelExpr.CelMap.Entry...) - Method in class dev.cel.common.ast.CelExprFactory
-
Creates a new map
CelExpr
comprised of the entries. - newMap(Iterable<CelExpr.CelMap.Entry>) - Method in class dev.cel.common.ast.CelExprFactory
-
Creates a new map
CelExpr
comprised of the entries. - newMapEntry(CelExpr, CelExpr) - Method in class dev.cel.common.ast.CelExprFactory
-
Creates a new map
CelExpr.CelStruct.Entry
comprised of the given key and value. - newMemberOverload(String, CelType, CelType...) - Static method in class dev.cel.common.CelOverloadDecl
-
Helper method for declaring a member function overload
- newMemberOverload(String, CelType, List<CelType>) - Static method in class dev.cel.common.CelOverloadDecl
-
Helper method for declaring a member function overload
- newMemberOverload(String, String, CelType, CelType...) - Static method in class dev.cel.common.CelOverloadDecl
-
Helper method for declaring a member function overload
- newMemberOverload(String, String, CelType, List<CelType>) - Static method in class dev.cel.common.CelOverloadDecl
-
Helper method for declaring a member function overload
- newMessage(String, CelExpr.CelStruct.Entry...) - Method in class dev.cel.common.ast.CelExprFactory
-
Creates a new message
CelExpr
of the given type comprised of the given fields. - newMessage(String, Iterable<CelExpr.CelStruct.Entry>) - Method in class dev.cel.common.ast.CelExprFactory
-
Creates a new message
CelExpr
of the given type comprised of the given fields. - newMessageField(String, CelExpr) - Method in class dev.cel.common.ast.CelExprFactory
-
Creates a new message
CelExpr.CelStruct.Entry
comprised of the given field and value. - newMonotonicIdGenerator(long) - Static method in class dev.cel.common.ast.CelExprIdGeneratorFactory
-
MonotonicIdGenerator increments expression IDs from an initial seed value.
- 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
CelExpr
for the given function, target, and arguments. - newReceiverCall(String, CelExpr, Iterable<CelExpr>) - Method in class dev.cel.common.ast.CelExprFactory
-
Creates a receiver-style function call
CelExpr
for the given function, target, and arguments. - newReceiverMacro(String, int, CelMacroExpander) - Static method in class dev.cel.parser.CelMacro
-
Creates a new receiver-style macro that accepts a fixed number of arguments.
- newReceiverVarArgMacro(String, CelMacroExpander) - Static method in class dev.cel.parser.CelMacro
-
Creates a new receiver-style macro that accepts a variable number of arguments.
- newSelect(CelExpr, String, boolean) - Method in class dev.cel.common.ast.CelExprFactory
-
Creates a field traversal or field presence test
CelExpr
for the given operand and field. - newStableIdGenerator(long) - Static method in class dev.cel.common.ast.CelExprIdGeneratorFactory
-
StableIdGenerator ensures new IDs are only created the first time they are encountered.
- newStringLiteral(String) - Method in class dev.cel.common.ast.CelExprFactory
-
Creates a new constant
CelExpr
for a string value. - newTypeVar(String) - Method in class dev.cel.checker.InferenceContext
-
Creates a fresh type variable in the given context.
- newUintLiteral(long) - Method in class dev.cel.common.ast.CelExprFactory
-
Creates a new constant
CelExpr
for a uint value. - newUnparser() - Static method in class dev.cel.parser.CelUnparserFactory
- newVarDeclaration(String, CelType) - Static method in class dev.cel.common.CelVarDecl
-
Create a new
CelVarDecl
with a givenname
andtype
. - 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
- NOT_EQUALS - dev.cel.checker.CelStandardDeclarations.StandardFunction
- NOT_EQUALS - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Relation
- NOT_EQUALS - dev.cel.parser.Operator
- 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.checker.CelStandardDeclarations.StandardFunction
- NOT_STRICTLY_FALSE - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.InternalOperator
- 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
- 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.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 - 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
- NullableType - Class in dev.cel.common.types
-
Nullable types are a union type which indicate that the value is either the
targetType
orSimpleType.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.
O
- OBJECT_VALUE - com.google.api.expr.v1alpha1.Value.KindCase
- OBJECT_VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Value
- of(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
SourceLocation
fromline
andcolumn
. - 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
TypeDef
for a primitive type. - of(CelReference, CelType) - Static method in class dev.cel.checker.ExprChecker.OverloadResolution
-
Deprecated.Construct a new
OverloadResolution
from areference
andtype
. - of(Type) - Static method in class dev.cel.checker.TypeProvider.FieldType
-
Deprecated.Create a new
FieldType
instance from the providedtype
. - of(Type, Type) - Static method in class dev.cel.checker.TypeProvider.ExtensionFieldType
-
Deprecated.
- of(String, FieldMask) - Static method in class dev.cel.checker.ProtoTypeMask
-
Construct a new
ProtoTypeMask
with aFieldMask
indicating which fields should be visible to CEL expressions. - of(String, CelType) - Static method in class dev.cel.common.types.StructType.Field
- ofAllFields(String) - Static method in class dev.cel.checker.ProtoTypeMask
-
Construct a new
ProtoTypeMask
which exposes all fields in the giventypeName
for use within CEL expressions. - ofAllFieldsHidden(String) - Static method in class dev.cel.checker.ProtoTypeMask
-
Construct a new
ProtoTypeMask
which hides all fields in the giventypeName
for use within CEL expressions. - ofCall(long, Optional<CelExpr>, String, ImmutableList<CelExpr>) - Static method in class dev.cel.common.ast.CelExpr
- ofComprehension(long, String, CelExpr, String, CelExpr, CelExpr, CelExpr, CelExpr) - Static method in class dev.cel.common.ast.CelExpr
- ofComprehension(long, String, 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
- 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
- ofList(long, ImmutableList<CelExpr>, ImmutableList<Integer>) - Static method in class dev.cel.common.ast.CelExpr
- ofMap(long, ImmutableList<CelExpr.CelMap.Entry>) - Static method in class dev.cel.common.ast.CelExpr
- ofMapEntry(long, CelExpr, CelExpr, boolean) - Static method in class dev.cel.common.ast.CelExpr
- ofName(String) - Static method in class dev.cel.common.CelContainer
- ofNotSet() - Static method in class dev.cel.common.ast.CelConstant
- ofNotSet(long) - Static method in class dev.cel.common.ast.CelExpr
- 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
- ofStruct(long, String, ImmutableList<CelExpr.CelStruct.Entry>) - Static method in class dev.cel.common.ast.CelExpr
- ofStructEntry(long, String, CelExpr, boolean) - Static method in class dev.cel.common.ast.CelExpr
- 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
-
Deprecated.Use native type equivalent
CelConstant.ofValue(CelByteString)
instead. - 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
-
Deprecated.Use native type equivalent
CelConstant.ofValue(NullValue)
instead. - ofValue(Timestamp) - Static method in class dev.cel.common.ast.CelConstant
-
Deprecated.Do not use. Timestamp is no longer built-in CEL type.
- ofValue(CelByteString) - Static method in class dev.cel.common.ast.CelConstant
- ofValue(NullValue) - Static method in class dev.cel.common.ast.CelConstant
- ofValue(String) - Static method in class dev.cel.common.ast.CelConstant
- OLD_IN - dev.cel.checker.CelStandardDeclarations.StandardFunction
- OLD_IN - dev.cel.parser.Operator
-
Deprecated.
- OLD_NOT_STRICTLY_FALSE - dev.cel.checker.CelStandardDeclarations.StandardFunction
- 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.GlobalCallContext
- op - Variable in class cel.parser.internal.CELParser.IndexContext
- op - Variable in class cel.parser.internal.CELParser.MemberCallContext
- op - Variable in class cel.parser.internal.CELParser.RelationContext
- op - Variable in class cel.parser.internal.CELParser.SelectContext
- 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 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
- 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_SELECT - dev.cel.parser.Operator
- 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 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 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
- 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
- parse(CelSource) - Method in class dev.cel.compiler.CelCompilerImpl
- parse(CelSource) - Method in interface dev.cel.parser.CelParser
-
Parse the input
expression
and return aCelValidationResult
. - parse(CelSource) - Method in class dev.cel.parser.CelParserImpl
- parse(String) - Method in interface dev.cel.parser.CelParser
-
Parse the input
expression
and 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
expression
and 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.Extension
- parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.SourceInfo
- parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.SourcePosition
- parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Type.AbstractType
- parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Type.FunctionType
- parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Type.ListType
- parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Type.MapType
- parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Type
- parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.UnknownSet
- parseDelimitedFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Value
- parseDelimitedFrom(InputStream) - 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.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.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, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.CheckedExpr
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Constant
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EnumValue
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ErrorSet
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EvalState
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EvalState.Result
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Explain.ExprStep
-
Deprecated.
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Call
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Comprehension
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateList
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Ident
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Select
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ExprValue
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ListValue
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.MapValue.Entry
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.MapValue
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ParsedExpr
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Reference
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourceInfo
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourcePosition
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.AbstractType
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.FunctionType
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.ListType
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.MapType
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.UnknownSet
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Value
- 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.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.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
- 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.Extension
- parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.SourceInfo
- parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.SourcePosition
- parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.Type.AbstractType
- parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.Type.FunctionType
- parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.Type.ListType
- parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.Type.MapType
- parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.Type
- parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.UnknownSet
- parseFrom(byte[]) - Static method in class com.google.api.expr.v1alpha1.Value
- parseFrom(byte[]) - 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.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.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[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.CheckedExpr
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Constant
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EnumValue
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ErrorSet
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EvalState
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EvalState.Result
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Explain.ExprStep
-
Deprecated.
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Call
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Comprehension
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateList
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Ident
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Select
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ExprValue
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ListValue
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.MapValue.Entry
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.MapValue
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ParsedExpr
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Reference
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourceInfo
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourcePosition
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.AbstractType
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.FunctionType
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.ListType
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.MapType
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.UnknownSet
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Value
- parseFrom(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.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.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(ByteString) - Static method in class com.google.api.expr.v1alpha1.CheckedExpr
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Constant
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Decl
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.EnumValue
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.ErrorSet
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.EvalState
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.EvalState.Result
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Explain.ExprStep
-
Deprecated.
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Expr.Call
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Expr.Comprehension
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateList
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Expr.Ident
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Expr
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Expr.Select
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.ExprValue
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.ListValue
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.MapValue.Entry
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.MapValue
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.ParsedExpr
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Reference
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.SourceInfo
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.SourcePosition
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Type.AbstractType
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Type.FunctionType
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Type.ListType
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Type.MapType
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Type
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.UnknownSet
- parseFrom(ByteString) - Static method in class com.google.api.expr.v1alpha1.Value
- parseFrom(ByteString) - 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.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.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, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.CheckedExpr
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Constant
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EnumValue
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ErrorSet
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EvalState
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EvalState.Result
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Explain.ExprStep
-
Deprecated.
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Call
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Comprehension
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateList
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Ident
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Select
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ExprValue
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ListValue
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.MapValue.Entry
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.MapValue
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ParsedExpr
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Reference
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourceInfo
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourcePosition
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.AbstractType
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.FunctionType
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.ListType
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.MapType
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.UnknownSet
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Value
- parseFrom(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.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.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(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.CheckedExpr
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Constant
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Decl
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.EnumValue
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.ErrorSet
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.EvalState
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.EvalState.Result
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Explain.ExprStep
-
Deprecated.
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.Call
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.Comprehension
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateList
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.Ident
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Expr
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.Select
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.ExprValue
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.ListValue
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.MapValue.Entry
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.MapValue
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.ParsedExpr
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Reference
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.SourceInfo
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.SourcePosition
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Type.AbstractType
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Type.FunctionType
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Type.ListType
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Type.MapType
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Type
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.UnknownSet
- parseFrom(CodedInputStream) - Static method in class com.google.api.expr.v1alpha1.Value
- parseFrom(CodedInputStream) - 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.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.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, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.CheckedExpr
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Constant
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EnumValue
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ErrorSet
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EvalState
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EvalState.Result
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Explain.ExprStep
-
Deprecated.
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Call
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Comprehension
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateList
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Ident
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Select
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ExprValue
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ListValue
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.MapValue.Entry
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.MapValue
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ParsedExpr
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Reference
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourceInfo
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourcePosition
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.AbstractType
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.FunctionType
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.ListType
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.MapType
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.UnknownSet
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Value
- parseFrom(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.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.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(InputStream) - Static method in class com.google.api.expr.v1alpha1.CheckedExpr
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Constant
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Decl
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.EnumValue
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.ErrorSet
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.EvalState
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.EvalState.Result
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Explain.ExprStep
-
Deprecated.
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.Call
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.Comprehension
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateList
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.Ident
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Expr
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Expr.Select
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.ExprValue
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.ListValue
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.MapValue.Entry
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.MapValue
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.ParsedExpr
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Reference
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.SourceInfo
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.SourcePosition
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Type.AbstractType
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Type.FunctionType
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Type.ListType
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Type.MapType
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Type
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.UnknownSet
- parseFrom(InputStream) - Static method in class com.google.api.expr.v1alpha1.Value
- parseFrom(InputStream) - 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.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.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, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.CheckedExpr
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Constant
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EnumValue
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ErrorSet
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EvalState
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EvalState.Result
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Explain.ExprStep
-
Deprecated.
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Call
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Comprehension
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateList
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Ident
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Select
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ExprValue
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ListValue
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.MapValue.Entry
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.MapValue
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ParsedExpr
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Reference
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourceInfo
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourcePosition
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.AbstractType
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.FunctionType
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.ListType
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.MapType
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.UnknownSet
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Value
- parseFrom(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.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.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(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.CheckedExpr
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Constant
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Decl
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.EnumValue
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.ErrorSet
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.EvalState
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.EvalState.Result
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Explain.ExprStep
-
Deprecated.
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Expr.Call
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Expr.Comprehension
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateList
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Expr.Ident
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Expr
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Expr.Select
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.ExprValue
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.ListValue
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.MapValue.Entry
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.MapValue
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.ParsedExpr
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Reference
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.SourceInfo
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.SourcePosition
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Type.AbstractType
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Type.FunctionType
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Type.ListType
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Type.MapType
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Type
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.UnknownSet
- parseFrom(ByteBuffer) - Static method in class com.google.api.expr.v1alpha1.Value
- parseFrom(ByteBuffer) - 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.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.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, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.CheckedExpr
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Constant
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl.IdentDecl
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Decl
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EnumValue
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ErrorSet
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EvalState
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.EvalState.Result
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Explain.ExprStep
-
Deprecated.
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Call
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Comprehension
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateList
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.CreateStruct
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Ident
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Expr.Select
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ExprValue
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ListValue
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.MapValue.Entry
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.MapValue
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.ParsedExpr
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Reference
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourceInfo
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.SourcePosition
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.AbstractType
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.FunctionType
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.ListType
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type.MapType
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Type
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.UnknownSet
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.api.expr.v1alpha1.Value
- 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.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.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
- 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.Extension
- parser() - Static method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- parser() - Static method in class com.google.api.expr.v1alpha1.SourceInfo
- parser() - Static method in class com.google.api.expr.v1alpha1.SourcePosition
- parser() - Static method in class com.google.api.expr.v1alpha1.Type.AbstractType
- parser() - Static method in class com.google.api.expr.v1alpha1.Type.FunctionType
- parser() - Static method in class com.google.api.expr.v1alpha1.Type.ListType
- parser() - Static method in class com.google.api.expr.v1alpha1.Type.MapType
- parser() - Static method in class com.google.api.expr.v1alpha1.Type
- parser() - Static method in class com.google.api.expr.v1alpha1.UnknownSet
- parser() - Static method in class com.google.api.expr.v1alpha1.Value
- 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.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.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
- 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
- populateMacroCalls() - Method in class dev.cel.common.CelOptions
- populateMacroCalls(boolean) - Method in class dev.cel.common.CelOptions.Builder
-
Populate macro_calls map in source_info with macro calls parsed from the expression.
- 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
- 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_MAP - Static variable in class dev.cel.checker.Types
-
Map of primitive proto types and their CEL
Type
equivalents. - PRIMITIVE_TYPE_UNSPECIFIED - com.google.api.expr.v1alpha1.Type.PrimitiveType
-
Unspecified type.
- PRIMITIVE_TYPE_UNSPECIFIED - 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.
- ProtoMessageType - Class in dev.cel.common.types
-
The
ProtoMessageType
is aStructType
with support for protoExtension
s and field masks. - ProtoMessageType.Extension - Class in dev.cel.common.types
-
Extension
contains the name, type, and target message type of the extension. - ProtoMessageTypeProvider - Class in dev.cel.common.types
-
The
ProtoMessageTypeProvider
implements theCelTypeProvider
interface to provideCelType
objects 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
- protoType() - Method in class dev.cel.checker.DescriptorTypeProvider.TypeDef
-
The proto-based type enum for the type.
- ProtoTypeMask - Class in dev.cel.checker
-
ProtoTypeMask
describes the fraction of a protobuf type's object graph that should be visible within CEL expressions. - ProtoTypeMask() - Constructor for class dev.cel.checker.ProtoTypeMask
- ProtoTypeMaskTypeProvider - Class in dev.cel.checker
-
The
ProtoTypeMaskTypeProvider
binds a set ofProtoTypeMask
instances to type definitions and ensures that only fields which have been explicitly listed by the set ofProtoTypeMask
values 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
- QUESTION_MARK - Static variable in class dev.cel.parser.CelUnparserVisitor
- QUESTIONMARK - Static variable in class cel.parser.internal.CELLexer
- QUESTIONMARK - Static variable in class cel.parser.internal.CELParser
- QUESTIONMARK() - Method in class cel.parser.internal.CELParser.ExprContext
- QUESTIONMARK() - Method in class cel.parser.internal.CELParser.IndexContext
- QUESTIONMARK() - Method in class cel.parser.internal.CELParser.OptExprContext
- QUESTIONMARK() - Method in class cel.parser.internal.CELParser.OptFieldContext
- QUESTIONMARK() - Method in class cel.parser.internal.CELParser.SelectContext
R
- rawMessage() - Method in class dev.cel.common.internal.Errors.Error
-
Returns the raw error message without the container or line number.
- RBRACE - Static variable in class cel.parser.internal.CELLexer
- RBRACE - Static variable in class cel.parser.internal.CELParser
- RBRACE() - Method in class cel.parser.internal.CELParser.CreateMapContext
- RBRACE() - Method in class cel.parser.internal.CELParser.CreateMessageContext
- reference() - Method in class dev.cel.checker.ExprChecker.OverloadResolution
-
Deprecated.The
Reference
to the declaration name and overload id. - Reference - Class in com.google.api.expr.v1alpha1
-
Describes a resolved reference to a declaration.
- Reference - 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
- 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.SyntaxProto
- 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.SyntaxProto
- 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.
- removeErrors(int) - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
-
The errors in the set.
- removeExprSteps(int) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.List of steps.
- removeExtensions(int) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- 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.
- 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.
- renumberId(long) - Method in class dev.cel.common.ast.CelExprIdGeneratorFactory.StableIdGenerator
-
Renumbers the existing expression ID to a newly generated unique ID.
- repeated() - Method in class dev.cel.checker.DescriptorTypeProvider.FieldDef
-
The field is repeated if it is a list or map type.
- 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.
- 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.
- reportError(int, String, Object...) - Method in class dev.cel.checker.Env
-
Deprecated.Use
instead.
- reportError(int, String, Object...) - Method in class dev.cel.common.internal.Errors
-
Deprecated.Use
instead
- reportError(long, int, String, Object...) - Method in class dev.cel.checker.Env
-
Reports an error.
- reportError(long, int, String, Object...) - Method in class dev.cel.common.internal.Errors
-
Reports an error.
- reportError(CelIssue) - Method in class dev.cel.parser.CelMacroExprFactory
- reportError(String) - Method in class dev.cel.parser.CelMacroExprFactory
- reportError(String, Object...) - Method in class dev.cel.parser.CelMacroExprFactory
- resetTypeAndRefMaps() - Method in class dev.cel.checker.Env
-
Reset type and ref maps.
- resolveCandidateNames(String) - Method in class dev.cel.common.CelContainer
-
Returns the candidates name of namespaced identifiers in C++ resolution order.
- resolveTypeDependencies() - Method in class dev.cel.common.CelOptions
- resolveTypeDependencies(boolean) - Method in class dev.cel.common.CelOptions.Builder
-
Enable or disable the resolution of
Descriptor
type 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 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
- RESULTS_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.EvalState
- resultType() - Method in class dev.cel.common.CelOverloadDecl.Builder
- resultType() - Method in class dev.cel.common.CelOverloadDecl
-
Required.
- 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.
- RIGHT_BRACE - Static variable in class dev.cel.parser.CelUnparserVisitor
- RIGHT_BRACKET - Static variable in class dev.cel.parser.CelUnparserVisitor
- RIGHT_PAREN - Static variable in class dev.cel.parser.CelUnparserVisitor
- ROOT_SCOPE - Static variable in class dev.cel.checker.Env
-
The top-most scope in the environment, for use with
Env.getDeclGroup(int)
. - RPAREN - Static variable in class cel.parser.internal.CELLexer
- RPAREN - Static variable in class cel.parser.internal.CELParser
- RPAREN() - Method in class cel.parser.internal.CELParser.GlobalCallContext
- RPAREN() - Method in class cel.parser.internal.CELParser.MemberCallContext
- RPAREN() - Method in class cel.parser.internal.CELParser.NestedContext
- RPRACKET - Static variable in class cel.parser.internal.CELLexer
- RPRACKET - Static variable in class cel.parser.internal.CELParser
- RPRACKET() - Method in class cel.parser.internal.CELParser.CreateListContext
- RPRACKET() - Method in class cel.parser.internal.CELParser.IndexContext
- RULE_calc - Static variable in class cel.parser.internal.CELParser
- RULE_conditionalAnd - Static variable in class cel.parser.internal.CELParser
- RULE_conditionalOr - Static variable in class cel.parser.internal.CELParser
- RULE_escapeIdent - Static variable in class cel.parser.internal.CELParser
- RULE_expr - Static variable in class cel.parser.internal.CELParser
- RULE_exprList - Static variable in class cel.parser.internal.CELParser
- RULE_fieldInitializerList - Static variable in class cel.parser.internal.CELParser
- RULE_listInit - Static variable in class cel.parser.internal.CELParser
- RULE_literal - Static variable in class cel.parser.internal.CELParser
- RULE_mapInitializerList - Static variable in class cel.parser.internal.CELParser
- RULE_member - Static variable in class cel.parser.internal.CELParser
- RULE_optExpr - Static variable in class cel.parser.internal.CELParser
- RULE_optField - Static variable in class cel.parser.internal.CELParser
- RULE_primary - Static variable in class cel.parser.internal.CELParser
- RULE_relation - Static variable in class cel.parser.internal.CELParser
- RULE_start - Static variable in class cel.parser.internal.CELParser
- RULE_unary - Static variable in class cel.parser.internal.CELParser
- ruleNames - Static variable in class cel.parser.internal.CELLexer
- ruleNames - Static variable in class cel.parser.internal.CELParser
S
- s16 - Variable in class cel.parser.internal.CELParser.CreateMessageContext
- s18 - Variable in class cel.parser.internal.CELParser.NegateContext
- s19 - Variable in class cel.parser.internal.CELParser.LogicalNotContext
- s21 - Variable in class cel.parser.internal.CELParser.FieldInitializerListContext
- s21 - Variable in class cel.parser.internal.CELParser.MapInitializerListContext
- s8 - Variable in class cel.parser.internal.CELParser.ConditionalAndContext
- s9 - Variable in class cel.parser.internal.CELParser.ConditionalOrContext
- SafeStringFormatter - Class in dev.cel.common.internal
-
SafeStringFormatter
is 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 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(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
- 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
- selectOrDefault() - Method in class dev.cel.common.ast.CelExpr
-
Gets the underlying select expression or a default instance of one if expression is not
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(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.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 com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- 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 com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
-
If set, the listed components must understand the extension for the expression to evaluate correctly.
- setAffectedComponentsValue(int, int) - Method in class 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
- 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.
- 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.
- 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.
- 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.
- setCall(CelExpr.CelCall) - Method in class dev.cel.common.ast.CelExpr.Builder
- 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.
- setCheckerOptions(CelCheckerBuilder) - Method in interface dev.cel.checker.CelCheckerLibrary
-
Configures the checker to support the library implementation, such as adding function bindings
- setColumn(int) - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
-
The 0-based index of the starting position within the line of source text where the issue occurs.
- setComprehension(CelExpr.CelComprehension) - Method in class dev.cel.common.ast.CelExpr.Builder
- 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(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(CelContainer) - Method in interface dev.cel.checker.CelCheckerBuilder
-
Set the
CelContainer
to use as the namespace for resolving CEL expression variables and functions. - setContainer(CelContainer) - Method in class dev.cel.checker.CelCheckerLegacyImpl.Builder
- setContainer(CelContainer) - Method in interface dev.cel.compiler.CelCompilerBuilder
-
Set the
CelContainer
to use as the namespace for resolving CEL expression variables and functions. - setContainer(CelContainer) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
- setDescription(String) - Method in class dev.cel.common.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.Builder
-
Documentation string for the function that indicates the general purpose of the function and its behavior.
- 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.Builder
-
Documentation string for the function that indicates the general purpose of the function and its behavior.
- 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.
- 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
- 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.
- 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
- setEnumValue(EnumValue) - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
An enum value.
- setEnumValue(EnumValue.Builder) - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
An enum value.
- setError(ErrorSet) - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
-
The set of errors in the critical path of evalution.
- setError(ErrorSet.Builder) - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
-
The set of errors in the critical path of evalution.
- setError(Empty) - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Error type.
- setError(Empty) - 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.
- setErrors(int, Status) - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
-
The errors in the set.
- setErrors(int, Status.Builder) - Method in class com.google.api.expr.v1alpha1.ErrorSet.Builder
-
The errors in the set.
- setExpr(long) - Method in class com.google.api.expr.v1alpha1.EvalState.Result.Builder
-
The id of the expression this result if for.
- setExpr(Expr) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
-
The checked expression.
- setExpr(Expr) - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
-
The parsed expression.
- setExpr(Expr.Builder) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
-
The checked expression.
- setExpr(Expr.Builder) - Method in class com.google.api.expr.v1alpha1.ParsedExpr.Builder
-
The parsed expression.
- 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.
- setExprId(long) - Method in class dev.cel.common.CelIssue.Builder
- 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.
- setExprSteps(int, Explain.ExprStep) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.List of steps.
- setExprSteps(int, Explain.ExprStep.Builder) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.List of steps.
- setExprVersion(String) - Method in class com.google.api.expr.v1alpha1.CheckedExpr.Builder
-
The expr version indicates the major / minor version number of the `expr` representation.
- 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.
- setExtensions(int, SourceInfo.Extension) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- setExtensions(int, SourceInfo.Extension.Builder) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Builder
-
A list of tags for extensions that were used while parsing or type checking the source expression.
- 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.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.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.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.
- 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.expr.Expr.Builder
-
Required.
- setId(long) - Method in class dev.cel.expr.Expr.CreateStruct.Entry.Builder
-
Required.
- setId(String) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
-
Identifier for the extension.
- setId(String) - Method in class dev.cel.expr.SourceInfo.Extension.Builder
-
Identifier for the extension.
- setIdBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.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(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.
- 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 the comprehension iterates.
- setIterRange(Expr.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
The range over which the comprehension iterates.
- setIterRange(CelExpr) - Method in class dev.cel.common.ast.CelExpr.CelComprehension.Builder
- 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 first iteration variable.
- setIterVar(String) - Method in class dev.cel.common.ast.CelExpr.CelComprehension.Builder
- setIterVar(String) - Method in class dev.cel.expr.Expr.Comprehension.Builder
-
The name of the first iteration variable.
- setIterVar2(String) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
The name of the second iteration variable, empty if not set.
- setIterVar2(String) - Method in class dev.cel.common.ast.CelExpr.CelComprehension.Builder
- 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 com.google.api.expr.v1alpha1.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 first 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
- 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
- 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.
- 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, iter_var2, and accu_var.
- setLoopCondition(Expr.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
An expression which can contain iter_var, iter_var2, and accu_var.
- setLoopCondition(CelExpr) - Method in class dev.cel.common.ast.CelExpr.CelComprehension.Builder
- 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, iter_var2, and accu_var.
- setLoopStep(Expr.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.Comprehension.Builder
-
An expression which can contain iter_var, iter_var2, and accu_var.
- setLoopStep(CelExpr) - Method in class dev.cel.common.ast.CelExpr.CelComprehension.Builder
- 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 com.google.api.expr.v1alpha1.SourceInfo.Extension.Version.Builder
-
Major version changes indicate different required support level from the required components.
- 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
- 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.
- 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.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 com.google.api.expr.v1alpha1.SourceInfo.Extension.Version.Builder
-
Minor version changes must not change the observed behavior from existing implementations, but may be provided informationally.
- 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.CelReference.Builder
- setName(String) - Method in class dev.cel.common.CelContainer.Builder
-
Sets the fully-qualified name of the container.
- 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.
- 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.
- setObjectValue(Any) - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
The proto message backing an object value.
- setObjectValue(Any.Builder) - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
The proto message backing an object value.
- setOffset(int) - Method in class com.google.api.expr.v1alpha1.SourcePosition.Builder
-
The UTF-8 code unit offset.
- setOperand(Expr) - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
-
Required.
- setOperand(Expr.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.Select.Builder
-
Required.
- setOperand(CelExpr) - Method in class dev.cel.common.ast.CelExpr.CelSelect.Builder
- 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.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.checker.CelCheckerBuilder
-
Set the
CelOptions
used to enable fixes and features for this CEL instances. - setOptions(CelOptions) - Method in class dev.cel.checker.CelCheckerLegacyImpl.Builder
- setOptions(CelOptions) - Method in interface dev.cel.compiler.CelCompilerBuilder
-
Set the
CelOptions
used to enable fixes and features for this CEL instances. - setOptions(CelOptions) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
- setOptions(CelOptions) - Method in interface dev.cel.parser.CelParserBuilder
-
Configures the
CelOptions
used to enable fixes within the parser. - setOptions(CelOptions) - Method in class dev.cel.parser.CelParserImpl.Builder
- setOverloadId(int, String) - Method in class com.google.api.expr.v1alpha1.Reference.Builder
-
For references to functions, this is a list of `Overload.overload_id` values which match according to typing rules.
- setOverloadId(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.
- 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.checker.CelCheckerBuilder
-
Set the expected
resultType
in proto format described in checked.proto for the type-checked expression. - setProtoResultType(Type) - Method in class dev.cel.checker.CelCheckerLegacyImpl.Builder
- setProtoResultType(Type) - Method in interface dev.cel.compiler.CelCompilerBuilder
-
Set the expected
resultType
in proto format described in checked.proto for the type-checked expression. - setProtoResultType(Type) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
- setRef(CelExpr, CelReference) - Method in class dev.cel.checker.Env
-
Sets the reference associated with an expression.
- 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(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.
- setResultType(Type) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
Required.
- setResultType(Type) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
-
Result type of the function.
- setResultType(Type.Builder) - Method in class com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload.Builder
-
Required.
- setResultType(Type.Builder) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType.Builder
-
Result type of the function.
- setResultType(CelType) - Method in interface dev.cel.checker.CelCheckerBuilder
-
Set the expected
resultType
for the type-checked expression. - setResultType(CelType) - Method in class dev.cel.checker.CelCheckerLegacyImpl.Builder
- setResultType(CelType) - Method in class dev.cel.common.CelOverloadDecl.Builder
-
Sets the result type
CelOverloadDecl.Builder.resultType()
- setResultType(CelType) - Method in interface dev.cel.compiler.CelCompilerBuilder
-
Set the expected
resultType
for the type-checked expression. - setResultType(CelType) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
- 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.
- setSelect(CelExpr.CelSelect) - Method in class dev.cel.common.ast.CelExpr.Builder
- 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.checker.CelCheckerBuilder
-
Enable or disable the standard CEL library functions and variables
- setStandardEnvironmentEnabled(boolean) - Method in class dev.cel.checker.CelCheckerLegacyImpl.Builder
- setStandardEnvironmentEnabled(boolean) - Method in interface dev.cel.compiler.CelCompilerBuilder
-
Enable or disable the standard CEL library functions and variables
- setStandardEnvironmentEnabled(boolean) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
- setStandardMacros(CelStandardMacro...) - Method in interface dev.cel.compiler.CelCompilerBuilder
-
Sets the macro set for the parser, replacing the macros from any prior call.
- setStandardMacros(CelStandardMacro...) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
- setStandardMacros(CelStandardMacro...) - Method in interface dev.cel.parser.CelParserBuilder
-
Sets the macro set defined as part of CEL standard library for the parser, replacing the macros from any prior call.
- setStandardMacros(CelStandardMacro...) - Method in class dev.cel.parser.CelParserImpl.Builder
- setStandardMacros(Iterable<CelStandardMacro>) - Method in interface dev.cel.compiler.CelCompilerBuilder
-
Sets the macro set for the parser, replacing the macros from any prior call.
- setStandardMacros(Iterable<CelStandardMacro>) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
- setStandardMacros(Iterable<CelStandardMacro>) - Method in interface dev.cel.parser.CelParserBuilder
-
Sets the macro set defined as part of CEL standard library for the parser, replacing the macros from any prior call.
- setStandardMacros(Iterable<CelStandardMacro>) - Method in class dev.cel.parser.CelParserImpl.Builder
- setStringValue(String) - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
string value.
- setStringValue(String) - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
UTF-8 string value.
- setStringValue(String) - Method in class dev.cel.expr.Constant.Builder
-
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.
- setStruct(CelExpr.CelStruct) - Method in class dev.cel.common.ast.CelExpr.Builder
- 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(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.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.
- setTypeBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.EnumValue.Builder
-
The fully qualified name of the enum type.
- setTypeParam(String) - Method in class com.google.api.expr.v1alpha1.Type.Builder
-
Type param type.
- 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.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.checker.CelCheckerBuilder
-
Set the
celTypeProvider
for use with type-checking expressions. - setTypeProvider(CelTypeProvider) - Method in class dev.cel.checker.CelCheckerLegacyImpl.Builder
- setTypeProvider(CelTypeProvider) - Method in interface dev.cel.compiler.CelCompilerBuilder
-
Set the
celTypeProvider
for use with type-checking expressions. - setTypeProvider(CelTypeProvider) - Method in class dev.cel.compiler.CelCompilerImpl.Builder
- setTypeValue(String) - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
Type value.
- setTypeValueBytes(ByteString) - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
Type value.
- setUint64Value(long) - Method in class com.google.api.expr.v1alpha1.Constant.Builder
-
uint64 value.
- setUint64Value(long) - Method in class com.google.api.expr.v1alpha1.Value.Builder
-
Unsigned integer value.
- setUint64Value(long) - Method in class dev.cel.expr.Constant.Builder
-
uint64 value.
- setUnknown(UnknownSet) - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
-
The set of unknowns in the critical path of evaluation.
- setUnknown(UnknownSet.Builder) - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
-
The set of unknowns in the critical path of evaluation.
- setValue(int) - Method in class com.google.api.expr.v1alpha1.EnumValue.Builder
-
The value of the enum.
- setValue(long) - Method in class com.google.api.expr.v1alpha1.EvalState.Result.Builder
-
The index in `values` of the resulting value.
- setValue(Constant) - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
-
The constant value of the identifier.
- setValue(Constant) - Method in class com.google.api.expr.v1alpha1.Reference.Builder
-
For references to constants, this may contain the value of the constant if known at compile time.
- setValue(Constant.Builder) - Method in class com.google.api.expr.v1alpha1.Decl.IdentDecl.Builder
-
The constant value of the identifier.
- setValue(Constant.Builder) - Method in class com.google.api.expr.v1alpha1.Reference.Builder
-
For references to constants, this may contain the value of the constant if known at compile time.
- setValue(Expr) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
-
Required.
- setValue(Expr.Builder) - Method in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.Builder
-
Required.
- setValue(Value) - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
-
A concrete value.
- setValue(Value) - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
-
The value.
- setValue(Value.Builder) - Method in class com.google.api.expr.v1alpha1.ExprValue.Builder
-
A concrete value.
- setValue(Value.Builder) - Method in class com.google.api.expr.v1alpha1.MapValue.Entry.Builder
-
The value.
- setValue(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(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.
- setValueIndex(int) - Method in class com.google.api.expr.v1alpha1.Explain.ExprStep.Builder
-
Deprecated.Index of the value in the values list.
- setValues(int, ExprValue) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
The unique values referenced in this message.
- setValues(int, ExprValue.Builder) - Method in class com.google.api.expr.v1alpha1.EvalState.Builder
-
The unique values referenced in this message.
- setValues(int, Value) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.All of the observed values.
- setValues(int, Value) - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
-
The ordered values in the list.
- setValues(int, Value.Builder) - Method in class com.google.api.expr.v1alpha1.Explain.Builder
-
Deprecated.All of the observed values.
- setValues(int, Value.Builder) - Method in class com.google.api.expr.v1alpha1.ListValue.Builder
-
The ordered values in the list.
- setValueType(Type) - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
-
The type of the value.
- setValueType(Type.Builder) - Method in class com.google.api.expr.v1alpha1.Type.MapType.Builder
-
The type of the value.
- 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 com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
-
Version info.
- setVersion(SourceInfo.Extension.Version.Builder) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Builder
-
Version info.
- 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.
- sign - Variable in class cel.parser.internal.CELParser.DoubleContext
- sign - Variable in class cel.parser.internal.CELParser.IntContext
- SimpleIdentifierContext(CELParser.EscapeIdentContext) - Constructor for class cel.parser.internal.CELParser.SimpleIdentifierContext
- SimpleType - Class in dev.cel.common.types
-
Simple types represent scalar, dynamic, and error values.
- SimpleType() - Constructor for class dev.cel.common.types.SimpleType
- 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.checker.CelStandardDeclarations.StandardFunction
- SIZE_BYTES - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Size
- SIZE_LIST - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Size
- SIZE_MAP - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Size
- SIZE_STRING - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Size
- 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
CelCodePointArray
that 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 - 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 com.google.api.expr.v1alpha1
-
An extension that was requested for the source expression.
- SourceInfo.Extension - Class in dev.cel.expr
-
An extension that was requested for the source expression.
- SourceInfo.Extension.Builder - Class in com.google.api.expr.v1alpha1
-
An extension that was requested for the source expression.
- SourceInfo.Extension.Builder - Class in dev.cel.expr
-
An extension that was requested for the source expression.
- SourceInfo.Extension.Component - Enum in com.google.api.expr.v1alpha1
-
CEL component specifier.
- SourceInfo.Extension.Component - Enum in dev.cel.expr
-
CEL component specifier.
- SourceInfo.Extension.Version - Class in com.google.api.expr.v1alpha1
-
Version
- SourceInfo.Extension.Version - Class in dev.cel.expr
-
Version
- SourceInfo.Extension.Version.Builder - Class in com.google.api.expr.v1alpha1
-
Version
- SourceInfo.Extension.Version.Builder - Class in dev.cel.expr
-
Version
- SourceInfo.Extension.VersionOrBuilder - Interface in com.google.api.expr.v1alpha1
- SourceInfo.Extension.VersionOrBuilder - Interface in dev.cel.expr
- SourceInfo.ExtensionOrBuilder - Interface in com.google.api.expr.v1alpha1
- 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.
- standard(CelStandardDeclarations, Errors, TypeProvider, CelOptions) - Static method in class dev.cel.checker.Env
- standard(Errors) - Static method in class dev.cel.checker.Env
-
Deprecated.Do not use. This exists for compatibility reasons. Migrate to CEL-Java fluent APIs. See
CelCompilerFactory
. - standard(Errors, TypeProvider) - Static method in class dev.cel.checker.Env
-
Deprecated.Do not use. This exists for compatibility reasons. Migrate to CEL-Java fluent APIs. See
CelCompilerFactory
. - standard(Errors, TypeProvider, CelOptions) - Static method in class dev.cel.checker.Env
-
Deprecated.Do not use. This exists for compatibility reasons. Migrate to CEL-Java fluent APIs. See
CelCompilerFactory
. - STANDARD_MACROS - Static variable in enum dev.cel.parser.CelStandardMacro
-
Set of all standard macros supported by the CEL spec.
- standardCelCheckerBuilder() - Static method in class dev.cel.compiler.CelCompilerFactory
-
Create a new builder to construct a
CelChecker
instance. - standardCelCompilerBuilder() - Static method in class dev.cel.compiler.CelCompilerFactory
-
Create a new builder to construct a
CelCompiler
instance. - STAR - Static variable in class cel.parser.internal.CELLexer
- STAR - Static variable in class cel.parser.internal.CELParser
- STAR() - Method in class cel.parser.internal.CELParser.CalcContext
- start() - Method in class cel.parser.internal.CELParser
- StartContext(ParserRuleContext, int) - Constructor for class cel.parser.internal.CELParser.StartContext
- STARTS_WITH - dev.cel.checker.CelStandardDeclarations.StandardFunction
- STARTS_WITH_STRING - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.StringMatchers
- STRING - com.google.api.expr.v1alpha1.Type.PrimitiveType
-
String type.
- STRING - dev.cel.checker.CelStandardDeclarations.StandardFunction
- STRING - dev.cel.checker.CelStandardDeclarations.StandardIdentifier
- STRING - dev.cel.common.types.CelKind
- STRING - dev.cel.expr.Type.PrimitiveType
-
String type.
- 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.SimpleType
- STRING() - Method in class cel.parser.internal.CELParser.StringContext
- STRING_SIZE - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Size
- STRING_TO_BOOL - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
- STRING_TO_BYTES - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
- STRING_TO_DOUBLE - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
- STRING_TO_DURATION - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
- STRING_TO_INT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
- STRING_TO_STRING - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
- STRING_TO_TIMESTAMP - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
- STRING_TO_UINT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
- STRING_VALUE - com.google.api.expr.v1alpha1.Constant.ConstantKindCase
- STRING_VALUE - com.google.api.expr.v1alpha1.Value.KindCase
- STRING_VALUE - dev.cel.common.ast.CelConstant.Kind
- STRING_VALUE - dev.cel.expr.Constant.ConstantKindCase
- 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_WRAPPER_MESSAGE - Static variable in class dev.cel.checker.Types
- STRING_WRAPPER_MESSAGE - Static variable in class dev.cel.common.types.CelTypes
- stringBuilder - Variable in class dev.cel.parser.CelUnparserVisitor
- StringContext(CELParser.LiteralContext) - Constructor for class cel.parser.internal.CELParser.StringContext
- 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 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
- structOrDefault() - Method in class dev.cel.common.ast.CelExpr
-
Gets the underlying struct expression or a default instance of one if expression is not
Kind#STRUCT
. - StructType - Class in dev.cel.common.types
-
Struct type indicates that the type
name
is 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
FieldResolver
is 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
- 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. - SUBTRACT - dev.cel.checker.CelStandardDeclarations.StandardFunction
- SUBTRACT - dev.cel.parser.Operator
- SUBTRACT_DOUBLE - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
- SUBTRACT_DURATION_DURATION - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
- SUBTRACT_INT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
- SUBTRACT_TIMESTAMP_DURATION - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
- SUBTRACT_TIMESTAMP_TIMESTAMP - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
- SUBTRACT_UINT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
- 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 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 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.checker.CelStandardDeclarations.StandardFunction
- TIMESTAMP - dev.cel.common.types.CelKind
- TIMESTAMP - dev.cel.expr.Type.WellKnownType
-
Well-known protobuf.Timestamp type, internally referenced as `timestamp`.
- 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.SimpleType
- TIMESTAMP_MESSAGE - Static variable in class dev.cel.checker.Types
- TIMESTAMP_MESSAGE - Static variable in class dev.cel.common.types.CelTypes
- TIMESTAMP_TO_DAY_OF_MONTH - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.DateTime
- TIMESTAMP_TO_DAY_OF_MONTH_1_BASED - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.DateTime
- TIMESTAMP_TO_DAY_OF_MONTH_1_BASED_WITH_TZ - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.DateTime
- TIMESTAMP_TO_DAY_OF_MONTH_WITH_TZ - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.DateTime
- TIMESTAMP_TO_DAY_OF_WEEK - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.DateTime
- TIMESTAMP_TO_DAY_OF_WEEK_WITH_TZ - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.DateTime
- TIMESTAMP_TO_DAY_OF_YEAR - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.DateTime
- TIMESTAMP_TO_DAY_OF_YEAR_WITH_TZ - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.DateTime
- TIMESTAMP_TO_HOURS - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.DateTime
- TIMESTAMP_TO_HOURS_WITH_TZ - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.DateTime
- TIMESTAMP_TO_INT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
- TIMESTAMP_TO_MILLISECONDS - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.DateTime
- TIMESTAMP_TO_MILLISECONDS_WITH_TZ - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.DateTime
- TIMESTAMP_TO_MINUTES - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.DateTime
- TIMESTAMP_TO_MINUTES_WITH_TZ - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.DateTime
- TIMESTAMP_TO_MONTH - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.DateTime
- TIMESTAMP_TO_MONTH_WITH_TZ - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.DateTime
- TIMESTAMP_TO_SECONDS - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.DateTime
- TIMESTAMP_TO_SECONDS_WITH_TZ - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.DateTime
- TIMESTAMP_TO_STRING - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
- TIMESTAMP_TO_TIMESTAMP - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
- TIMESTAMP_TO_YEAR - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.DateTime
- TIMESTAMP_TO_YEAR_WITH_TZ - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.DateTime
- TIMESTAMP_VALUE - com.google.api.expr.v1alpha1.Constant.ConstantKindCase
-
Deprecated.
- TIMESTAMP_VALUE - dev.cel.common.ast.CelConstant.Kind
-
Deprecated.Do not use. Timestamp is no longer built-in CEL type.
- 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
- 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.checker.CelStandardDeclarations.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.Extension
- toBuilder() - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension.Version
- toBuilder() - Method in class com.google.api.expr.v1alpha1.SourceInfo
- toBuilder() - Method in class com.google.api.expr.v1alpha1.SourcePosition
- toBuilder() - Method in class com.google.api.expr.v1alpha1.Type.AbstractType
- toBuilder() - Method in class com.google.api.expr.v1alpha1.Type.FunctionType
- toBuilder() - Method in class com.google.api.expr.v1alpha1.Type.ListType
- toBuilder() - Method in class com.google.api.expr.v1alpha1.Type.MapType
- toBuilder() - Method in class com.google.api.expr.v1alpha1.Type
- toBuilder() - Method in class com.google.api.expr.v1alpha1.UnknownSet
- toBuilder() - Method in class com.google.api.expr.v1alpha1.Value
- toBuilder() - Method in class dev.cel.common.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.CelContainer
- 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.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.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.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
- toByteArray() - Method in class dev.cel.common.values.CelByteString
- toCheckedExpr() - Method in class dev.cel.common.CelProtoAbstractSyntaxTree
-
Returns the underlying
CheckedExpr
representation 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.
- tok - Variable in class cel.parser.internal.CELParser.BoolFalseContext
- tok - Variable in class cel.parser.internal.CELParser.BoolTrueContext
- tok - Variable in class cel.parser.internal.CELParser.BytesContext
- tok - Variable in class cel.parser.internal.CELParser.DoubleContext
- tok - Variable in class cel.parser.internal.CELParser.IntContext
- tok - Variable in class cel.parser.internal.CELParser.NullContext
- tok - Variable in class cel.parser.internal.CELParser.StringContext
- tok - Variable in class cel.parser.internal.CELParser.UintContext
- tokenNames - Static variable in class cel.parser.internal.CELLexer
-
Deprecated.Use
CELLexer.VOCABULARY
instead. - tokenNames - Static variable in class cel.parser.internal.CELParser
-
Deprecated.Use
CELParser.VOCABULARY
instead. - toParsedExpr() - Method in class dev.cel.common.CelProtoAbstractSyntaxTree
-
Returns the underlying
ParsedExpr
representation 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
- 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.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.common.values.CelByteString
- toString() - Method in class dev.cel.common.values.NullValue
- toString() - Method in class dev.cel.parser.CelMacro
- toStringUtf8() - Method in class dev.cel.common.values.CelByteString
- TRUE - Static variable in class dev.cel.common.internal.Constants
- tryLookupCelFunction(CelContainer, String) - Method in class dev.cel.checker.Env
-
Try to lookup a function with the given
name
within acontainer
. - tryLookupCelIdent(CelContainer, String) - Method in class dev.cel.checker.Env
-
Try to lookup an identifier with the given
name
within acontainer
. - tryLookupFunction(String, String) - Method in class dev.cel.checker.Env
-
Deprecated.
- tryLookupIdent(CelContainer, 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
Type
of the result associated with the overload. - type() - Method in class dev.cel.checker.TypeProvider.FieldType
-
Deprecated.The
Type
of the field. - type() - Method in class dev.cel.common.CelVarDecl
-
The type of the variable.
- type() - 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.StandardFunction.Overload.InternalOperator
- TYPE - dev.cel.checker.CelStandardDeclarations.StandardFunction
- 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.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_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Value
- Type.AbstractType - Class in com.google.api.expr.v1alpha1
-
Application defined abstract type.
- Type.AbstractType - 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, CelContainer, CelAbstractSyntaxTree, Optional<CelType>) - Static method in class dev.cel.checker.ExprChecker
-
Deprecated.Type-checks the parsed expression within the given environment and returns a checked expression.
- typecheck(Env, String, ParsedExpr, Optional<Type>) - Static method in class dev.cel.checker.ExprChecker
-
Deprecated.Do not use. CEL-Java users should leverage the Fluent APIs instead. See
CelCompilerFactory
. - TypeDef() - Constructor for class dev.cel.checker.DescriptorTypeProvider.TypeDef
- TypeFormatter - Class in dev.cel.checker
-
Class to format
Type
objects intoString
values. - TYPEKIND_NOT_SET - com.google.api.expr.v1alpha1.Type.TypeKindCase
- TYPEKIND_NOT_SET - dev.cel.expr.Type.TypeKindCase
- 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 - Interface in dev.cel.checker
-
Deprecated.Use
CelTypeProvider
instead. - TypeProvider.CombinedTypeProvider - Class in dev.cel.checker
-
Deprecated.The
CombinedTypeProvider
takes one or moreTypeProvider
instances and attempts to look up aType
instance for a giventypeName
by calling eachTypeProvider
in 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
CelType
instances supported by this provider. - types() - Method in class dev.cel.common.types.ProtoMessageTypeProvider
- Types - Class in dev.cel.checker
-
Utilities for dealing with the
Type
proto. - 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
TypeType
is 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.StandardFunction
- UINT - dev.cel.checker.CelStandardDeclarations.StandardIdentifier
- UINT - dev.cel.common.types.CelKind
- UINT - Static variable in class dev.cel.common.types.SimpleType
- UINT32_WRAPPER_MESSAGE - Static variable in class dev.cel.checker.Types
- UINT32_WRAPPER_MESSAGE - Static variable in class dev.cel.common.types.CelTypes
- 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_TO_DOUBLE - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
- UINT64_TO_INT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
- UINT64_TO_STRING - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
- UINT64_TO_UINT64 - dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
- UINT64_VALUE - com.google.api.expr.v1alpha1.Constant.ConstantKindCase
- UINT64_VALUE - com.google.api.expr.v1alpha1.Value.KindCase
- UINT64_VALUE - dev.cel.common.ast.CelConstant.Kind
- UINT64_VALUE - dev.cel.expr.Constant.ConstantKindCase
- 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_WRAPPER_MESSAGE - Static variable in class dev.cel.checker.Types
- UINT64_WRAPPER_MESSAGE - Static variable in class dev.cel.common.types.CelTypes
- 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) - Static method in class dev.cel.checker.Env
-
Deprecated.Do not use. This exists for compatibility reasons. Migrate to CEL-Java fluent APIs. See
CelCompilerFactory
. - unconfigured(Errors, TypeProvider, CelOptions) - Static method in class dev.cel.checker.Env
-
Deprecated.Do not use. This exists for compatibility reasons. Migrate to CEL-Java fluent APIs. See
CelCompilerFactory
. - UNKNOWN - com.google.api.expr.v1alpha1.ExprValue.KindCase
- UNKNOWN_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.ExprValue
- UnknownSet - Class in com.google.api.expr.v1alpha1
-
A set of expressions for which the value is unknown.
- UnknownSet.Builder - Class in com.google.api.expr.v1alpha1
-
A set of expressions for which the value is unknown.
- UnknownSetOrBuilder - Interface in com.google.api.expr.v1alpha1
- unparse() - Method in class dev.cel.parser.CelUnparserVisitor
- unparse(CelAbstractSyntaxTree) - Method in interface dev.cel.parser.CelUnparser
-
Unparses the
CelAbstractSyntaxTree
value to a human-readable string. - UNRECOGNIZED - com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
- UNRECOGNIZED - com.google.api.expr.v1alpha1.Type.PrimitiveType
- UNRECOGNIZED - com.google.api.expr.v1alpha1.Type.WellKnownType
- UNRECOGNIZED - dev.cel.expr.SourceInfo.Extension.Component
- UNRECOGNIZED - dev.cel.expr.Type.PrimitiveType
- UNRECOGNIZED - dev.cel.expr.Type.WellKnownType
- unsignedLexicographicalComparator() - Static method in class dev.cel.common.values.CelByteString
- 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.
V
- value() - Method in class dev.cel.checker.DescriptorTypeProvider.EnumValueDef
-
The numeric value of the enum value.
- value() - Method in annotation type dev.cel.common.annotations.Generated
- 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.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.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
Constant
value. - Value - Class in com.google.api.expr.v1alpha1
-
Represents a CEL value.
- VALUE - com.google.api.expr.v1alpha1.ExprValue.KindCase
- VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Decl.IdentDecl
- VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.EnumValue
- VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.EvalState.Result
- VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry
- VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.ExprValue
- VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.MapValue.Entry
- VALUE_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Reference
- VALUE_FIELD_NUMBER - Static variable in class dev.cel.expr.Decl.IdentDecl
- VALUE_FIELD_NUMBER - Static variable in class dev.cel.expr.Expr.CreateStruct.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_MESSAGE - Static variable in class dev.cel.checker.Types
- VALUE_MESSAGE - Static variable in class dev.cel.common.types.CelTypes
- 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.KindCase - Enum in com.google.api.expr.v1alpha1
- valueOf(int) - Static method in enum com.google.api.expr.v1alpha1.Constant.ConstantKindCase
-
Deprecated.
- valueOf(int) - Static method in enum com.google.api.expr.v1alpha1.Decl.DeclKindCase
-
Deprecated.
- valueOf(int) - Static method in enum com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.KeyKindCase
-
Deprecated.
- valueOf(int) - Static method in enum com.google.api.expr.v1alpha1.Expr.ExprKindCase
-
Deprecated.
- valueOf(int) - Static method in enum com.google.api.expr.v1alpha1.ExprValue.KindCase
-
Deprecated.
- valueOf(int) - Static method in enum com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
-
Deprecated.
- valueOf(int) - Static method in enum com.google.api.expr.v1alpha1.Type.PrimitiveType
-
Deprecated.
- valueOf(int) - Static method in enum com.google.api.expr.v1alpha1.Type.TypeKindCase
-
Deprecated.
- valueOf(int) - Static method in enum com.google.api.expr.v1alpha1.Type.WellKnownType
-
Deprecated.
- valueOf(int) - Static method in enum com.google.api.expr.v1alpha1.Value.KindCase
-
Deprecated.
- valueOf(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.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(Descriptors.EnumValueDescriptor) - Static method in enum com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.api.expr.v1alpha1.Type.PrimitiveType
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.api.expr.v1alpha1.Type.WellKnownType
-
Returns the enum constant of this type with the specified name.
- valueOf(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.SourceInfo.Extension.Component
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.api.expr.v1alpha1.Type.PrimitiveType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.api.expr.v1alpha1.Type.TypeKindCase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.api.expr.v1alpha1.Type.WellKnownType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.api.expr.v1alpha1.Value.KindCase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.BooleanOperator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.DateTime
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Index
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.InternalOperator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Relation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Size
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.StringMatchers
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.checker.CelStandardDeclarations.StandardIdentifier
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.checker.ExprVisitor.ComprehensionArg
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.cel.common.ast.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.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.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.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.
- ValueOrBuilder - Interface in com.google.api.expr.v1alpha1
- ValueProto - Class in com.google.api.expr.v1alpha1
- values - Variable in class cel.parser.internal.CELParser.FieldInitializerListContext
- values - Variable in class cel.parser.internal.CELParser.MapInitializerListContext
- values() - Static method in enum com.google.api.expr.v1alpha1.Constant.ConstantKindCase
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.google.api.expr.v1alpha1.Decl.DeclKindCase
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.KeyKindCase
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.google.api.expr.v1alpha1.Expr.ExprKindCase
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.google.api.expr.v1alpha1.ExprValue.KindCase
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.google.api.expr.v1alpha1.Type.PrimitiveType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.google.api.expr.v1alpha1.Type.TypeKindCase
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.google.api.expr.v1alpha1.Type.WellKnownType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.google.api.expr.v1alpha1.Value.KindCase
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Arithmetic
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.BooleanOperator
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Comparison
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Conversions
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.DateTime
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Index
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.InternalOperator
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Relation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.Size
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction.Overload.StringMatchers
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.checker.CelStandardDeclarations.StandardFunction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.checker.CelStandardDeclarations.StandardIdentifier
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.checker.ExprVisitor.ComprehensionArg
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum dev.cel.common.ast.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.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.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.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_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.EvalState
- VALUES_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.Explain
-
Deprecated.
- VALUES_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.ListValue
- valueType() - Method in class dev.cel.checker.DescriptorTypeProvider.MapEntryDef
-
The
TypeDef
of the map entry value. - valueType() - Method in class dev.cel.common.types.MapType
- Version() - Constructor for class dev.cel.common.CelSource.Extension.Version
- VERSION_FIELD_NUMBER - Static variable in class com.google.api.expr.v1alpha1.SourceInfo.Extension
- VERSION_FIELD_NUMBER - Static variable in class dev.cel.expr.SourceInfo.Extension
- visit(CelExpr) - Method in class dev.cel.checker.ExprChecker
-
Deprecated.Visit the
expr
value, routing to overloads based on the kind of expression. - visit(CelExpr) - Method in class dev.cel.common.ast.CelExprVisitor
-
Visit the
expr
value, routing to overloads based on the kind of expression. - visit(CelExpr) - Method in class dev.cel.parser.CelUnparserVisitor
- visit(CelExpr, CelConstant) - Method in class dev.cel.common.ast.CelExprVisitor
-
Visit a
CelConstant
expression. - visit(CelExpr, CelConstant) - Method in class dev.cel.parser.CelUnparserVisitor
- visit(CelExpr, CelExpr.CelCall) - Method in class dev.cel.common.ast.CelExprVisitor
-
Visit a
CelCall
expression. - visit(CelExpr, CelExpr.CelCall) - Method in class dev.cel.parser.CelUnparserVisitor
- visit(CelExpr, CelExpr.CelComprehension) - Method in class dev.cel.common.ast.CelExprVisitor
-
Visit a
CelComprehension
expression. - visit(CelExpr, CelExpr.CelComprehension) - Method in class dev.cel.parser.CelUnparserVisitor
- visit(CelExpr, CelExpr.CelIdent) - Method in class dev.cel.common.ast.CelExprVisitor
-
Visit an
CelIdent
expression. - visit(CelExpr, CelExpr.CelIdent) - Method in class dev.cel.parser.CelUnparserVisitor
- visit(CelExpr, CelExpr.CelList) - Method in class dev.cel.common.ast.CelExprVisitor
-
Visit a
CelList
expression. - visit(CelExpr, CelExpr.CelList) - Method in class dev.cel.parser.CelUnparserVisitor
- visit(CelExpr, CelExpr.CelMap) - Method in class dev.cel.common.ast.CelExprVisitor
-
Visit a
CelMap
expression. - visit(CelExpr, CelExpr.CelMap) - Method in class dev.cel.parser.CelUnparserVisitor
- visit(CelExpr, CelExpr.CelSelect) - Method in class dev.cel.common.ast.CelExprVisitor
-
Visit a
CelSelect
expression. - visit(CelExpr, CelExpr.CelSelect) - Method in class dev.cel.parser.CelUnparserVisitor
- visit(CelExpr, CelExpr.CelStruct) - Method in class dev.cel.common.ast.CelExprVisitor
-
Visit a
CelStruct
expression. - visit(CelExpr, CelExpr.CelStruct) - Method in class dev.cel.parser.CelUnparserVisitor
- visit(CelAbstractSyntaxTree) - Method in class dev.cel.checker.CelProtoExprVisitor
-
Visit the
ast
value, routing to overloads based on the kind of expression. - visit(CelAbstractSyntaxTree) - Method in class dev.cel.common.ast.CelExprVisitor
-
Visit the
ast
value, routing to overloads based on the kind of expression. - visit(Expr) - Method in class dev.cel.checker.ExprVisitor
-
Visit the
expr
value, routing to overloads based on the kind of expression. - visit(Expr, Constant) - Method in class dev.cel.checker.ExprVisitor
-
Visit a
Expr.Constant
expression. - visit(Expr, Expr.Call) - Method in class dev.cel.checker.ExprVisitor
-
Visit a
Expr.Call
expression. - visit(Expr, Expr.Comprehension) - Method in class dev.cel.checker.ExprVisitor
-
Visit a
Expr.Comprehension
expression. - visit(Expr, Expr.CreateList) - Method in class dev.cel.checker.ExprVisitor
-
Visit a
Expr.CreateList
expression. - visit(Expr, Expr.CreateStruct) - Method in class dev.cel.checker.ExprVisitor
-
Visit a
Expr.CreateStruct
expression. - visit(Expr, Expr.Ident) - Method in class dev.cel.checker.ExprVisitor
-
Visit an
Expr.Ident
expression. - visit(Expr, Expr.Select) - Method in class dev.cel.checker.ExprVisitor
-
Visit a
Expr.Select
expression. - visitArg(CelExpr, CelExpr, int) - Method in class dev.cel.common.ast.CelExprVisitor
-
Visit the argument to an expression in the context of the calling expression.
- visitArg(Expr, Expr, int) - Method in class dev.cel.checker.ExprVisitor
-
Visit the argument to an expression in the context of the calling expression.
- visitBoolFalse(CELParser.BoolFalseContext) - Method in class cel.parser.internal.CELBaseVisitor
-
Visit a parse tree produced by the
BoolFalse
labeled alternative inCELParser.literal()
. - visitBoolFalse(CELParser.BoolFalseContext) - Method in interface cel.parser.internal.CELVisitor
-
Visit a parse tree produced by the
BoolFalse
labeled alternative inCELParser.literal()
. - visitBoolTrue(CELParser.BoolTrueContext) - Method in class cel.parser.internal.CELBaseVisitor
-
Visit a parse tree produced by the
BoolTrue
labeled alternative inCELParser.literal()
. - visitBoolTrue(CELParser.BoolTrueContext) - Method in interface cel.parser.internal.CELVisitor
-
Visit a parse tree produced by the
BoolTrue
labeled alternative inCELParser.literal()
. - visitBytes(CELParser.BytesContext) - Method in class cel.parser.internal.CELBaseVisitor
-
Visit a parse tree produced by the
Bytes
labeled alternative inCELParser.literal()
. - visitBytes(CELParser.BytesContext) - Method in interface cel.parser.internal.CELVisitor
-
Visit a parse tree produced by the
Bytes
labeled 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
ConstantLiteral
labeled alternative inCELParser.primary()
. - visitConstantLiteral(CELParser.ConstantLiteralContext) - Method in interface cel.parser.internal.CELVisitor
-
Visit a parse tree produced by the
ConstantLiteral
labeled alternative inCELParser.primary()
. - visitCreateList(CELParser.CreateListContext) - Method in class cel.parser.internal.CELBaseVisitor
-
Visit a parse tree produced by the
CreateList
labeled alternative inCELParser.primary()
. - visitCreateList(CELParser.CreateListContext) - Method in interface cel.parser.internal.CELVisitor
-
Visit a parse tree produced by the
CreateList
labeled alternative inCELParser.primary()
. - visitCreateMap(CELParser.CreateMapContext) - Method in class cel.parser.internal.CELBaseVisitor
-
Visit a parse tree produced by the
CreateMap
labeled alternative inCELParser.primary()
. - visitCreateMap(CELParser.CreateMapContext) - Method in interface cel.parser.internal.CELVisitor
-
Visit a parse tree produced by the
CreateMap
labeled alternative inCELParser.primary()
. - visitCreateMessage(CELParser.CreateMessageContext) - Method in class cel.parser.internal.CELBaseVisitor
-
Visit a parse tree produced by the
CreateMessage
labeled alternative inCELParser.primary()
. - visitCreateMessage(CELParser.CreateMessageContext) - Method in interface cel.parser.internal.CELVisitor
-
Visit a parse tree produced by the
CreateMessage
labeled alternative inCELParser.primary()
. - visitDecl(String, List<Decl>) - Method in interface dev.cel.common.internal.EnvVisitor
-
Visit the declaration
name
and associated types, identifiers, and functions associated with that name. - visitDouble(CELParser.DoubleContext) - Method in class cel.parser.internal.CELBaseVisitor
-
Visit a parse tree produced by the
Double
labeled alternative inCELParser.literal()
. - visitDouble(CELParser.DoubleContext) - Method in interface cel.parser.internal.CELVisitor
-
Visit a parse tree produced by the
Double
labeled alternative inCELParser.literal()
. - visitEscapedIdentifier(CELParser.EscapedIdentifierContext) - Method in class cel.parser.internal.CELBaseVisitor
-
Visit a parse tree produced by the
EscapedIdentifier
labeled alternative inCELParser.escapeIdent()
. - visitEscapedIdentifier(CELParser.EscapedIdentifierContext) - Method in interface cel.parser.internal.CELVisitor
-
Visit a parse tree produced by the
EscapedIdentifier
labeled alternative inCELParser.escapeIdent()
. - visitExpr(CELParser.ExprContext) - Method in class cel.parser.internal.CELBaseVisitor
-
Visit a parse tree produced by
CELParser.expr()
. - visitExpr(CELParser.ExprContext) - Method in interface cel.parser.internal.CELVisitor
-
Visit a parse tree produced by
CELParser.expr()
. - visitExprList(CELParser.ExprListContext) - Method in class cel.parser.internal.CELBaseVisitor
-
Visit a parse tree produced by
CELParser.exprList()
. - visitExprList(CELParser.ExprListContext) - Method in interface cel.parser.internal.CELVisitor
-
Visit a parse tree produced by
CELParser.exprList()
. - visitFieldInitializerList(CELParser.FieldInitializerListContext) - Method in class cel.parser.internal.CELBaseVisitor
-
Visit a parse tree produced by
CELParser.fieldInitializerList()
. - visitFieldInitializerList(CELParser.FieldInitializerListContext) - Method in interface cel.parser.internal.CELVisitor
-
Visit a parse tree produced by
CELParser.fieldInitializerList()
. - visitGlobalCall(CELParser.GlobalCallContext) - Method in class cel.parser.internal.CELBaseVisitor
-
Visit a parse tree produced by the
GlobalCall
labeled alternative inCELParser.primary()
. - visitGlobalCall(CELParser.GlobalCallContext) - Method in interface cel.parser.internal.CELVisitor
-
Visit a parse tree produced by the
GlobalCall
labeled alternative inCELParser.primary()
. - visitIdent(CELParser.IdentContext) - Method in class cel.parser.internal.CELBaseVisitor
-
Visit a parse tree produced by the
Ident
labeled alternative inCELParser.primary()
. - visitIdent(CELParser.IdentContext) - Method in interface cel.parser.internal.CELVisitor
-
Visit a parse tree produced by the
Ident
labeled alternative inCELParser.primary()
. - visitIndex(CELParser.IndexContext) - Method in class cel.parser.internal.CELBaseVisitor
-
Visit a parse tree produced by the
Index
labeled alternative inCELParser.member()
. - visitIndex(CELParser.IndexContext) - Method in interface cel.parser.internal.CELVisitor
-
Visit a parse tree produced by the
Index
labeled alternative inCELParser.member()
. - visitInt(CELParser.IntContext) - Method in class cel.parser.internal.CELBaseVisitor
-
Visit a parse tree produced by the
Int
labeled alternative inCELParser.literal()
. - visitInt(CELParser.IntContext) - Method in interface cel.parser.internal.CELVisitor
-
Visit a parse tree produced by the
Int
labeled 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
LogicalNot
labeled alternative inCELParser.unary()
. - visitLogicalNot(CELParser.LogicalNotContext) - Method in interface cel.parser.internal.CELVisitor
-
Visit a parse tree produced by the
LogicalNot
labeled alternative inCELParser.unary()
. - visitMacro(CelMacro) - Method in interface dev.cel.common.internal.EnvVisitor
-
Visit the CEL macro.
- visitMapInitializerList(CELParser.MapInitializerListContext) - Method in class cel.parser.internal.CELBaseVisitor
-
Visit a parse tree produced by
CELParser.mapInitializerList()
. - visitMapInitializerList(CELParser.MapInitializerListContext) - Method in interface cel.parser.internal.CELVisitor
-
Visit a parse tree produced by
CELParser.mapInitializerList()
. - visitMaybeNested(CelExpr, boolean) - Method in class dev.cel.parser.CelUnparserVisitor
- visitMemberCall(CELParser.MemberCallContext) - Method in class cel.parser.internal.CELBaseVisitor
-
Visit a parse tree produced by the
MemberCall
labeled alternative inCELParser.member()
. - visitMemberCall(CELParser.MemberCallContext) - Method in interface cel.parser.internal.CELVisitor
-
Visit a parse tree produced by the
MemberCall
labeled alternative inCELParser.member()
. - visitMemberExpr(CELParser.MemberExprContext) - Method in class cel.parser.internal.CELBaseVisitor
-
Visit a parse tree produced by the
MemberExpr
labeled alternative inCELParser.unary()
. - visitMemberExpr(CELParser.MemberExprContext) - Method in interface cel.parser.internal.CELVisitor
-
Visit a parse tree produced by the
MemberExpr
labeled alternative inCELParser.unary()
. - visitNegate(CELParser.NegateContext) - Method in class cel.parser.internal.CELBaseVisitor
-
Visit a parse tree produced by the
Negate
labeled alternative inCELParser.unary()
. - visitNegate(CELParser.NegateContext) - Method in interface cel.parser.internal.CELVisitor
-
Visit a parse tree produced by the
Negate
labeled alternative inCELParser.unary()
. - visitNested(CELParser.NestedContext) - Method in class cel.parser.internal.CELBaseVisitor
-
Visit a parse tree produced by the
Nested
labeled alternative inCELParser.primary()
. - visitNested(CELParser.NestedContext) - Method in interface cel.parser.internal.CELVisitor
-
Visit a parse tree produced by the
Nested
labeled alternative inCELParser.primary()
. - visitNull(CELParser.NullContext) - Method in class cel.parser.internal.CELBaseVisitor
-
Visit a parse tree produced by the
Null
labeled alternative inCELParser.literal()
. - visitNull(CELParser.NullContext) - Method in interface cel.parser.internal.CELVisitor
-
Visit a parse tree produced by the
Null
labeled 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
PrimaryExpr
labeled alternative inCELParser.member()
. - visitPrimaryExpr(CELParser.PrimaryExprContext) - Method in interface cel.parser.internal.CELVisitor
-
Visit a parse tree produced by the
PrimaryExpr
labeled 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
Select
labeled alternative inCELParser.member()
. - visitSelect(CELParser.SelectContext) - Method in interface cel.parser.internal.CELVisitor
-
Visit a parse tree produced by the
Select
labeled alternative inCELParser.member()
. - visitSimpleIdentifier(CELParser.SimpleIdentifierContext) - Method in class cel.parser.internal.CELBaseVisitor
-
Visit a parse tree produced by the
SimpleIdentifier
labeled alternative inCELParser.escapeIdent()
. - visitSimpleIdentifier(CELParser.SimpleIdentifierContext) - Method in interface cel.parser.internal.CELVisitor
-
Visit a parse tree produced by the
SimpleIdentifier
labeled alternative inCELParser.escapeIdent()
. - visitStart(CELParser.StartContext) - Method in class cel.parser.internal.CELBaseVisitor
-
Visit a parse tree produced by
CELParser.start()
. - visitStart(CELParser.StartContext) - Method in interface cel.parser.internal.CELVisitor
-
Visit a parse tree produced by
CELParser.start()
. - visitString(CELParser.StringContext) - Method in class cel.parser.internal.CELBaseVisitor
-
Visit a parse tree produced by the
String
labeled alternative inCELParser.literal()
. - visitString(CELParser.StringContext) - Method in interface cel.parser.internal.CELVisitor
-
Visit a parse tree produced by the
String
labeled alternative inCELParser.literal()
. - visitUint(CELParser.UintContext) - Method in class cel.parser.internal.CELBaseVisitor
-
Visit a parse tree produced by the
Uint
labeled alternative inCELParser.literal()
. - visitUint(CELParser.UintContext) - Method in interface cel.parser.internal.CELVisitor
-
Visit a parse tree produced by the
Uint
labeled 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_MAP - Static variable in class dev.cel.checker.Types
-
Map of well-known proto messages and their CEL
Type
equivalents. - WELL_KNOWN_TYPE_UNSPECIFIED - com.google.api.expr.v1alpha1.Type.WellKnownType
-
Unspecified type.
- WELL_KNOWN_TYPE_UNSPECIFIED - 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.
- WHITESPACE - Static variable in class cel.parser.internal.CELLexer
- WHITESPACE - Static variable in class cel.parser.internal.CELParser
- withFieldsAsVariableDeclarations() - Method in class dev.cel.checker.ProtoTypeMask
- 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
- withVisibleFields(ImmutableSet<String>) - Method in class dev.cel.common.types.ProtoMessageType
-
Create a new instance of the
ProtoMessageType
using thevisibleFields
set as a mask of the fields from the backing proto. - 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.Extension.Version
- writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.SourceInfo.Extension
- writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.SourceInfo
- writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.SourcePosition
- writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.Type.AbstractType
- writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.Type.FunctionType
- writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.Type.ListType
- writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.Type.MapType
- writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.Type
- writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.UnknownSet
- writeTo(CodedOutputStream) - Method in class com.google.api.expr.v1alpha1.Value
- 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.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.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
_
- _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