Module: Trxl::IfExpression1
- Defined in:
- lib/trxl/trxl_grammar.rb
Instance Method Summary collapse
Instance Method Details
#SPACE1 ⇒ Object
685 686 687 |
# File 'lib/trxl/trxl_grammar.rb', line 685 def SPACE1 elements[1] end |
#SPACE2 ⇒ Object
693 694 695 |
# File 'lib/trxl/trxl_grammar.rb', line 693 def SPACE2 elements[3] end |
#statement_list ⇒ Object
689 690 691 |
# File 'lib/trxl/trxl_grammar.rb', line 689 def statement_list elements[2] end |