Module: CDDLGRAMMAR::Group0
- Defined in:
- lib/parser/cddlgrammar.rb
Instance Method Summary collapse
Instance Method Details
#grpchoice ⇒ Object
1580 1581 1582 |
# File 'lib/parser/cddlgrammar.rb', line 1580 def grpchoice elements[3] end |
#S1 ⇒ Object
1572 1573 1574 |
# File 'lib/parser/cddlgrammar.rb', line 1572 def S1 elements[0] end |
#S2 ⇒ Object
1576 1577 1578 |
# File 'lib/parser/cddlgrammar.rb', line 1576 def S2 elements[2] end |