TypeHierarchyVisitor instead. Will be
removed in Faktor-IPS 3.20+@Deprecated public abstract class TypeHierarchyVisitor extends Object
| Constructor and Description |
|---|
TypeHierarchyVisitor()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
visitHierarchy(IModelType type)
Deprecated.
Visits the given type and all it's super types.
|
abstract boolean |
visitType(IModelType type)
Deprecated.
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 © 2018. All rights reserved.