public interface Visitor
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ImportDecl elem)
This method visits a protocol import component.
|
void |
accept(PayloadTypeDecl elem)
This method visits a type import component.
|
void accept(PayloadTypeDecl elem)
elem - The type importvoid accept(ImportDecl elem)
elem - The protocol importCopyright © 2014. All Rights Reserved.