|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Visitable
A Visitable is something that can be visited by a Visitor
| Method Summary | |
|---|---|
Visitable |
accept(Visitor v)
Accept a visitor, and call v.visit() on child nodes as necessary. |
| Method Detail |
|---|
Visitable accept(Visitor v)
throws StandardException
v - the visitor
StandardException - on error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||