public interface IVisitable
Modifier and Type | Method and Description |
---|---|
void |
accept(IVisitor visitor)
Called to accept a visitor onto a visitable data model instance.
|
void accept(IVisitor visitor)
visitor
- Copyright © 2020 Red Hat. All rights reserved.