Module: CEML::Instructions::AssignStmt0
- Defined in:
- lib/ceml/tt/instructions.rb
Instance Method Summary collapse
Instance Method Details
#id ⇒ Object
188 189 190 |
# File 'lib/ceml/tt/instructions.rb', line 188 def id elements[2] end |
#nl ⇒ Object
196 197 198 |
# File 'lib/ceml/tt/instructions.rb', line 196 def nl elements[6] end |
#text ⇒ Object
192 193 194 |
# File 'lib/ceml/tt/instructions.rb', line 192 def text elements[5] end |
#ws ⇒ Object
184 185 186 |
# File 'lib/ceml/tt/instructions.rb', line 184 def ws elements[1] end |