Package adql.parser
package adql.parser
-
ClassDescriptionParses an ADQL query thanks to the
ADQLParser.Query()
function.Token literal values and constants.Token Manager.This class lets theADQLParser
to build an object representation of an ADQL query.Type of table JOIN.Important: This class is designed to be filled ONLY byADQLParser
!Represent any ADQL identifier (column name, table name or table/column alias).This exception is thrown when parse errors are encountered.Used at the end of the parsing of each ADQL query by theADQLParser
, to check the generatedADQLQuery
object.An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).Special extension ofADQLQueryFactory
for MS SQL Server.Describes the input token stream.Token Manager Error.