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 import directives
Import path
import definitions
Element definitionOf(Element e, string kind)