|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
V - is the generic type to visit.public interface Visitor<V>
This is the interface for a generic visitor that may visit(Object)
values of a specific type.
| Method Summary | |
|---|---|
void |
visit(V value)
This method is called to let the visitor inspect the given value. |
| Method Detail |
|---|
void visit(V value)
value.
value - is the value to visit. An API that offers a Visitor as
argument should specify further details about the value - especially
if it may be null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||