Class GJNoArguDepthFirst<R>

java.lang.Object
com.randomnoun.common.jexl.visitor.GJNoArguDepthFirst<R>
All Implemented Interfaces:
GJNoArguVisitor<R>

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