Module: CDDLGRAMMAR::Group0
- Defined in:
- lib/parser/cddlgrammar.rb
Instance Method Summary collapse
Instance Method Details
#grpchoice ⇒ Object
1730 1731 1732 |
# File 'lib/parser/cddlgrammar.rb', line 1730 def grpchoice elements[3] end |
#S1 ⇒ Object
1722 1723 1724 |
# File 'lib/parser/cddlgrammar.rb', line 1722 def S1 elements[0] end |
#S2 ⇒ Object
1726 1727 1728 |
# File 'lib/parser/cddlgrammar.rb', line 1726 def S2 elements[2] end |