- 
- 
- 
- 
Classes in com.sun.source.util that implement TreeVisitor 
| Modifier and Type | Class | Description |  
| class  | SimpleTreeVisitor<R,P> | A simple visitor for tree nodes. |  
| class  | TreePathScanner<R,P> | A TreeVisitor that visits all the child tree nodes, and provides
 support for maintaining a path for the parent nodes. |  
| class  | TreeScanner<R,P> | A TreeVisitor that visits all the child tree nodes. |