Module: Trxl::BinaryExpression1
- Defined in:
- lib/trxl/trxl_grammar.rb
Instance Method Summary collapse
Instance Method Details
#operand_1 ⇒ Object
401 402 403 |
# File 'lib/trxl/trxl_grammar.rb', line 401 def operand_1 elements[0] end |
#operand_2 ⇒ Object
417 418 419 |
# File 'lib/trxl/trxl_grammar.rb', line 417 def operand_2 elements[4] end |
#operator ⇒ Object
409 410 411 |
# File 'lib/trxl/trxl_grammar.rb', line 409 def operator elements[2] end |
#space1 ⇒ Object
405 406 407 |
# File 'lib/trxl/trxl_grammar.rb', line 405 def space1 elements[1] end |
#space2 ⇒ Object
413 414 415 |
# File 'lib/trxl/trxl_grammar.rb', line 413 def space2 elements[3] end |