Module: EDNGRAMMAR::AppSequence0

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#app_prefixObject



1946
1947
1948
# File 'lib/parser/edngrammar.rb', line 1946

def app_prefix
  elements[0]
end

#seqObject



1950
1951
1952
# File 'lib/parser/edngrammar.rb', line 1950

def seq
  elements[2]
end