Uses of Package
dev.cel.common
-
Packages that use dev.cel.common Package Description dev.cel.checker dev.cel.common dev.cel.common.types dev.cel.compiler dev.cel.parser -
Classes in dev.cel.common used by dev.cel.checker Class Description CelAbstractSyntaxTree Represents a checked or unchecked expression, its source, and related metadata such as source position information.CelFunctionDecl Abstract representation of a CEL Function declaration.CelOptions Options to configure how the CEL parser, type-checker, and evaluator behave.CelValidationResult CelValidationResult encapsulates theCelAbstractSyntaxTreeandCelIssueset which may be generated during the parse and check phases.CelVarDecl Abstract representation of a CEL variable declaration.ExprFeatures Deprecated.UseCelOptionsinstead. -
Classes in dev.cel.common used by dev.cel.common Class Description CelAbstractSyntaxTree Represents a checked or unchecked expression, its source, and related metadata such as source position information.CelDescriptors Value object containing multiple set of descriptors to be provided into the CEL environment.CelDescriptors.Builder Builder for configuring the CelDescriptorsCelErrorCode The canonical error codes for CELCelException Base class for all checked exceptions explicitly thrown by the library.CelFunctionDecl Abstract representation of a CEL Function declaration.CelFunctionDecl.Builder Builder for configuring theCelFunctionDecl.CelIssue Encapulates aCelSourceLocationand message representing an error within an expression.CelIssue.Builder Builder for configuringCelIssue.CelIssue.Severity Severity of a CelIssue.CelOptions Options to configure how the CEL parser, type-checker, and evaluator behave.CelOptions.Builder Builder for configuring theCelOptions.CelOverloadDecl Abstract representation of a CEL function overload declaration.CelOverloadDecl.Builder Builder for configuring theCelOverloadDecl.CelProtoAbstractSyntaxTree An Adapter forCelAbstractSyntaxTreeconstructed from Canonical Protos ofCheckedExprorParsedExprexpressions.CelSource Represents the source content of an expression and related metadata.CelSource.Builder Builder forCelSource.CelSourceLocation Represents a location withinCelSource.CelValidationException Base class for all checked exceptions explicitly thrown by the library during parsing.CelVarDecl Abstract representation of a CEL variable declaration.ExprFeatures Deprecated.UseCelOptionsinstead. -
Classes in dev.cel.common used by dev.cel.common.types Class Description CelDescriptors Value object containing multiple set of descriptors to be provided into the CEL environment. -
Classes in dev.cel.common used by dev.cel.compiler Class Description CelAbstractSyntaxTree Represents a checked or unchecked expression, its source, and related metadata such as source position information.CelFunctionDecl Abstract representation of a CEL Function declaration.CelOptions Options to configure how the CEL parser, type-checker, and evaluator behave.CelSource Represents the source content of an expression and related metadata.CelValidationResult CelValidationResult encapsulates theCelAbstractSyntaxTreeandCelIssueset which may be generated during the parse and check phases.CelVarDecl Abstract representation of a CEL variable declaration. -
Classes in dev.cel.common used by dev.cel.parser Class Description CelIssue Encapulates aCelSourceLocationand message representing an error within an expression.CelOptions Options to configure how the CEL parser, type-checker, and evaluator behave.CelSource Represents the source content of an expression and related metadata.CelSourceLocation Represents a location withinCelSource.CelValidationResult CelValidationResult encapsulates theCelAbstractSyntaxTreeandCelIssueset which may be generated during the parse and check phases.