V1beta1
Table of Contents
Namespaces
Classes
- Decl
- A declaration.
- DeclType
- The declared type of a variable.
- EnumValue
- An enum value.
- ErrorSet
- A set of errors.
- EvalState
- The state of an evaluation.
- Expr
- An abstract representation of a common expression.
- ExprValue
- The value of an evaluated expression.
- FunctionDecl
- A function declaration.
- IdentDecl
- An identifier declaration.
- IdRef
- A reference to an expression id.
- ListValue
- A list.
- Literal
- Represents a primitive literal.
- MapValue
- A map.
- ParsedExpr
- An expression together with source information as returned by the parser.
- SourceInfo
- Source information collected at parse time.
- SourcePosition
- A specific position in source.
- UnknownSet
- A set of expressions for which the value is unknown.
- Value
- Represents a CEL value.