Base class for SPARQL parsers that provides parse and parsePath methods. Engines typically extend this class to create pre-configured parser instances.
The AST return type (e.g. SparqlQuery).
SparqlQuery
Protected
Readonly
Parse a query string starting from the QueryUnit or QueryUpdate rules.
Parse a query string starting from the Path grammar rule.
Base class for SPARQL parsers that provides parse and parsePath methods. Engines typically extend this class to create pre-configured parser instances.