()
| 163 | } |
| 164 | |
| 165 | public Set<T> getChildren() { |
| 166 | return children; |
| 167 | } |
| 168 | |
| 169 | public boolean hasMatchedHierarchy(MemberInstance<T> other) { |
| 170 | return hierarchyData.matchedHierarchy == other.hierarchyData; |
no outgoing calls
no test coverage detected