public interface ApiWalker
ApiVisitor
.Modifier and Type | Method and Description |
---|---|
void |
accept(ApiVisitor visitor)
Traverse the API, passing each element to the
visitor . |
void accept(ApiVisitor visitor)
visitor
.visitor
- the visitor to pass each element to.Copyright © 2019. All rights reserved.