Package it.jKey.util.javaParser.visitor

Class Diagram Summary
visitor 
 

Interface Summary
ObjectVisitorAll Object visitors must implement this interface.
VisitorAll void visitors must implement this interface.
 

Class Summary
DepthFirstVisitorProvides default methods which visit each node in the tree in depth-first
order.
ObjectDepthFirstProvides default methods which visit each node in the tree in depth-first
order.
TreeDumperDumps the syntax tree to a Writer using the location information in
each NodeToken.