Interface Visitable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept(Visitor visitor)Accept a visitor and pass the current instance's content to it.
-
| Modifier and Type | Method | Description |
|---|---|---|
void |
accept(Visitor visitor) |
Accept a visitor and pass the current instance's content to it.
|