Module: EDNGRAMMAR::Map1

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#keypObject



3187
3188
3189
# File 'lib/parser/edngrammar.rb', line 3187

def keyp
  elements[2]
end

#SObject



3183
3184
3185
# File 'lib/parser/edngrammar.rb', line 3183

def S
  elements[1]
end

#SOCObject



3191
3192
3193
# File 'lib/parser/edngrammar.rb', line 3191

def SOC
  elements[4]
end

#specmsObject



3179
3180
3181
# File 'lib/parser/edngrammar.rb', line 3179

def specms
  elements[0]
end