Uses of Interface
com.sun.source.tree.TreeVisitor
Package
Description
Provides interfaces to represent source code as abstract syntax
trees (AST).
Provides utilities for operations on abstract syntax trees (AST).
-
Uses of TreeVisitor in com.sun.source.tree
Modifier and TypeMethodDescription<R,
D> R Tree.accept
(TreeVisitor<R, D> visitor, D data) Accept method used to implement the visitor pattern. -
Uses of TreeVisitor in com.sun.source.util
Modifier and TypeClassDescriptionclass
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.