Module: EDNGRAMMAR::Map1

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#keypObject



2334
2335
2336
# File 'lib/parser/edngrammar.rb', line 2334

def keyp
  elements[2]
end

#SObject



2330
2331
2332
# File 'lib/parser/edngrammar.rb', line 2330

def S
  elements[1]
end

#SOCObject



2338
2339
2340
# File 'lib/parser/edngrammar.rb', line 2338

def SOC
  elements[4]
end

#specmsObject



2326
2327
2328
# File 'lib/parser/edngrammar.rb', line 2326

def specms
  elements[0]
end