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

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

Instance Method Summary collapse

Instance Method Details

#atomicObject



1676
1677
1678
# File 'lib/treetop/compiler/metagrammar.rb', line 1676

def atomic
  elements[0]
end

#node_class_declarationsObject



1684
1685
1686
# File 'lib/treetop/compiler/metagrammar.rb', line 1684

def node_class_declarations
  elements[2]
end

#suffixObject



1680
1681
1682
# File 'lib/treetop/compiler/metagrammar.rb', line 1680

def suffix
  elements[1]
end