Class: Kapusta::Compiler::Language::LuaIteratorForm
- Inherits:
-
Struct
- Object
- Struct
- Kapusta::Compiler::Language::LuaIteratorForm
- Defined in:
- lib/kapusta/compiler/language.rb
Instance Attribute Summary collapse
-
#collection ⇒ Object
Returns the value of attribute collection.
-
#head ⇒ Object
Returns the value of attribute head.
Instance Method Summary collapse
Instance Attribute Details
#collection ⇒ Object
Returns the value of attribute collection
27 28 29 |
# File 'lib/kapusta/compiler/language.rb', line 27 def collection @collection end |
#head ⇒ Object
Returns the value of attribute head
27 28 29 |
# File 'lib/kapusta/compiler/language.rb', line 27 def head @head end |
Instance Method Details
#name ⇒ Object
28 |
# File 'lib/kapusta/compiler/language.rb', line 28 def name = head.name |