Module: CEML::Instructions::SetStmt0
- Defined in:
- lib/ceml/lang/tt/instructions.rb
Instance Method Summary collapse
Instance Method Details
#id ⇒ Object
674 675 676 |
# File 'lib/ceml/lang/tt/instructions.rb', line 674 def id elements[2] end |
#text ⇒ Object
686 687 688 |
# File 'lib/ceml/lang/tt/instructions.rb', line 686 def text elements[7] end |
#varname ⇒ Object
682 683 684 |
# File 'lib/ceml/lang/tt/instructions.rb', line 682 def varname elements[4] end |
#ws1 ⇒ Object
670 671 672 |
# File 'lib/ceml/lang/tt/instructions.rb', line 670 def ws1 elements[1] end |
#ws2 ⇒ Object
678 679 680 |
# File 'lib/ceml/lang/tt/instructions.rb', line 678 def ws2 elements[3] end |