Uses of Class
dev.cel.common.navigation.CelNavigableAst
-
Packages that use CelNavigableAst Package Description dev.cel.common.navigation dev.cel.optimizer dev.cel.optimizer.optimizers -
-
Uses of CelNavigableAst in dev.cel.common.navigation
Methods in dev.cel.common.navigation that return CelNavigableAst Modifier and Type Method Description static CelNavigableAstCelNavigableAst. fromAst(CelAbstractSyntaxTree ast)Constructs a new instance ofCelNavigableAstfromCelAbstractSyntaxTree. -
Uses of CelNavigableAst in dev.cel.optimizer
Methods in dev.cel.optimizer with parameters of type CelNavigableAst Modifier and Type Method Description CelAbstractSyntaxTreeCelAstOptimizer. optimize(CelNavigableAst navigableAst, Cel cel)Optimizes a single AST. -
Uses of CelNavigableAst in dev.cel.optimizer.optimizers
Methods in dev.cel.optimizer.optimizers with parameters of type CelNavigableAst Modifier and Type Method Description CelAbstractSyntaxTreeConstantFoldingOptimizer. optimize(CelNavigableAst navigableAst, Cel cel)
-