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