@Immutable public interface Visitable
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor visitor)
Accept the supplied visitor, which should call back to the visitor to complete the double-dispatch operation.
|
void accept(Visitor visitor)
visitor
- the visitor; never nullCopyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.