Module: EDNGRAMMAR::Map0

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#kpObject



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

def kp
  elements[1]
end

#OCObject



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

def OC
  elements[0]
end

#SObject



2165
2166
2167
# File 'lib/parser/edngrammar.rb', line 2165

def S
  elements[2]
end