Uses of Interface
dev.cel.runtime.CelRuntime
-
Packages that use CelRuntime Package Description dev.cel.bundle dev.cel.optimizer dev.cel.runtime -
-
Uses of CelRuntime in dev.cel.bundle
Subinterfaces of CelRuntime 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 CelRuntime Modifier and Type Method Description static CelCelFactory. combine(CelCompiler celCompiler, CelRuntime celRuntime) -
Uses of CelRuntime in dev.cel.optimizer
Methods in dev.cel.optimizer with parameters of type CelRuntime Modifier and Type Method Description static CelOptimizerBuilderCelOptimizerFactory. standardCelOptimizerBuilder(CelCompiler celCompiler, CelRuntime celRuntime)Create a new builder for constructing aCelOptimizerinstance.static CelOptimizerBuilderCelOptimizerFactory. standardCelOptimizerBuilder(CelParser celParser, CelChecker celChecker, CelRuntime celRuntime)Create a new builder for constructing aCelOptimizerinstance. -
Uses of CelRuntime in dev.cel.runtime
Classes in dev.cel.runtime that implement CelRuntime Modifier and Type Class Description classCelRuntimeLegacyImplCelRuntimeimplementation based on the legacy CEL-Java stack.Methods in dev.cel.runtime that return CelRuntime Modifier and Type Method Description CelRuntimeCelRuntimeBuilder. build()Build a new instance of theCelRuntime.
-