|
|||||||||
| 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 Thu 2012-03-29 21:53:33+0000, from revision ??? | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||