Module: Trxl::Multitive0
- Defined in:
- lib/trxl/trxl_grammar.rb
Instance Method Summary collapse
Instance Method Details
#exponential ⇒ Object
3366 3367 3368 |
# File 'lib/trxl/trxl_grammar.rb', line 3366 def exponential elements[3] end |
#multitive_op ⇒ Object
3358 3359 3360 |
# File 'lib/trxl/trxl_grammar.rb', line 3358 def multitive_op elements[1] end |
#space1 ⇒ Object
3354 3355 3356 |
# File 'lib/trxl/trxl_grammar.rb', line 3354 def space1 elements[0] end |
#space2 ⇒ Object
3362 3363 3364 |
# File 'lib/trxl/trxl_grammar.rb', line 3362 def space2 elements[2] end |