Class Index [+]

Quicksearch

Treetop::Compiler::Metagrammar::DeclarationSequence2

Public Instance Methods

declarations() click to toggle source
     # File lib/treetop/compiler/metagrammar.rb, line 575
575:         def declarations
576:           [head] + tail
577:         end
tail() click to toggle source
     # File lib/treetop/compiler/metagrammar.rb, line 579
579:         def tail
580:           super.elements.map { |elt| elt.declaration }
581:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.