Module: Treetop::Compiler::Metagrammar::SequencePrimary3

Defined in:
lib/treetop/compiler/metagrammar.rb

Instance Method Summary collapse

Instance Method Details

#compile(address, builder, parent_expression = nil) ⇒ Object



2020
2021
2022
# File 'lib/treetop/compiler/metagrammar.rb', line 2020

def compile(address, builder, parent_expression=nil)
  prefix.compile(address, builder, self)
end

#inline_modulesObject



2029
2030
2031
# File 'lib/treetop/compiler/metagrammar.rb', line 2029

def inline_modules
  []
end

#parent_modulesObject



2026
2027
2028
# File 'lib/treetop/compiler/metagrammar.rb', line 2026

def parent_modules
  []
end

#prefixed_expressionObject



2023
2024
2025
# File 'lib/treetop/compiler/metagrammar.rb', line 2023

def prefixed_expression
  atomic
end