struct Noir::ImportGraph::ImportRef

Overview

An import declaration extracted from a source file.

Defined in:

miniparsers/import_graph.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(path : String, wildcard : Bool) #

[View source]

Instance Method Detail

def path : String #

[View source]
def wildcard? : Bool #

[View source]