Uses of Interface
dev.cel.bundle.Cel
-
Packages that use Cel Package Description dev.cel.bundle dev.cel.common.ast dev.cel.optimizer dev.cel.optimizer.optimizers -
-
Uses of Cel in dev.cel.bundle
Methods in dev.cel.bundle that return Cel Modifier and Type Method Description CelCelBuilder. build()Construct a newCelinstance from the provided configuration.static CelCelFactory. combine(CelCompiler celCompiler, CelRuntime celRuntime) -
Uses of Cel in dev.cel.common.ast
Methods in dev.cel.common.ast with parameters of type Cel Modifier and Type Method Description static java.lang.ObjectCelExprUtil. evaluateExpr(Cel cel, CelExpr expr)Type-checks and evaluates a CelExpr.static java.lang.ObjectCelExprUtil. evaluateExpr(Cel cel, CelExpr expr, java.lang.Class<?> expectedResultType)Type-checks and evaluates a CelExpr. -
Uses of Cel in dev.cel.optimizer
Methods in dev.cel.optimizer with parameters of type Cel Modifier and Type Method Description CelAbstractSyntaxTreeCelAstOptimizer. optimize(CelNavigableAst navigableAst, Cel cel)Optimizes a single AST.static CelOptimizerBuilderCelOptimizerFactory. standardCelOptimizerBuilder(Cel cel)Create a new builder for constructing aCelOptimizerinstance. -
Uses of Cel in dev.cel.optimizer.optimizers
Methods in dev.cel.optimizer.optimizers with parameters of type Cel Modifier and Type Method Description CelAbstractSyntaxTreeConstantFoldingOptimizer. optimize(CelNavigableAst navigableAst, Cel cel)
-