Module: Trxl::StatementList0
- Defined in:
- lib/trxl/trxl_grammar.rb
Instance Method Summary collapse
Instance Method Details
#expression ⇒ Object
169 170 171 |
# File 'lib/trxl/trxl_grammar.rb', line 169 def expression elements[1] end |
#statement_separator ⇒ Object
165 166 167 |
# File 'lib/trxl/trxl_grammar.rb', line 165 def statement_separator elements[0] end |