public abstract class TypeHierarchyVisitor extends Object
| Constructor and Description |
|---|
TypeHierarchyVisitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
visitHierarchy(IModelType type)
Visits the given type and all it's super types.
|
abstract boolean |
visitType(IModelType type)
Visits the given type.
|
public void visitHierarchy(IModelType type)
null
.public abstract boolean visitType(IModelType type)
type - The type to visit.true if the visitor should continue to visit the supertypes,
false if not.Copyright © 2016. All rights reserved.