Package dev.cel.compiler
Interface CelCompilerLibrary
-
- All Superinterfaces:
CelCheckerLibrary
,CelParserLibrary
public interface CelCompilerLibrary extends CelParserLibrary, CelCheckerLibrary
CelCompilerLibrary defines the interface to extend functionalities beyond the CEL standard functions forCelCompiler
.
-
-
Method Summary
-
Methods inherited from interface dev.cel.checker.CelCheckerLibrary
setCheckerOptions
-
Methods inherited from interface dev.cel.parser.CelParserLibrary
setParserOptions
-
-