Module: EDNGRAMMAR::Map1

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#keypObject



2175
2176
2177
# File 'lib/parser/edngrammar.rb', line 2175

def keyp
  elements[2]
end

#SObject



2171
2172
2173
# File 'lib/parser/edngrammar.rb', line 2171

def S
  elements[1]
end

#SOCObject



2179
2180
2181
# File 'lib/parser/edngrammar.rb', line 2179

def SOC
  elements[4]
end

#specmsObject



2167
2168
2169
# File 'lib/parser/edngrammar.rb', line 2167

def specms
  elements[0]
end