|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jasi.sim.user.util.PrintVisitor<T>
T
- The visited object classpublic class PrintVisitor<T>
A visitor, which prints all visited.
Constructor Summary | |
---|---|
PrintVisitor()
Constructor for PrintVisitor. |
Method Summary | |
---|---|
boolean |
isDone()
All visited will be visited. |
void |
visit(java.lang.Object visitable)
Print the visited. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PrintVisitor()
Method Detail |
---|
public void visit(java.lang.Object visitable)
visit
in interface Visitor<T>
visitable
- The visited object.Visitor.isDone()
public boolean isDone()
isDone
in interface Visitor<T>
Visitor.isDone()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |