Module: EDNGRAMMAR::Map1

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#keypObject



2870
2871
2872
# File 'lib/parser/edngrammar.rb', line 2870

def keyp
  elements[2]
end

#SObject



2866
2867
2868
# File 'lib/parser/edngrammar.rb', line 2866

def S
  elements[1]
end

#SOCObject



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

def SOC
  elements[4]
end

#specmsObject



2862
2863
2864
# File 'lib/parser/edngrammar.rb', line 2862

def specms
  elements[0]
end