|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.iotabits.revisitor.BasicVisitable
This is simplest and default implementation of the iVisitable interface.
Constructor Summary | |
BasicVisitable()
|
Method Summary | |
void |
accept(iReflectiveVisitor visitor)
Dispatches this object to the revisitor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BasicVisitable()
Method Detail |
public void accept(iReflectiveVisitor visitor) throws java.lang.Exception
accept
in interface iVisitable
visitor
- The object doing the visiting.
java.lang.Exception
- When there is not method found.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |