Ast represents a parsed and optionally type-checked CEL expression.
Readonly
Returns true if the AST has been type-checked.
Returns the output type of the expression (if type-checked).
Mark this AST as checked.
Ast represents a parsed and optionally type-checked CEL expression.