Module: EDNGRAMMAR::AppSequence0

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#app_prefixObject



2024
2025
2026
# File 'lib/parser/edngrammar.rb', line 2024

def app_prefix
  elements[0]
end

#seqObject



2028
2029
2030
# File 'lib/parser/edngrammar.rb', line 2028

def seq
  elements[2]
end