Module: EDNGRAMMAR::Map1

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#keypObject



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

def keyp
  elements[2]
end

#SObject



2247
2248
2249
# File 'lib/parser/edngrammar.rb', line 2247

def S
  elements[1]
end

#SOCObject



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

def SOC
  elements[4]
end

#specmsObject



2243
2244
2245
# File 'lib/parser/edngrammar.rb', line 2243

def specms
  elements[0]
end