Modules§

  • Nested message and enum types in Constant.
  • Nested message and enum types in Decl.
  • Nested message and enum types in EvalState.
  • Nested message and enum types in Explain.
  • Nested message and enum types in Expr.
  • Nested message and enum types in ExprValue.
  • Nested message and enum types in MapValue.
  • Nested message and enum types in SourceInfo.
  • Nested message and enum types in Type.
  • Nested message and enum types in Value.

Structs§

  • A CEL expression which has been successfully type checked.
  • Represents a primitive literal.
  • Represents a declaration of a named value or function.
  • An enum value.
  • A set of errors.
  • The state of an evaluation.
  • Values of intermediate expressions produced when evaluating expression. Deprecated, use EvalState instead.
  • An abstract representation of a common expression.
  • The value of an evaluated expression.
  • A list.
  • A map.
  • An expression together with source information as returned by the parser.
  • Describes a resolved reference to a declaration.
  • Source information collected at parse time.
  • A specific position in source.
  • Represents a CEL type.
  • A set of expressions for which the value is unknown.
  • Represents a CEL value.