Uses of Interface
dev.cel.compiler.CelCompiler
-
Packages that use CelCompiler Package Description dev.cel.bundle dev.cel.compiler dev.cel.optimizer -
-
Uses of CelCompiler in dev.cel.bundle
Subinterfaces of CelCompiler in dev.cel.bundle Modifier and Type Interface Description interfaceCelCel interface for parse, type-check, and evaluation of CEL programs.Methods in dev.cel.bundle with parameters of type CelCompiler Modifier and Type Method Description static CelCelFactory. combine(CelCompiler celCompiler, CelRuntime celRuntime) -
Uses of CelCompiler in dev.cel.compiler
Classes in dev.cel.compiler that implement CelCompiler 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.Methods in dev.cel.compiler that return CelCompiler Modifier and Type Method Description CelCompilerCelCompilerBuilder. build()Build a new instance of theCelCompiler.static CelCompilerCelCompilerFactory. combine(CelParser celParser, CelChecker celChecker) -
Uses of CelCompiler in dev.cel.optimizer
Methods in dev.cel.optimizer with parameters of type CelCompiler Modifier and Type Method Description static CelOptimizerBuilderCelOptimizerFactory. standardCelOptimizerBuilder(CelCompiler celCompiler, CelRuntime celRuntime)Create a new builder for constructing aCelOptimizerinstance.
-