Module: EDNGRAMMAR::Map1

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#keypObject



3555
3556
3557
# File 'lib/parser/edngrammar.rb', line 3555

def keyp
  elements[2]
end

#SObject



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

def S
  elements[1]
end

#SOCObject



3559
3560
3561
# File 'lib/parser/edngrammar.rb', line 3559

def SOC
  elements[4]
end

#specmsObject



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

def specms
  elements[0]
end