public interface Type
| Modifier and Type | Method and Description |
|---|---|
void |
accept(TypeVisitor visitor)
Accepts a type visitor and dispatches to the appropriate visitor method,
depending on class of the individual type.
|
void accept(TypeVisitor visitor)
visitor - type visitorCopyright © 2022. All rights reserved.