Module: CEML::Instructions::PickStmt0
- Defined in:
- lib/ceml/lang/tt/instructions.rb
Instance Method Summary collapse
Instance Method Details
#id ⇒ Object
768 769 770 |
# File 'lib/ceml/lang/tt/instructions.rb', line 768 def id elements[2] end |
#text ⇒ Object
780 781 782 |
# File 'lib/ceml/lang/tt/instructions.rb', line 780 def text elements[7] end |
#varname ⇒ Object
776 777 778 |
# File 'lib/ceml/lang/tt/instructions.rb', line 776 def varname elements[4] end |
#ws1 ⇒ Object
764 765 766 |
# File 'lib/ceml/lang/tt/instructions.rb', line 764 def ws1 elements[1] end |
#ws2 ⇒ Object
772 773 774 |
# File 'lib/ceml/lang/tt/instructions.rb', line 772 def ws2 elements[3] end |