Module: EDNGRAMMAR::Map1

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#keypObject



3234
3235
3236
# File 'lib/parser/edngrammar.rb', line 3234

def keyp
  elements[2]
end

#SObject



3230
3231
3232
# File 'lib/parser/edngrammar.rb', line 3230

def S
  elements[1]
end

#SOCObject



3238
3239
3240
# File 'lib/parser/edngrammar.rb', line 3238

def SOC
  elements[4]
end

#specmsObject



3226
3227
3228
# File 'lib/parser/edngrammar.rb', line 3226

def specms
  elements[0]
end