Class Index [+]

Quicksearch

Treetop::Compiler::Metagrammar::Sequence2

Public Instance Methods

inline_module_name() click to toggle source
      # File lib/treetop/compiler/metagrammar.rb, line 1090
1090:         def inline_module_name
1091:           node_class_declarations.inline_module_name
1092:         end
inline_modules() click to toggle source
      # File lib/treetop/compiler/metagrammar.rb, line 1084
1084:         def inline_modules
1085:           (sequence_elements.map {|elt| elt.inline_modules}).flatten +
1086:           [sequence_element_accessor_module] +
1087:           node_class_declarations.inline_modules
1088:         end
sequence_elements() click to toggle source
      # File lib/treetop/compiler/metagrammar.rb, line 1076
1076:         def sequence_elements
1077:           [head] + tail
1078:         end
tail() click to toggle source
      # File lib/treetop/compiler/metagrammar.rb, line 1080
1080:         def tail
1081:           super.elements.map {|elt| elt.labeled_sequence_primary }
1082:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.