Skip to content
Snippets Groups Projects
Select Git revision
1 result Searching

UnresolvedFunctionException.java

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