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

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

Instance Method Summary collapse

Instance Method Details

#atomicObject



1069
1070
1071
# File 'lib/treetop/compiler/metagrammar.rb', line 1069

def atomic
  elements[0]
end

#node_class_declarationsObject



1073
1074
1075
# File 'lib/treetop/compiler/metagrammar.rb', line 1073

def node_class_declarations
  elements[1]
end