Uses of Package
dev.cel.compiler
-
Packages that use dev.cel.compiler Package Description dev.cel.bundle dev.cel.compiler dev.cel.optimizer -
Classes in dev.cel.compiler used by dev.cel.bundle Class Description CelCompiler CelCompiler bundles up the common concerns for parsing and type-checking exposes additional methods for performing both operations in a single pass.CelCompilerLibrary CelCompilerLibrary defines the interface to extend functionalities beyond the CEL standard functions forCelCompiler. -
Classes in dev.cel.compiler used by dev.cel.compiler Class Description CelCompiler CelCompiler bundles up the common concerns for parsing and type-checking exposes additional methods for performing both operations in a single pass.CelCompilerBuilder Interface for building an instance of CelCompilerCelCompilerImpl CelCompiler implementation which uses either the legacy or modernized CEL-Java stack to offer a stream-lined expression parse/type-check experience, via a singlecompilemethod.CelCompilerLibrary CelCompilerLibrary defines the interface to extend functionalities beyond the CEL standard functions forCelCompiler. -
Classes in dev.cel.compiler used by dev.cel.optimizer Class Description CelCompiler CelCompiler bundles up the common concerns for parsing and type-checking exposes additional methods for performing both operations in a single pass.