Class: Kumi::Syntax::ImportDeclaration
- Inherits:
-
Struct
- Object
- Struct
- Kumi::Syntax::ImportDeclaration
- Includes:
- Node
- Defined in:
- lib/kumi/syntax/import_declaration.rb
Instance Attribute Summary collapse
-
#loc ⇒ Object
Returns the value of attribute loc.
-
#module_ref ⇒ Object
Returns the value of attribute module_ref.
-
#names ⇒ Object
Returns the value of attribute names.
Attributes included from Node
Instance Method Summary collapse
Methods included from Node
Instance Attribute Details
#loc ⇒ Object
Returns the value of attribute loc
5 6 7 |
# File 'lib/kumi/syntax/import_declaration.rb', line 5 def loc @loc end |
#module_ref ⇒ Object
Returns the value of attribute module_ref
5 6 7 |
# File 'lib/kumi/syntax/import_declaration.rb', line 5 def module_ref @module_ref end |
#names ⇒ Object
Returns the value of attribute names
5 6 7 |
# File 'lib/kumi/syntax/import_declaration.rb', line 5 def names @names end |
Instance Method Details
#children ⇒ Object
8 |
# File 'lib/kumi/syntax/import_declaration.rb', line 8 def children = [] |