| CelChecker |
Public interface for type-checking parsed CEL expressions.
|
| CelCheckerBuilder |
Interface for building an instance of CelChecker
|
| CelCheckerLegacyImpl |
CelChecker implementation which uses the original CEL-Java APIs to provide a simple,
consistent interface for type-checking.
|
| CelCheckerLibrary |
CelCheckerLibrary defines the interface to extend functionalities beyond the CEL standard
functions for CelChecker.
|
| CelIdentDecl |
Abstract representation of a CEL identifier declaration.
|
| CelIdentDecl.Builder |
|
| DescriptorTypeProvider.EnumValueDef |
|
| DescriptorTypeProvider.FieldDef |
Value object for a proto-based field definition.
|
| DescriptorTypeProvider.MapEntryDef |
Value object for Map entry TypeDef information.
|
| DescriptorTypeProvider.TypeDef |
Value object for a proto-based primitive, message, or enum definition.
|
| Env |
Environment used during checking of expressions.
|
| Env.DeclGroup |
Object for managing a group of declarations within a scope.
|
| Env.FunctionBuilder |
Deprecated.
|
| Env.IdentBuilder |
Deprecated.
|
| ExprChecker.OverloadResolution |
Deprecated.
Helper object for holding an overload resolution result.
|
| ExprVisitor |
CEL expression visitor implementation.
|
| ExprVisitor.ComprehensionArg |
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.
|
| ProtoTypeMask |
ProtoTypeMask describes the fraction of a protobuf type's object graph that should be
visible within CEL expressions.
|
| Standard.Function |
Enumeration of Standard Functions that are not present in Operator).
|
| TypeProvider |
Deprecated.
|
| TypeProvider.ExtensionFieldType |
Deprecated.
|
| TypeProvider.FieldType |
Deprecated.
|