Module: EDNGRAMMAR::Map0

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#kpObject



2094
2095
2096
# File 'lib/parser/edngrammar.rb', line 2094

def kp
  elements[1]
end

#OCObject



2090
2091
2092
# File 'lib/parser/edngrammar.rb', line 2090

def OC
  elements[0]
end

#SObject



2098
2099
2100
# File 'lib/parser/edngrammar.rb', line 2098

def S
  elements[2]
end