public abstract static class APITypeModel.Visitor extends Object
APITypeModel.accept(Visitor)| Constructor and Description |
|---|
Visitor() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
visit(APITypeModel type,
String path)
Gives information about an APITypeModel element in the type tree.
|
public abstract void visit(APITypeModel type, String path)
type - the typepath - the dot-separated path relative to the type whose APITypeModel.accept(Visitor) method was calledCopyright © 2023. All rights reserved.