Get first parent of a syntactic item matching the given kind. If no item was found, then null is returned. @param child @param kind @return
(Item child, Class<T> kind)
| 149 | * @return |
| 150 | */ |
| 151 | public <T extends Item> T getParent(Item child, Class<T> kind); |
| 152 | |
| 153 | /** |
| 154 | * Get all parents of a syntactic item matching the given kind. |
no outgoing calls