Module: EDNGRAMMAR::Map0

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#kpObject



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

def kp
  elements[1]
end

#OCObject



2152
2153
2154
# File 'lib/parser/edngrammar.rb', line 2152

def OC
  elements[0]
end

#SObject



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

def S
  elements[2]
end