V1alpha1
Table of Contents
Namespaces
Classes
- CheckedExpr
- A CEL expression which has been successfully type checked.
- Constant
- Represents a primitive literal.
- Decl
- Represents a declaration of a named value or function.
- EnumValue
- An enum value.
- ErrorSet
- A set of errors.
- EvalState
- The state of an evaluation.
- Explain
- Values of intermediate expressions produced when evaluating expression.
- Expr
- An abstract representation of a common expression.
- ExprValue
- The value of an evaluated expression.
- ListValue
- A list.
- MapValue
- A map.
- ParsedExpr
- An expression together with source information as returned by the parser.
- Reference
- Describes a resolved reference to a declaration.
- SourceInfo
- Source information collected at parse time.
- SourcePosition
- A specific position in source.
- Type
- Represents a CEL type.
- UnknownSet
- A set of expressions for which the value is unknown.
- Value
- Represents a CEL value.