Module: EDNGRAMMAR::Map1

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#keypObject



2260
2261
2262
# File 'lib/parser/edngrammar.rb', line 2260

def keyp
  elements[2]
end

#SObject



2256
2257
2258
# File 'lib/parser/edngrammar.rb', line 2256

def S
  elements[1]
end

#SOCObject



2264
2265
2266
# File 'lib/parser/edngrammar.rb', line 2264

def SOC
  elements[4]
end

#specmsObject



2252
2253
2254
# File 'lib/parser/edngrammar.rb', line 2252

def specms
  elements[0]
end