Interface TypeHierarchyContext
- All Known Subinterfaces:
TagQueryTarget
public interface TypeHierarchyContext
-
Method Summary
Modifier and TypeMethodDescriptiongetInheritanceRelationship
(String typeId) This context represents a complex type, and this function returns the relationship between it and some other type.
-
Method Details
-
getInheritanceRelationship
This context represents a complex type, and this function returns the relationship between it and some other type.- Parameters:
typeId
- the id to which we will compare our relationship- Returns:
- the relationship between this type and the passed in type.
-