Uses of Class
dev.cel.parser.CelExprFactory
-
Packages that use CelExprFactory Package Description dev.cel.parser -
-
Uses of CelExprFactory in dev.cel.parser
Methods in dev.cel.parser with parameters of type CelExprFactory Modifier and Type Method Description java.util.Optional<CelExpr>CelMacroExpander. expandMacro(CelExprFactory exprFactory, CelExpr target, com.google.common.collect.ImmutableList<CelExpr> arguments)Converts a call and its associated arguments into a new CEL AST.
-