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

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

Instance Method Summary collapse

Instance Method Details

#atomicObject



1330
1331
1332
# File 'lib/treetop/compiler/metagrammar.rb', line 1330

def atomic
  elements[0]
end

#node_class_declarationsObject



1338
1339
1340
# File 'lib/treetop/compiler/metagrammar.rb', line 1338

def node_class_declarations
  elements[2]
end

#suffixObject



1334
1335
1336
# File 'lib/treetop/compiler/metagrammar.rb', line 1334

def suffix
  elements[1]
end