Module: Trxl::ActualParameterList0
- Defined in:
- lib/trxl/trxl_grammar.rb
Instance Method Summary collapse
Instance Method Details
#expression_list ⇒ Object
1876 1877 1878 |
# File 'lib/trxl/trxl_grammar.rb', line 1876 def expression_list elements[2] end |
#space1 ⇒ Object
1872 1873 1874 |
# File 'lib/trxl/trxl_grammar.rb', line 1872 def space1 elements[1] end |
#space2 ⇒ Object
1880 1881 1882 |
# File 'lib/trxl/trxl_grammar.rb', line 1880 def space2 elements[3] end |