Module: Trxl::Application1
- Defined in:
- lib/trxl/trxl_grammar.rb
Instance Method Summary collapse
Instance Method Details
#first_application ⇒ Object
1443 1444 1445 |
# File 'lib/trxl/trxl_grammar.rb', line 1443 def first_application elements[2] end |
#more_applications ⇒ Object
1447 1448 1449 |
# File 'lib/trxl/trxl_grammar.rb', line 1447 def more_applications elements[3] end |
#operator ⇒ Object
1435 1436 1437 |
# File 'lib/trxl/trxl_grammar.rb', line 1435 def operator elements[0] end |
#space ⇒ Object
1439 1440 1441 |
# File 'lib/trxl/trxl_grammar.rb', line 1439 def space elements[1] end |