Uses of Class
dev.cel.common.ast.CelExprFactory
-
Packages that use CelExprFactory Package Description dev.cel.common.ast dev.cel.parser -
-
Uses of CelExprFactory in dev.cel.common.ast
Methods in dev.cel.common.ast that return CelExprFactory Modifier and Type Method Description static CelExprFactoryCelExprFactory. newInstance() -
Uses of CelExprFactory in dev.cel.parser
Subclasses of CelExprFactory in dev.cel.parser Modifier and Type Class Description classCelMacroExprFactoryAssists 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.
-