Module: EDNGRAMMAR::AppSequence0

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#app_prefixObject



2060
2061
2062
# File 'lib/parser/edngrammar.rb', line 2060

def app_prefix
  elements[0]
end

#seqObject



2064
2065
2066
# File 'lib/parser/edngrammar.rb', line 2064

def seq
  elements[2]
end