Files

Class Index [+]

Quicksearch

Treetop::Compiler::Metagrammar::Choice2

Public Instance Methods

alternatives() click to toggle source
      # File lib/treetop/compiler/metagrammar.rb, line 1046
1046:         def alternatives
1047:           [head] + tail
1048:         end
inline_modules() click to toggle source
      # File lib/treetop/compiler/metagrammar.rb, line 1054
1054:         def inline_modules
1055:           (alternatives.map {|alt| alt.inline_modules }).flatten
1056:         end
tail() click to toggle source
      # File lib/treetop/compiler/metagrammar.rb, line 1050
1050:         def tail
1051:           super.elements.map {|elt| elt.alternative}
1052:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.