Package dev.cel.bundle
Interface Cel
-
- All Superinterfaces:
CelChecker,CelCompiler,CelParser,CelRuntime
@ThreadSafe public interface Cel extends CelCompiler, CelRuntime
Cel interface for parse, type-check, and evaluation of CEL programs.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface dev.cel.runtime.CelRuntime
CelRuntime.CelFunctionBinding, CelRuntime.Program
-
-
Method Summary
-
Methods inherited from interface dev.cel.checker.CelChecker
check
-
Methods inherited from interface dev.cel.compiler.CelCompiler
compile, compile
-
Methods inherited from interface dev.cel.runtime.CelRuntime
createProgram
-
-