Module: EDNGRAMMAR::Map1

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#keypObject



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

def keyp
  elements[2]
end

#SObject



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

def S
  elements[1]
end

#SOCObject



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

def SOC
  elements[4]
end

#specmsObject



2321
2322
2323
# File 'lib/parser/edngrammar.rb', line 2321

def specms
  elements[0]
end