struct
Noir::ImportGraph::ImportRef
- Noir::ImportGraph::ImportRef
- Struct
- Value
- Object
Overview
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.