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



1993
1994
1995
# File 'lib/treetop/compiler/metagrammar.rb', line 1993

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

#inline_modulesObject



2002
2003
2004
# File 'lib/treetop/compiler/metagrammar.rb', line 2002

def inline_modules
  []
end

#parent_modulesObject



1999
2000
2001
# File 'lib/treetop/compiler/metagrammar.rb', line 1999

def parent_modules
  []
end

#prefixed_expressionObject



1996
1997
1998
# File 'lib/treetop/compiler/metagrammar.rb', line 1996

def prefixed_expression
  atomic
end