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