Module: EDNGRAMMAR::Map1

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#keypObject



3548
3549
3550
# File 'lib/parser/edngrammar.rb', line 3548

def keyp
  elements[2]
end

#SObject



3544
3545
3546
# File 'lib/parser/edngrammar.rb', line 3544

def S
  elements[1]
end

#SOCObject



3552
3553
3554
# File 'lib/parser/edngrammar.rb', line 3552

def SOC
  elements[4]
end

#specmsObject



3540
3541
3542
# File 'lib/parser/edngrammar.rb', line 3540

def specms
  elements[0]
end