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

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

Instance Method Summary collapse

Instance Method Details

#atomicObject



1504
1505
1506
# File 'lib/treetop/compiler/metagrammar.rb', line 1504

def atomic
  elements[0]
end

#node_class_declarationsObject



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

def node_class_declarations
  elements[2]
end

#suffixObject



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

def suffix
  elements[1]
end