Module: EDNGRAMMAR::Map1

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#keypObject



2798
2799
2800
# File 'lib/parser/edngrammar.rb', line 2798

def keyp
  elements[2]
end

#SObject



2794
2795
2796
# File 'lib/parser/edngrammar.rb', line 2794

def S
  elements[1]
end

#SOCObject



2802
2803
2804
# File 'lib/parser/edngrammar.rb', line 2802

def SOC
  elements[4]
end

#specmsObject



2790
2791
2792
# File 'lib/parser/edngrammar.rb', line 2790

def specms
  elements[0]
end