Module: CEML::Instructions::AssignStmt0
- Defined in:
- lib/ceml/lang/tt/instructions.rb
Instance Method Summary collapse
Instance Method Details
#id ⇒ Object
464 465 466 |
# File 'lib/ceml/lang/tt/instructions.rb', line 464 def id elements[2] end |
#text ⇒ Object
468 469 470 |
# File 'lib/ceml/lang/tt/instructions.rb', line 468 def text elements[5] end |
#ws ⇒ Object
460 461 462 |
# File 'lib/ceml/lang/tt/instructions.rb', line 460 def ws elements[1] end |