Module: EDNGRAMMAR::Map1

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#keypObject



2882
2883
2884
# File 'lib/parser/edngrammar.rb', line 2882

def keyp
  elements[2]
end

#SObject



2878
2879
2880
# File 'lib/parser/edngrammar.rb', line 2878

def S
  elements[1]
end

#SOCObject



2886
2887
2888
# File 'lib/parser/edngrammar.rb', line 2886

def SOC
  elements[4]
end

#specmsObject



2874
2875
2876
# File 'lib/parser/edngrammar.rb', line 2874

def specms
  elements[0]
end