Package dev.cel.parser
Interface CelParserLibrary
-
- All Known Subinterfaces:
CelCompilerLibrary
public interface CelParserLibrary
CelParserLibrary defines the interface to extend functionalities beyond the CEL standard functions forCelParser
.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
setParserOptions(CelParserBuilder parserBuilder)
Configures the parser to support the library implementation, such as adding macros
-
-
-
Method Detail
-
setParserOptions
default void setParserOptions(CelParserBuilder parserBuilder)
Configures the parser to support the library implementation, such as adding macros
-
-