Package fr.mines_stetienne.ci.sparql_generate.lang
Contains the Parser classes for SPARQL-Generate queries, that actually
extend the SPARQL 1.1 query syntax. This parser is hence conformant to the
SPARQL 1.1 specification.
-
Interface Summary Interface Description CharStream This interface describes a character stream that maintains line and column number positions of the characters.SPARQLExtParserConstants Token literal values and constants. -
Class Summary Class Description AbstractCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).JavaCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).ParserSPARQLExt Class to parse a SPARQL-Generate query.SPARQLExtParser SPARQLExtParserBase Class that extends the ARQ SPARQL Parser class with the operations for SPARQL Generate.SPARQLExtParserTokenManager Token Manager.SPARQLExtSyntaxVarScope To be completed.Token Describes the input token stream. -
Exception Summary Exception Description ParseException This exception is thrown when parse errors are encountered.TokenMgrException Token Manager Error.