| CelMacro |
|
| CelMacroExpander |
Converts the target and arguments of a function call that matches a macro.
|
| CelMacroExprFactory |
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.
|
| CelParser |
Public interface for the parsing CEL expressions.
|
| CelParserBuilder |
Interface for building an instance of CelParser
|
| CelParserImpl |
Modernized parser implementation for CEL.
|
| CelParserImpl.Builder |
|
| CelParserLibrary |
CelParserLibrary defines the interface to extend functionalities beyond the CEL standard
functions for CelParser.
|
| CelStandardMacro |
CelStandardMacro enum represents all of the macros defined as part of the CEL standard library.
|
| CelUnparser |
Provides an unparsing utility that converts an AST back into a human-readable format.
|
| Operator |
Package-private enumeration of Common Expression Language operators.
|