Module: Trxl::Exponential0
- Defined in:
- lib/trxl/trxl_grammar.rb
Instance Method Summary collapse
Instance Method Details
#operand_1 ⇒ Object
3543 3544 3545 |
# File 'lib/trxl/trxl_grammar.rb', line 3543 def operand_1 elements[0] end |
#operand_2 ⇒ Object
3559 3560 3561 |
# File 'lib/trxl/trxl_grammar.rb', line 3559 def operand_2 elements[4] end |
#operator ⇒ Object
3551 3552 3553 |
# File 'lib/trxl/trxl_grammar.rb', line 3551 def operator elements[2] end |
#space1 ⇒ Object
3547 3548 3549 |
# File 'lib/trxl/trxl_grammar.rb', line 3547 def space1 elements[1] end |
#space2 ⇒ Object
3555 3556 3557 |
# File 'lib/trxl/trxl_grammar.rb', line 3555 def space2 elements[3] end |