Noir::ImportGraph::ImportRef
An import declaration extracted from a source file.
pathdotted path written in the source (com.example.foo.Bar, orcom.example.foofor wildcard imports).wildcardwhether the import is a.*form (Java/Kotlin) or equivalentfrom x import *style.
Constructors
Instance methods
path
Sourcewildcard?
Source