|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--Opus5.AbstractVisitor
The AbstractVisitor class is the base class
from which all concrete visitor classes are derived.
This abstract class provides default implementations
for the methods declared in the Visitor interface.
Visitor| Fields inherited from interface Opus5.Visitor |
copyright |
| Constructor Summary | |
AbstractVisitor()
|
|
| Method Summary | |
boolean |
isDone()
Tests if this visitor is done. |
void |
visit(java.lang.Object object)
Visits the specified object. |
| 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(java.lang.Object object)
visit in interface Visitorobject - The object to visit.public boolean isDone()
false.isDone in interface Visitor
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||