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

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

Instance Method Summary collapse

Instance Method Details

#atomicObject



1239
1240
1241
# File 'lib/treetop/compiler/metagrammar.rb', line 1239

def atomic
  elements[0]
end

#node_class_declarationsObject



1247
1248
1249
# File 'lib/treetop/compiler/metagrammar.rb', line 1247

def node_class_declarations
  elements[2]
end

#suffixObject



1243
1244
1245
# File 'lib/treetop/compiler/metagrammar.rb', line 1243

def suffix
  elements[1]
end