| CelAbstractSyntaxTree |
Represents a checked or unchecked expression, its source, and related metadata such as source
position information.
|
| 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.
|
| CelFunctionDecl |
Abstract representation of a CEL Function declaration.
|
| CelFunctionDecl.Builder |
|
| CelIssue |
Encapulates a CelSourceLocation and message representing an error within an expression.
|
| CelIssue.Builder |
|
| CelOptions |
Options to configure how the CEL parser, type-checker, and evaluator behave.
|
| CelOptions.Builder |
Builder for configuring the CelOptions.
|
| CelOverloadDecl |
Abstract representation of a CEL function overload declaration.
|
| CelOverloadDecl.Builder |
|
| CelProtoAbstractSyntaxTree |
|
| 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.Version |
Version of the extension
|
| CelSourceHelper |
Helper methods for common source handling in CEL.
|
| CelSourceLocation |
|
| CelValidationResult |
CelValidationResult encapsulates the CelAbstractSyntaxTree and CelIssue set which
may be generated during the parse and check phases.
|
| CelVarDecl |
Abstract representation of a CEL variable declaration.
|