|
|||||||||
| 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
|
Built on Wed 2013-06-12 15:21:56+0000, from revision ??? | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||