All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
| Class |
Description |
| BasicCodePointArray |
An array of code points that contain code points from both the Latin-1 character set and Basic
Multilingual Plane.
|
| Beta |
Indicates a public API that can change at any time, and has no guarantee of API stability and
backward-compatibility.
|
| CelAbstractSyntaxTree |
Represents a checked or unchecked expression, its source, and related metadata such as source
position information.
|
| CelByteString |
CelByteString is an immutable sequence of a byte array.
|
| CelCodePointArray |
Represents an in-memory read-only contiguous source of Unicode code points.
|
| CelConstant |
Represents a primitive literal.
|
| CelConstant.CelConstantNotSet |
An unset constant.
|
| CelConstant.Kind |
Represents the type of the Constant
|
| CelContainer |
CelContainer holds a reference to an optional qualified container name and set of aliases.
|
| CelContainer.Builder |
|
| CelDescriptorPool |
CelDescriptorPool allows lookup of descriptors for message types and field descriptors
for Proto2 extension messages.
|
| CelDescriptors |
Value object containing multiple set of descriptors to be provided into the CEL environment.
|
| CelDescriptors.Builder |
Builder for configuring the CelDescriptors
|
| CelDescriptorUtil |
Utility class for working with protobuf descriptors.
|
| CelErrorCode |
The canonical error codes for CEL
|
| CelException |
Base class for all checked exceptions explicitly thrown by the library.
|
| CelExpr |
An abstract representation of a common expression.
|
| CelExpr.Builder |
Builder for CelExpr.
|
| CelExpr.CelCall |
A call expression.
|
| CelExpr.CelCall.Builder |
Builder for CelCall.
|
| CelExpr.CelComprehension |
A comprehension expression applied to a list or map.
|
| CelExpr.CelComprehension.Builder |
Builder for Comprehension.
|
| CelExpr.CelIdent |
An identifier expression.
|
| CelExpr.CelIdent.Builder |
Builder for CelIdent.
|
| CelExpr.CelList |
A list creation expression.
|
| CelExpr.CelList.Builder |
Builder for CelList.
|
| CelExpr.CelMap |
A map creation expression.
|
| CelExpr.CelMap.Builder |
Builder for CelMap.
|
| CelExpr.CelMap.Entry |
Represents an entry of the map.
|
| CelExpr.CelMap.Entry.Builder |
Builder for CelMap.Entry.
|
| CelExpr.CelNotSet |
An unset expression.
|
| CelExpr.CelSelect |
A field selection expression.
|
| CelExpr.CelSelect.Builder |
Builder for CelSelect.
|
| CelExpr.CelStruct |
A message creation expression.
|
| CelExpr.CelStruct.Builder |
Builder for CelStruct.
|
| CelExpr.CelStruct.Entry |
Represents an entry of the struct
|
| CelExpr.CelStruct.Entry.Builder |
Builder for CelStruct.Entry.
|
| CelExpr.ExprKind |
Denotes the kind of the expression.
|
| CelExpr.ExprKind.Kind |
Expression kind.
|
| CelKind |
The CelKind indicates the type category.
|
| CelOptions |
Options to configure how the CEL parser, type-checker, and evaluator behave.
|
| CelOptions.Builder |
Builder for configuring the CelOptions.
|
| CelOptions.ProtoUnsetFieldOptions |
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.
|
| CelReference |
Describes a resolved reference to a declaration.
|
| CelReference.Builder |
|
| CelSource |
Represents the source content of an expression and related metadata.
|
| CelSource.Builder |
|
| CelSource.Extension |
Tag for an extension that were used while parsing or type checking the source expression.
|
| CelSource.Extension.Component |
CEL component specifier.
|
| CelSource.Extension.Version |
Version of the extension
|
| CelSourceHelper |
Helper methods for common source handling in CEL.
|
| CelSourceLocation |
|
| CelType |
Abstract representation of a CEL type which indicates its CelKind, name, and
parameters.
|
| CelTypeProvider |
The CelTypeProvider is used to lookup CelType definitions by name, as well as
enumerate supported CelTypeProvider.types().
|
| CelTypeProvider.CombinedCelTypeProvider |
The CombinedCelTypeProvider implements the CelTypeProvider interface by merging
the CelType instances supported by each together.
|
| CelTypes |
Utility class for working with CelType.
|
| CelValue |
A representation of a CEL value for the runtime.
|
| CelValueConverter |
CelValueConverter handles bidirectional conversion between native Java objects to CelValue.
|
| CheckedExpr |
A CEL expression which has been successfully type checked.
|
| CheckedExpr.Builder |
A CEL expression which has been successfully type checked.
|
| CheckedExprOrBuilder |
|
| CombinedDescriptorPool |
|
| Constant |
Represents a primitive literal.
|
| Constant.Builder |
Represents a primitive literal.
|
| Constant.ConstantKindCase |
|
| ConstantOrBuilder |
|
| Constants |
Internal utility class for working with dev.cel.expr.Constant.
|
| Decl |
Represents a declaration of a named value or function.
|
| Decl.Builder |
Represents a declaration of a named value or function.
|
| Decl.DeclKindCase |
|
| Decl.FunctionDecl |
Function declaration specifies one or more overloads which indicate the
function's parameter types and return type.
|
| Decl.FunctionDecl.Builder |
Function declaration specifies one or more overloads which indicate the
function's parameter types and return type.
|
| Decl.FunctionDecl.Overload |
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 |
An overload indicates a function's parameter types and return type, and
may optionally include a function body described in terms of
[Expr][google.api.expr.v1alpha1.Expr] values.
|
| Decl.FunctionDecl.OverloadOrBuilder |
|
| Decl.FunctionDeclOrBuilder |
|
| Decl.IdentDecl |
Identifier declaration which specifies its type and optional `Expr` value.
|
| Decl.IdentDecl.Builder |
Identifier declaration which specifies its type and optional `Expr` value.
|
| Decl.IdentDeclOrBuilder |
|
| DeclOrBuilder |
|
| DeclProto |
|
| DefaultDescriptorPool |
A descriptor pool that has descriptors pre-loaded for well-known types defined by WellKnownProto.
|
| EnumType |
Enum types to support strongly typed enums with lookups by value name and number.
|
| EnumType.EnumNameResolver |
Functional interface for looking up an enum name by its number.
|
| EnumType.EnumNumberResolver |
Functional interface for lookup up an enum number by its local or fully qualified name.
|
| EnumValue |
An enum value.
|
| EnumValue.Builder |
An enum value.
|
| EnumValueOrBuilder |
|
| ErrorSet |
A set of errors.
|
| ErrorSet.Builder |
A set of errors.
|
| ErrorSetOrBuilder |
|
| ErrorValue |
CelErrorValue represent the intermediate error that occurs during evaluation in the form of Java
exception.
|
| EvalProto |
|
| EvalState |
The state of an evaluation.
|
| EvalState.Builder |
The state of an evaluation.
|
| EvalState.Result |
A single evalution result.
|
| EvalState.Result.Builder |
A single evalution result.
|
| EvalState.ResultOrBuilder |
|
| EvalStateOrBuilder |
|
| Explain |
Deprecated. |
| Explain.Builder |
Values of intermediate expressions produced when evaluating expression.
|
| Explain.ExprStep |
ID and value index of one step.
|
| Explain.ExprStep.Builder |
ID and value index of one step.
|
| Explain.ExprStepOrBuilder |
|
| ExplainOrBuilder |
Deprecated. |
| ExplainProto |
|
| Expr |
An abstract representation of a common expression.
|
| Expr.Builder |
An abstract representation of a common expression.
|
| Expr.Call |
A call expression, including calls to predefined functions and operators.
|
| Expr.Call.Builder |
A call expression, including calls to predefined functions and operators.
|
| Expr.CallOrBuilder |
|
| Expr.Comprehension |
A comprehension expression applied to a list or map.
|
| Expr.Comprehension.Builder |
A comprehension expression applied to a list or map.
|
| Expr.ComprehensionOrBuilder |
|
| Expr.CreateList |
A list creation expression.
|
| Expr.CreateList.Builder |
A list creation expression.
|
| Expr.CreateListOrBuilder |
|
| Expr.CreateStruct |
A map or message creation expression.
|
| Expr.CreateStruct.Builder |
A map or message creation expression.
|
| Expr.CreateStruct.Entry |
Represents an entry.
|
| Expr.CreateStruct.Entry.Builder |
Represents an entry.
|
| Expr.CreateStruct.Entry.KeyKindCase |
|
| Expr.CreateStruct.EntryOrBuilder |
|
| Expr.CreateStructOrBuilder |
|
| Expr.ExprKindCase |
|
| Expr.Ident |
An identifier expression.
|
| Expr.Ident.Builder |
An identifier expression.
|
| Expr.IdentOrBuilder |
|
| Expr.Select |
A field selection expression.
|
| Expr.Select.Builder |
A field selection expression.
|
| Expr.SelectOrBuilder |
|
| Expression |
An abstract representation of a common expression.
|
| Expression.Call<E extends Expression> |
A call expression, including calls to predefined functions and operators.
|
| Expression.Comprehension<E extends Expression> |
A comprehension expression applied to a list or map.
|
| Expression.Ident |
An identifier expression.
|
| Expression.List<E extends Expression> |
A list creation expression.
|
| Expression.Map<E extends Expression.Map.Entry<?>> |
A map creation expression.
|
| Expression.Map.Entry<T extends Expression> |
Represents an entry of the map.
|
| Expression.Select<E extends Expression> |
A field selection expression.
|
| Expression.Struct<E extends Expression.Struct.Entry<?>> |
A message creation expression.
|
| Expression.Struct.Entry<T extends Expression> |
Represents an entry of the struct
|
| ExprOrBuilder |
|
| ExprValue |
The value of an evaluated expression.
|
| ExprValue.Builder |
The value of an evaluated expression.
|
| ExprValue.KindCase |
|
| ExprValueOrBuilder |
|
| FileDescriptorSetConverter |
Utility class for converting from a FileDescriptorSet to a collection of
FileDescriptor instances.
|
| Generated |
Annotates that the source code is generated by CEL.
|
| Internal |
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.
|
| Latin1CodePointArray |
Represents an in-memory contiguous source of ISO-LATIN-1 code points.
|
| ListType |
Lists are a parameterized type with the parameter indicating the elemType.
|
| ListValue |
A list.
|
| ListValue.Builder |
A list.
|
| ListValueOrBuilder |
|
| MapType |
Maps are a parameterized type where the two parameters supported indicate the keyType and
valueType of map entries.
|
| MapValue |
A map.
|
| MapValue.Builder |
A map.
|
| MapValue.Entry |
An entry in the map.
|
| MapValue.Entry.Builder |
An entry in the map.
|
| MapValue.EntryOrBuilder |
|
| MapValueOrBuilder |
|
| NullableType |
Nullable types are a union type which indicate that the value is either the targetType or
SimpleType.NULL_TYPE
|
| NullValue |
NullValue represents the value 'null' of 'null_type' according to the CEL specification.
|
| OpaqueType |
An opaque type's properties may only be accessed via function calls associated with the type.
|
| OpaqueValue |
OpaqueValue is the value representation of OpaqueType.
|
| Operator |
Package-private enumeration of Common Expression Language operators.
|
| OptionalType |
OptionalType is an opaque type that that represents an optional value.
|
| OptionalValue<E,T> |
First-class support for CEL optionals.
|
| ParsedExpr |
An expression together with source information as returned by the parser.
|
| ParsedExpr.Builder |
An expression together with source information as returned by the parser.
|
| ParsedExprOrBuilder |
|
| ProtoMessageType |
The ProtoMessageType is a StructType with support for proto Extensions
and field masks.
|
| ProtoMessageType.Extension |
Extension contains the name, type, and target message type of the extension.
|
| ProtoMessageType.JsonNameResolver |
Functional interface for resolving whether a field name is a json name.
|
| ProtoMessageTypeProvider |
The ProtoMessageTypeProvider implements the CelTypeProvider interface to provide
CelType objects for the core CEL types and a list of protobuf message types.
|
| ProtoMessageTypeProvider.Builder |
|
| Reference |
Describes a resolved reference to a declaration.
|
| Reference.Builder |
Describes a resolved reference to a declaration.
|
| ReferenceOrBuilder |
|
| SafeStringFormatter |
SafeStringFormatter is a wrapper around JDK's String.format(java.lang.String, java.lang.Object...).
|
| SelectableValue<T> |
SelectableValue is an interface for representing a value that supports field selection and
presence tests.
|
| SimpleType |
Simple types represent scalar, dynamic, and error values.
|
| Source |
Common interface definition for source properties.
|
| SourceInfo |
Source information collected at parse time.
|
| SourceInfo.Builder |
Source information collected at parse time.
|
| SourceInfo.Extension |
An extension that was requested for the source expression.
|
| SourceInfo.Extension.Builder |
An extension that was requested for the source expression.
|
| SourceInfo.Extension.Component |
CEL component specifier.
|
| SourceInfo.Extension.Version |
Version
|
| SourceInfo.Extension.Version.Builder |
Version
|
| SourceInfo.Extension.VersionOrBuilder |
|
| SourceInfo.ExtensionOrBuilder |
|
| SourceInfoOrBuilder |
|
| SourcePosition |
A specific position in source.
|
| SourcePosition.Builder |
A specific position in source.
|
| SourcePositionOrBuilder |
|
| StructType |
Struct type indicates that the type name is a structured object with typed properties.
|
| StructType.Field |
Value object which holds a reference to the field name and type.
|
| StructType.FieldResolver |
The FieldResolver is used to lookup the type of a StructType's
fieldName.
|
| StructTypeReference |
A simple type reference to a struct.
|
| StructValue<F,V> |
StructValue is a representation of a structured object with typed properties.
|
| SupplementalCodePointArray |
Array of code points that contain code points from Latin-1 character set, basic multilingual
plane or the supplemental multilingual plane.
|
| SyntaxProto |
|
| Type |
Represents a CEL type.
|
| Type.AbstractType |
Application defined abstract type.
|
| Type.AbstractType.Builder |
Application defined abstract type.
|
| Type.AbstractTypeOrBuilder |
|
| Type.Builder |
Represents a CEL type.
|
| Type.FunctionType |
Function type with result and arg types.
|
| Type.FunctionType.Builder |
Function type with result and arg types.
|
| Type.FunctionTypeOrBuilder |
|
| Type.ListType |
List type with typed elements, e.g.
|
| Type.ListType.Builder |
List type with typed elements, e.g.
|
| Type.ListTypeOrBuilder |
|
| Type.MapType |
Map type with parameterized key and value types, e.g.
|
| Type.MapType.Builder |
Map type with parameterized key and value types, e.g.
|
| Type.MapTypeOrBuilder |
|
| Type.PrimitiveType |
CEL primitive types.
|
| Type.TypeKindCase |
|
| Type.WellKnownType |
Well-known protobuf types treated with first-class support in CEL.
|
| TypeOrBuilder |
|
| TypeParamType |
Type parameters are 'free' types which take on a concrete type contextually.
|
| TypeType |
The TypeType is a type which holds a reference to a type-kind.
|
| UnknownSet |
A set of expressions for which the value is unknown.
|
| UnknownSet.Builder |
A set of expressions for which the value is unknown.
|
| UnknownSetOrBuilder |
|
| Value |
Represents a CEL value.
|
| Value.Builder |
Represents a CEL value.
|
| Value.KindCase |
|
| ValueOrBuilder |
|
| ValueProto |
|
| WellKnownProto |
WellKnownProto types used throughout CEL.
|