CheckedExpr |
A CEL expression which has been successfully type checked.
|
CheckedExpr.Builder |
A CEL expression which has been successfully type checked.
|
CheckedExpr.Builder.ReferenceMapConverter |
|
CheckedExpr.Builder.TypeMapConverter |
|
CheckedExprOrBuilder |
|
Constant |
Represents a primitive literal.
|
Constant.Builder |
Represents a primitive literal.
|
Constant.ConstantKindCase |
|
ConstantOrBuilder |
|
Decl |
Represents a declaration of a named value or function.
|
Decl.Builder |
Represents a declaration of a named value or function.
|
Decl.DeclKindCase |
|
Decl.FunctionDecl |
Function declaration specifies one or more overloads which indicate the
function's parameter types and return type.
|
Decl.FunctionDecl.Builder |
Function declaration specifies one or more overloads which indicate the
function's parameter types and return type.
|
Decl.FunctionDecl.Overload |
An overload indicates a function's parameter types and return type, and
may optionally include a function body described in terms of
[Expr][cel.expr.Expr] values.
|
Decl.FunctionDecl.Overload.Builder |
An overload indicates a function's parameter types and return type, and
may optionally include a function body described in terms of
[Expr][cel.expr.Expr] values.
|
Decl.FunctionDecl.OverloadOrBuilder |
|
Decl.FunctionDeclOrBuilder |
|
Decl.IdentDecl |
Identifier declaration which specifies its type and optional `Expr` value.
|
Decl.IdentDecl.Builder |
Identifier declaration which specifies its type and optional `Expr` value.
|
Decl.IdentDeclOrBuilder |
|
DeclOrBuilder |
|
Expr |
An abstract representation of a common expression.
|
Expr.Builder |
An abstract representation of a common expression.
|
Expr.Call |
A call expression, including calls to predefined functions and operators.
|
Expr.Call.Builder |
A call expression, including calls to predefined functions and operators.
|
Expr.CallOrBuilder |
|
Expr.Comprehension |
A comprehension expression applied to a list or map.
|
Expr.Comprehension.Builder |
A comprehension expression applied to a list or map.
|
Expr.ComprehensionOrBuilder |
|
Expr.CreateList |
A list creation expression.
|
Expr.CreateList.Builder |
A list creation expression.
|
Expr.CreateListOrBuilder |
|
Expr.CreateStruct |
A map or message creation expression.
|
Expr.CreateStruct.Builder |
A map or message creation expression.
|
Expr.CreateStruct.Entry |
Represents an entry.
|
Expr.CreateStruct.Entry.Builder |
Represents an entry.
|
Expr.CreateStruct.Entry.KeyKindCase |
|
Expr.CreateStruct.EntryOrBuilder |
|
Expr.CreateStructOrBuilder |
|
Expr.ExprKindCase |
|
Expr.Ident |
An identifier expression.
|
Expr.Ident.Builder |
An identifier expression.
|
Expr.IdentOrBuilder |
|
Expr.Select |
A field selection expression.
|
Expr.Select.Builder |
A field selection expression.
|
Expr.SelectOrBuilder |
|
ExprOrBuilder |
|
ParsedExpr |
An expression together with source information as returned by the parser.
|
ParsedExpr.Builder |
An expression together with source information as returned by the parser.
|
ParsedExprOrBuilder |
|
Reference |
Describes a resolved reference to a declaration.
|
Reference.Builder |
Describes a resolved reference to a declaration.
|
ReferenceOrBuilder |
|
SourceInfo |
Source information collected at parse time.
|
SourceInfo.Builder |
Source information collected at parse time.
|
SourceInfo.Builder.MacroCallsConverter |
|
SourceInfo.Extension |
An extension that was requested for the source expression.
|
SourceInfo.Extension.Builder |
An extension that was requested for the source expression.
|
SourceInfo.Extension.Component |
CEL component specifier.
|
SourceInfo.Extension.Version |
Version
|
SourceInfo.Extension.Version.Builder |
Version
|
SourceInfo.Extension.VersionOrBuilder |
|
SourceInfo.ExtensionOrBuilder |
|
SourceInfoOrBuilder |
|
Type |
Represents a CEL type.
|
Type.AbstractType |
Application defined abstract type.
|
Type.AbstractType.Builder |
Application defined abstract type.
|
Type.AbstractTypeOrBuilder |
|
Type.Builder |
Represents a CEL type.
|
Type.FunctionType |
Function type with result and arg types.
|
Type.FunctionType.Builder |
Function type with result and arg types.
|
Type.FunctionTypeOrBuilder |
|
Type.ListType |
List type with typed elements, e.g.
|
Type.ListType.Builder |
List type with typed elements, e.g.
|
Type.ListTypeOrBuilder |
|
Type.MapType |
Map type with parameterized key and value types, e.g.
|
Type.MapType.Builder |
Map type with parameterized key and value types, e.g.
|
Type.MapTypeOrBuilder |
|
Type.PrimitiveType |
CEL primitive types.
|
Type.TypeKindCase |
|
Type.WellKnownType |
Well-known protobuf types treated with first-class support in CEL.
|
TypeOrBuilder |
|