Module: CEML::Instructions::ReleaseStmt0
- Defined in:
- lib/ceml/lang/tt/instructions.rb
Instance Method Summary collapse
Instance Method Details
#condition ⇒ Object
917 918 919 |
# File 'lib/ceml/lang/tt/instructions.rb', line 917 def condition elements[3] end |
#id ⇒ Object
913 914 915 |
# File 'lib/ceml/lang/tt/instructions.rb', line 913 def id elements[2] end |
#ws ⇒ Object
909 910 911 |
# File 'lib/ceml/lang/tt/instructions.rb', line 909 def ws elements[1] end |