Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
struct
Dragonstone::AST::UseItem
Inherits
Struct
<
Value
<
Object
Not a Node on purpose (keeps visitors simple). Part of UseDecl.
Constructors
new
(kind :
UseItemKind
, specs :
Array
(
String
) = [] of
String
, from :
String
|
Nil
= nil, imports :
Array
(
NamedImport
) = [] of
NamedImport
)
Source
Instance methods
from
Source
imports
Source
kind
Source
specs
Source