public class TraverserVisitorStub<T> extends java.lang.Object implements TraverserVisitor<T>
| Constructor and Description |
|---|
TraverserVisitorStub() |
| Modifier and Type | Method and Description |
|---|---|
TraversalControl |
enter(TraverserContext<T> context) |
TraversalControl |
leave(TraverserContext<T> context) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbackRefpublic TraversalControl enter(TraverserContext<T> context)
enter in interface TraverserVisitor<T>context - the context in placepublic TraversalControl leave(TraverserContext<T> context)
leave in interface TraverserVisitor<T>context - the context in place