Module: EDNGRAMMAR::Map1

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#keypObject



2766
2767
2768
# File 'lib/parser/edngrammar.rb', line 2766

def keyp
  elements[2]
end

#SObject



2762
2763
2764
# File 'lib/parser/edngrammar.rb', line 2762

def S
  elements[1]
end

#SOCObject



2770
2771
2772
# File 'lib/parser/edngrammar.rb', line 2770

def SOC
  elements[4]
end

#specmsObject



2758
2759
2760
# File 'lib/parser/edngrammar.rb', line 2758

def specms
  elements[0]
end