Module: EDNGRAMMAR::Map1

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#keypObject



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

def keyp
  elements[2]
end

#SObject



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

def S
  elements[1]
end

#SOCObject



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

def SOC
  elements[4]
end

#specmsObject



2249
2250
2251
# File 'lib/parser/edngrammar.rb', line 2249

def specms
  elements[0]
end