Module: EDNGRAMMAR::Map1

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#keypObject



2832
2833
2834
# File 'lib/parser/edngrammar.rb', line 2832

def keyp
  elements[2]
end

#SObject



2828
2829
2830
# File 'lib/parser/edngrammar.rb', line 2828

def S
  elements[1]
end

#SOCObject



2836
2837
2838
# File 'lib/parser/edngrammar.rb', line 2836

def SOC
  elements[4]
end

#specmsObject



2824
2825
2826
# File 'lib/parser/edngrammar.rb', line 2824

def specms
  elements[0]
end