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 TypeMethodDescriptionvoidDepthFirstVisitor.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"voidGJVoidDepthFirst.visit(NullLiteral n, A argu) nodeToken -> "null"voidGJVoidVisitor.visit(NullLiteral n, A argu) nodeToken -> "null"voidTreeFormatter.visit(NullLiteral n) nodeToken -> "null"voidVisitor.visit(NullLiteral n) nodeToken -> "null"