Module: Treetop::Compiler::Metagrammar::Primary4

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

Instance Method Summary collapse

Instance Method Details

#atomicObject



1429
1430
1431
# File 'lib/treetop/compiler/metagrammar.rb', line 1429

def atomic
  elements[0]
end

#node_class_declarationsObject



1437
1438
1439
# File 'lib/treetop/compiler/metagrammar.rb', line 1437

def node_class_declarations
  elements[2]
end

#suffixObject



1433
1434
1435
# File 'lib/treetop/compiler/metagrammar.rb', line 1433

def suffix
  elements[1]
end