-
- Downloads
[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`.
Showing
- test/adql/db/TestSubQueries.java 3 additions, 6 deletionstest/adql/db/TestSubQueries.java
- test/adql/parser/TestADQLParser.java 101 additions, 76 deletionstest/adql/parser/TestADQLParser.java
- test/adql/parser/TestADQLVersion.java 45 additions, 0 deletionstest/adql/parser/TestADQLVersion.java
- test/adql/parser/TestIdentifierItem.java 6 additions, 5 deletionstest/adql/parser/TestIdentifierItem.java
- test/adql/parser/TestQuickFixer.java 51 additions, 0 deletionstest/adql/parser/TestQuickFixer.java
- test/adql/parser/TestUnknownTypes.java 1 addition, 3 deletionstest/adql/parser/TestUnknownTypes.java
- test/adql/parser/feature/TestFeatureSet.java 1 addition, 1 deletiontest/adql/parser/feature/TestFeatureSet.java
- test/adql/query/TestADQLObjectPosition.java 4 additions, 6 deletionstest/adql/query/TestADQLObjectPosition.java
- test/adql/query/TestADQLQuery.java 1 addition, 1 deletiontest/adql/query/TestADQLQuery.java
- test/adql/search/TestSimpleReplaceHandler.java 3 additions, 5 deletionstest/adql/search/TestSimpleReplaceHandler.java
- test/adql/translator/TestJDBCTranslator.java 1 addition, 1 deletiontest/adql/translator/TestJDBCTranslator.java
- test/adql/translator/TestMySQLTranslator.java 2 additions, 3 deletionstest/adql/translator/TestMySQLTranslator.java
- test/adql/translator/TestPgSphereTranslator.java 1 addition, 1 deletiontest/adql/translator/TestPgSphereTranslator.java
- test/adql/translator/TestSQLServerTranslator.java 4 additions, 7 deletionstest/adql/translator/TestSQLServerTranslator.java
- test/tap/data/TestResultSetTableIterator.java 3 additions, 5 deletionstest/tap/data/TestResultSetTableIterator.java
- test/tap/db/TestJDBCConnection.java 15 additions, 11 deletionstest/tap/db/TestJDBCConnection.java
This diff is collapsed.
This diff is collapsed.
test/adql/parser/TestADQLVersion.java
0 → 100644
This diff is collapsed.
test/adql/parser/TestQuickFixer.java
0 → 100644
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Please sign in to comment