Module: EDNGRAMMAR::AppSequence0

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#app_prefixObject



2053
2054
2055
# File 'lib/parser/edngrammar.rb', line 2053

def app_prefix
  elements[0]
end

#seqObject



2057
2058
2059
# File 'lib/parser/edngrammar.rb', line 2057

def seq
  elements[2]
end