Package dev.cel.compiler
-
Interface Summary Interface 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 CelCompilerCelCompilerLibrary CelCompilerLibrary defines the interface to extend functionalities beyond the CEL standard functions forCelCompiler. -
Class Summary Class Description CelCompilerFactory Factory class for creating builders for type-checker and compiler instances.CelCompilerImpl 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.CelCompilerImpl.Builder Builder forCelCompilerImpl