Module: Treetop::Compiler::Metagrammar::Primary6

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

Instance Method Summary collapse

Instance Method Details

#atomicObject



1366
1367
1368
# File 'lib/treetop/compiler/metagrammar.rb', line 1366

def atomic
  elements[0]
end

#node_class_declarationsObject



1370
1371
1372
# File 'lib/treetop/compiler/metagrammar.rb', line 1370

def node_class_declarations
  elements[1]
end