Uses of Interface
dev.cel.parser.CelParser
-
Packages that use CelParser Package Description dev.cel.compiler dev.cel.parser -
-
Uses of CelParser in dev.cel.compiler
Subinterfaces of CelParser in dev.cel.compiler Modifier and Type Interface Description interfaceCelCompilerCelCompiler bundles up the common concerns for parsing and type-checking exposes additional methods for performing both operations in a single pass.Classes in dev.cel.compiler that implement CelParser Modifier and Type Class Description classCelCompilerImplCelCompiler implementation which uses either the legacy or modernized CEL-Java stack to offer a stream-lined expression parse/type-check experience, via a singlecompilemethod. -
Uses of CelParser in dev.cel.parser
Classes in dev.cel.parser that implement CelParser Modifier and Type Class Description classCelParserImplModernized parser implementation for CEL.Methods in dev.cel.parser that return CelParser Modifier and Type Method Description CelParserCelParserBuilder. build()Build a new instance of theCelParser.
-