Uses of Interface
dev.cel.checker.CelChecker
-
Packages that use CelChecker Package Description dev.cel.checker dev.cel.compiler -
-
Uses of CelChecker in dev.cel.checker
Classes in dev.cel.checker that implement CelChecker Modifier and Type Class Description classCelCheckerLegacyImplCelCheckerimplementation which uses the original CEL-Java APIs to provide a simple, consistent interface for type-checking.Methods in dev.cel.checker that return CelChecker Modifier and Type Method Description CelCheckerCelCheckerBuilder. build()Build a new instance of theCelChecker. -
Uses of CelChecker in dev.cel.compiler
Subinterfaces of CelChecker in dev.cel.compiler Modifier and Type Interface Description interfaceCelCompilerCelCompiler bundles up the common concerns for parsing and type-checking exposes additional methods for performing both operations in a single pass.Classes in dev.cel.compiler that implement CelChecker Modifier and Type Class Description classCelCompilerImplCelCompiler implementation which uses either the legacy or modernized CEL-Java stack to offer a stream-lined expression parse/type-check experience, via a singlecompilemethod.
-