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

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

Instance Method Summary collapse

Instance Method Details

#atomicObject



1509
1510
1511
# File 'lib/treetop/compiler/metagrammar.rb', line 1509

def atomic
  elements[0]
end

#node_class_declarationsObject



1513
1514
1515
# File 'lib/treetop/compiler/metagrammar.rb', line 1513

def node_class_declarations
  elements[1]
end