Files

Class Index [+]

Quicksearch

Treetop::Compiler::Metagrammar::DeclarationSequence2

Public Instance Methods

declarations() click to toggle source
     # File lib/treetop/compiler/metagrammar.rb, line 666
666:         def declarations
667:           [head] + tail
668:         end
tail() click to toggle source
     # File lib/treetop/compiler/metagrammar.rb, line 670
670:         def tail
671:           super.elements.map { |elt| elt.declaration }
672:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.