Uses of Class
com.randomnoun.common.jexl.visitor.GJDepthFirst
Packages that use GJDepthFirst
-
Uses of GJDepthFirst in com.randomnoun.common.jexl.eval
Subclasses of GJDepthFirst in com.randomnoun.common.jexl.evalModifier and TypeClassDescriptionclass
This class traverses (and evaluates) an expression AST graph. -
Uses of GJDepthFirst in com.randomnoun.common.jexl.sql
Subclasses of GJDepthFirst in com.randomnoun.common.jexl.sqlModifier 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.