Module: EDNGRAMMAR::Map0

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#kpObject



2158
2159
2160
# File 'lib/parser/edngrammar.rb', line 2158

def kp
  elements[1]
end

#OCObject



2154
2155
2156
# File 'lib/parser/edngrammar.rb', line 2154

def OC
  elements[0]
end

#SObject



2162
2163
2164
# File 'lib/parser/edngrammar.rb', line 2162

def S
  elements[2]
end