Interface | Description |
---|---|
IMeshWalker<T,X extends java.lang.Exception> |
Interface for a mesh walker, i.e.
|
ITreeWalker<T,X extends java.lang.Exception> |
Interface for a tree walker, i.e.
|
IVisitor<E,X extends java.lang.Exception> |
Generic visitor interface.
|
Class | Description |
---|---|
VisitorUtils |
Utility class for working with visitors.
|