Class Index [+]

Quicksearch

Treetop::Compiler::Metagrammar::Choice2

Public Instance Methods

alternatives() click to toggle source
     # File lib/treetop/compiler/metagrammar.rb, line 955
955:         def alternatives
956:           [head] + tail
957:         end
inline_modules() click to toggle source
     # File lib/treetop/compiler/metagrammar.rb, line 963
963:         def inline_modules
964:           (alternatives.map {|alt| alt.inline_modules }).flatten
965:         end
tail() click to toggle source
     # File lib/treetop/compiler/metagrammar.rb, line 959
959:         def tail
960:           super.elements.map {|elt| elt.alternative}
961:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.