- All Implemented Interfaces:
Visitor<T>
public class DelegatingVisitor<T>
extends Object
implements Visitor<T>
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
-
visit
public void visit(T target)
- Specified by:
visit
in interface Visitor<T>
-
order
public int order()
- Specified by:
order
in interface Visitor<T>
-
-