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 |
|
CheckedExpr.ReferenceMapDefaultEntryHolder |
|
CheckedExpr.TypeMapDefaultEntryHolder |
|
Constant |
Represents a primitive literal.
|
Constant.Builder |
Represents a primitive literal.
|
Decl |
Represents a declaration of a named value or function.
|
Decl.Builder |
Represents a declaration of a named value or function.
|
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.IdentDecl |
Identifier declaration which specifies its type and optional `Expr` value.
|
Decl.IdentDecl.Builder |
Identifier declaration which specifies its type and optional `Expr` value.
|
DeclProto |
|
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.Comprehension |
A comprehension expression applied to a list or map.
|
Expr.Comprehension.Builder |
A comprehension expression applied to a list or map.
|
Expr.CreateList |
A list creation expression.
|
Expr.CreateList.Builder |
A list creation expression.
|
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.Ident |
An identifier expression.
|
Expr.Ident.Builder |
An identifier expression.
|
Expr.Select |
A field selection expression.
|
Expr.Select.Builder |
A field selection expression.
|
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.
|
Reference |
Describes a resolved reference to a declaration.
|
Reference.Builder |
Describes a resolved reference to a declaration.
|
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.Version |
Version
|
SourceInfo.Extension.Version.Builder |
Version
|
SourceInfo.MacroCallsDefaultEntryHolder |
|
SourceInfo.PositionsDefaultEntryHolder |
|
SyntaxProto |
|
Type |
Represents a CEL type.
|
Type.AbstractType |
Application defined abstract type.
|
Type.AbstractType.Builder |
Application defined abstract type.
|
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.ListType |
List type with typed elements, e.g.
|
Type.ListType.Builder |
List type with typed elements, e.g.
|
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.
|