|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.jga.fn.AbstractVisitor
public abstract class AbstractVisitor
Shell implementation of Visitor. Typically, the
visit(Visitable) method is implemented as a no-op, which this
class provides.
Copyright © 2002-2005 David A. Hall
| Constructor Summary | |
|---|---|
AbstractVisitor()
|
|
| Method Summary | |
|---|---|
void |
visit(Visitable visitable)
No-op implementation by default. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractVisitor()
| Method Detail |
|---|
public void visit(Visitable visitable)
visit in interface Visitor
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||