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