struct

Noir::ImportGraph::ImportRef

Inherits Struct < Value < Object

An import declaration extracted from a source file.

  • path dotted path written in the source (com.example.foo.Bar, or com.example.foo for wildcard imports).
  • wildcard whether the import is a .* form (Java/Kotlin) or equivalent from x import * style.

Constructors

new(path : String, wildcard : Bool)
Source

Instance methods

path
Source
wildcard?
Source