Class GJDepthFirst<R,A>

java.lang.Object
com.randomnoun.common.jexl.visitor.GJDepthFirst<R,A>
All Implemented Interfaces:
GJVisitor<R,A>
Direct Known Subclasses:
Evaluator

public class GJDepthFirst<R,A> extends Object implements GJVisitor<R,A>
Provides default methods which visit each node in the tree in depth-first order. Your visitors may extend this class.