Skip to content
  • Grégory Mantelet's avatar
    [ADQL] ADQLParser is no longer a Java Interface and ADQLParserFactory does not · deba2e14
    Grégory Mantelet authored
    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`.
    deba2e14