Module: Treetop::Compiler::Metagrammar::Primary7

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

Instance Method Summary collapse

Instance Method Details

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



1243
1244
1245
# File 'lib/treetop/compiler/metagrammar.rb', line 1243

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

#inline_module_nameObject



1255
1256
1257
# File 'lib/treetop/compiler/metagrammar.rb', line 1255

def inline_module_name
  node_class_declarations.inline_module_name
end

#inline_modulesObject



1251
1252
1253
# File 'lib/treetop/compiler/metagrammar.rb', line 1251

def inline_modules
  atomic.inline_modules + node_class_declarations.inline_modules
end

#node_class_nameObject



1247
1248
1249
# File 'lib/treetop/compiler/metagrammar.rb', line 1247

def node_class_name
  node_class_declarations.node_class_name
end