Module: Trxl::Definition0
- Defined in:
- lib/trxl/trxl_grammar.rb
Instance Method Summary collapse
Instance Method Details
#expression ⇒ Object
609 610 611 |
# File 'lib/trxl/trxl_grammar.rb', line 609 def expression elements[4] end |
#space1 ⇒ Object
601 602 603 |
# File 'lib/trxl/trxl_grammar.rb', line 601 def space1 elements[1] end |
#space2 ⇒ Object
605 606 607 |
# File 'lib/trxl/trxl_grammar.rb', line 605 def space2 elements[3] end |
#variable ⇒ Object
597 598 599 |
# File 'lib/trxl/trxl_grammar.rb', line 597 def variable elements[0] end |