module Treetop::Compiler::Metagrammar::LabeledSequencePrimary1
Public Instance Methods
Source
# File lib/treetop/compiler/metagrammar.rb, line 1745 def compile(lexical_address, builder) sequence_primary.compile(lexical_address, builder) end
Source
# File lib/treetop/compiler/metagrammar.rb, line 1753 def inline_modules sequence_primary.inline_modules end
Source
# File lib/treetop/compiler/metagrammar.rb, line 1757 def label_name named_label.name end
Source
# File lib/treetop/compiler/metagrammar.rb, line 1749 def parent_modules [] end