Uses of Package
dev.cel.parser
-
Packages that use dev.cel.parser Package Description dev.cel.bundle dev.cel.compiler dev.cel.optimizer dev.cel.parser -
Classes in dev.cel.parser used by dev.cel.bundle Class Description CelMacro Describes a function signature to match and theCelMacroExpanderto apply.CelParser Public interface for the parsing CEL expressions.CelStandardMacro CelStandardMacro enum represents all of the macros defined as part of the CEL standard library. -
Classes in dev.cel.parser used by dev.cel.compiler Class Description CelMacro Describes a function signature to match and theCelMacroExpanderto apply.CelParser Public interface for the parsing CEL expressions.CelParserBuilder Interface for building an instance of CelParserCelParserLibrary CelParserLibrary defines the interface to extend functionalities beyond the CEL standard functions forCelParser.CelStandardMacro CelStandardMacro enum represents all of the macros defined as part of the CEL standard library. -
Classes in dev.cel.parser used by dev.cel.optimizer Class Description CelParser Public interface for the parsing CEL expressions. -
Classes in dev.cel.parser used by dev.cel.parser Class Description CelMacro Describes a function signature to match and theCelMacroExpanderto apply.CelMacroExpander Converts the target and arguments of a function call that matches a macro.CelMacroExprFactory Assists with the expansion ofCelMacroin a manner which is consistent with the source position and expression ID generation code leveraged by both the parser and type-checker.CelParser Public interface for the parsing CEL expressions.CelParserBuilder Interface for building an instance of CelParserCelParserImpl Modernized parser implementation for CEL.CelParserImpl.Builder Builder forCelParserImpl.CelParserLibrary CelParserLibrary defines the interface to extend functionalities beyond the CEL standard functions forCelParser.CelStandardMacro CelStandardMacro enum represents all of the macros defined as part of the CEL standard library.Operator Package-private enumeration of Common Expression Language operators.