Skip to content
Snippets Groups Projects
Commit deba2e14 authored by Grégory Mantelet's avatar Grégory Mantelet
Browse files

[ADQL] ADQLParser is no longer a Java Interface and ADQLParserFactory does not

exist anymore.

ADQLParser is now a mix between the former ADQLParserFactory and ADQLParser2xx.
All ADQLParser2xx resulting from the compilation of the JavaCC files are
now named ADQLGrammar2xx and implement the new interface ADQLGrammar. The JavaCC
parsers are no longer used directly. This is the role of ADQLParser to simplify
the parser usage and to allow an easy switch between different grammar versions.

Besides, for more clarity in the class organisation, all generated parser
classes have been moved into the package `adql.parser.grammar`.
parent c00d21d8
No related branches found
No related tags found
No related merge requests found
Showing
with 1288 additions and 69 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment