Module: CEML::Instructions::ReplaceStmt0
- Defined in:
- lib/ceml/lang/tt/instructions.rb
Instance Method Summary collapse
Instance Method Details
#condition ⇒ Object
981 982 983 |
# File 'lib/ceml/lang/tt/instructions.rb', line 981 def condition elements[3] end |
#id ⇒ Object
977 978 979 |
# File 'lib/ceml/lang/tt/instructions.rb', line 977 def id elements[2] end |
#ws ⇒ Object
973 974 975 |
# File 'lib/ceml/lang/tt/instructions.rb', line 973 def ws elements[1] end |