Uses of Class
com.randomnoun.common.jexl.ast.FunctionCall
Packages that use FunctionCall
Package
Description
-
Uses of FunctionCall in com.randomnoun.common.jexl.eval
Methods in com.randomnoun.common.jexl.eval with parameters of type FunctionCallModifier and TypeMethodDescriptionEvaluator.visit
(FunctionCall n, EvalContext context) Evaluate a FunctionCall node. -
Uses of FunctionCall in com.randomnoun.common.jexl.parser
Methods in com.randomnoun.common.jexl.parser that return FunctionCall -
Uses of FunctionCall in com.randomnoun.common.jexl.sql
Methods in com.randomnoun.common.jexl.sql with parameters of type FunctionCallModifier and TypeMethodDescriptionSqlGenerator.visit
(FunctionCall n, EvalContext context) Generate the SQL for a FunctionCall node. -
Uses of FunctionCall in com.randomnoun.common.jexl.visitor
Methods in com.randomnoun.common.jexl.visitor with parameters of type FunctionCallModifier and TypeMethodDescriptionvoid
DepthFirstVisitor.visit
(FunctionCall n) nodeToken -> <IDENTIFIER> arguments -> Arguments()GJDepthFirst.visit
(FunctionCall n, A argu) nodeToken -> <IDENTIFIER> arguments -> Arguments()GJNoArguDepthFirst.visit
(FunctionCall n) nodeToken -> <IDENTIFIER> arguments -> Arguments()GJNoArguVisitor.visit
(FunctionCall n) nodeToken -> <IDENTIFIER> arguments -> Arguments()GJVisitor.visit
(FunctionCall n, A argu) nodeToken -> <IDENTIFIER> arguments -> Arguments()void
GJVoidDepthFirst.visit
(FunctionCall n, A argu) nodeToken -> <IDENTIFIER> arguments -> Arguments()void
GJVoidVisitor.visit
(FunctionCall n, A argu) nodeToken -> <IDENTIFIER> arguments -> Arguments()void
TreeFormatter.visit
(FunctionCall n) nodeToken -> <IDENTIFIER> arguments -> Arguments()void
Visitor.visit
(FunctionCall n) nodeToken -> <IDENTIFIER> arguments -> Arguments()