Uses of Class
com.randomnoun.common.jexl.ast.PrimaryExpression
Packages that use PrimaryExpression
Package
Description
-
Uses of PrimaryExpression in com.randomnoun.common.jexl.eval
Methods in com.randomnoun.common.jexl.eval with parameters of type PrimaryExpressionModifier and TypeMethodDescriptionEvaluator.visit(PrimaryExpression n, EvalContext context) Evaluate a PrimaryExpression node. -
Uses of PrimaryExpression in com.randomnoun.common.jexl.parser
Methods in com.randomnoun.common.jexl.parser that return PrimaryExpression -
Uses of PrimaryExpression in com.randomnoun.common.jexl.sql
Methods in com.randomnoun.common.jexl.sql with parameters of type PrimaryExpressionModifier and TypeMethodDescriptionSqlGenerator.visit(PrimaryExpression n, EvalContext context) Generate the SQL for a PrimaryExpression node. -
Uses of PrimaryExpression in com.randomnoun.common.jexl.visitor
Methods in com.randomnoun.common.jexl.visitor with parameters of type PrimaryExpressionModifier and TypeMethodDescriptionvoidDepthFirstVisitor.visit(PrimaryExpression n) nodeChoice -> FunctionCall() | Name() | Literal() | "(" Expression() ")"GJDepthFirst.visit(PrimaryExpression n, A argu) nodeChoice -> FunctionCall() | Name() | Literal() | "(" Expression() ")"GJNoArguDepthFirst.visit(PrimaryExpression n) nodeChoice -> FunctionCall() | Name() | Literal() | "(" Expression() ")"GJNoArguVisitor.visit(PrimaryExpression n) nodeChoice -> FunctionCall() | Name() | Literal() | "(" Expression() ")"GJVisitor.visit(PrimaryExpression n, A argu) nodeChoice -> FunctionCall() | Name() | Literal() | "(" Expression() ")"voidGJVoidDepthFirst.visit(PrimaryExpression n, A argu) nodeChoice -> FunctionCall() | Name() | Literal() | "(" Expression() ")"voidGJVoidVisitor.visit(PrimaryExpression n, A argu) nodeChoice -> FunctionCall() | Name() | Literal() | "(" Expression() ")"voidTreeFormatter.visit(PrimaryExpression n) nodeChoice -> FunctionCall() | Name() | Literal() | "(" Expression() ")"voidVisitor.visit(PrimaryExpression n) nodeChoice -> FunctionCall() | Name() | Literal() | "(" Expression() ")"