Get first ancestor 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)
| 168 | * @return |
| 169 | */ |
| 170 | public <T extends Item> T getAncestor(Item child, Class<T> kind); |
| 171 | |
| 172 | |
| 173 | /** |
no outgoing calls