Module: EDNGRAMMAR::AppSequence0

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#app_prefixObject



1741
1742
1743
# File 'lib/parser/edngrammar.rb', line 1741

def app_prefix
  elements[0]
end

#seqObject



1745
1746
1747
# File 'lib/parser/edngrammar.rb', line 1745

def seq
  elements[2]
end