Module: Trxl::Additive0
- Defined in:
- lib/trxl/trxl_grammar.rb
Instance Method Summary collapse
Instance Method Details
#additive_op ⇒ Object
3213 3214 3215 |
# File 'lib/trxl/trxl_grammar.rb', line 3213 def additive_op elements[1] end |
#multitive ⇒ Object
3221 3222 3223 |
# File 'lib/trxl/trxl_grammar.rb', line 3221 def multitive elements[3] end |
#space1 ⇒ Object
3209 3210 3211 |
# File 'lib/trxl/trxl_grammar.rb', line 3209 def space1 elements[0] end |
#space2 ⇒ Object
3217 3218 3219 |
# File 'lib/trxl/trxl_grammar.rb', line 3217 def space2 elements[2] end |