Predicate definitionOf
Gets an element, of kind kind, that element e uses, if any.
The kind is a string representing what kind of use it is:
"M"for function and method calls"T"for uses of types"V"for variable accesses"I"for imports
Import path
import definitionsAstNode definitionOf(Locatable e, string kind)