T - The implementing type of the visitable.public interface Visitable<T>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor<T> visitor)
Accept a visitor and by invoking the vistor's visit method.
|
void accept(Visitor<T> visitor)
visitor - the visitor visiting this visitable.Visitor.visit(Object)Copyright © 2006–2017 Esito AS. All rights reserved.