Uses of Class
org.eclipse.rdf4j.query.parser.sparql.ast.TokenMgrError
Packages that use TokenMgrError
Package
Description
SPARQL 1.1 Abstract Syntax Tree (AST) parser.
-
Uses of TokenMgrError in org.eclipse.rdf4j.query.parser.sparql.ast
Methods in org.eclipse.rdf4j.query.parser.sparql.ast that throw TokenMgrErrorModifier and TypeMethodDescriptionstatic ASTQueryContainer
SyntaxTreeBuilder.parseQuery
(String query) Parses the supplied SPARQL query and builds a syntax tree from it.static ASTUpdateSequence
SyntaxTreeBuilder.parseUpdateSequence
(String sequence) Parses the supplied SPARQL update sequence and builds a syntax tree from it.