| CelFunctionDecl |
Abstract representation of a CEL Function declaration.
|
| CelFunctionDecl.Builder |
|
| CelIssue |
Encapulates a CelSourceLocation and message representing an error within an expression.
|
| CelIssue.Builder |
|
| CelMutableAst |
An abstract representation of CEL Abstract Syntax tree that allows mutation in any of its
properties.
|
| CelMutableSource |
Represents the mutable portion of the CelSource.
|
| CelOverloadDecl |
Abstract representation of a CEL function overload declaration.
|
| CelOverloadDecl.Builder |
|
| 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.
|