Module: EDNGRAMMAR::Map1

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#keypObject



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

def keyp
  elements[2]
end

#SObject



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

def S
  elements[1]
end

#SOCObject



3243
3244
3245
# File 'lib/parser/edngrammar.rb', line 3243

def SOC
  elements[4]
end

#specmsObject



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

def specms
  elements[0]
end