Uses of Interface
com.randomnoun.common.jexl.visitor.GJVisitor
Packages that use GJVisitor
Package
Description
-
Uses of GJVisitor in com.randomnoun.common.jexl.ast
Methods in com.randomnoun.common.jexl.ast with parameters of type GJVisitorModifier and TypeMethodDescription<R,
A> R <R,
A> R <R,
A> R <R,
A> R <R,
A> R <R,
A> R <R,
A> R <R,
A> R <R,
A> R <R,
A> R <R,
A> R <R,
A> R <R,
A> R <R,
A> R <R,
A> R <R,
A> R <R,
A> R <R,
A> R <R,
A> R <R,
A> R <R,
A> R <R,
A> R <R,
A> R <R,
A> R -
Uses of GJVisitor in com.randomnoun.common.jexl.eval
Classes in com.randomnoun.common.jexl.eval that implement GJVisitorModifier and TypeClassDescriptionclass
This class traverses (and evaluates) an expression AST graph. -
Uses of GJVisitor in com.randomnoun.common.jexl.sql
Classes in com.randomnoun.common.jexl.sql that implement GJVisitorModifier and TypeClassDescriptionclass
This class traverses a TopLevelExpression object and translates the AST graph into a text representation that forms the 'WHERE' clause of an SQL query. -
Uses of GJVisitor in com.randomnoun.common.jexl.visitor
Classes in com.randomnoun.common.jexl.visitor that implement GJVisitorModifier and TypeClassDescriptionclass
GJDepthFirst<R,
A> Provides default methods which visit each node in the tree in depth-first order.