Uses of Class
org.eclipse.rdf4j.query.parser.sparql.ast.TokenMgrError
-
Packages that use TokenMgrError Package Description org.eclipse.rdf4j.query.parser.sparql.ast 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 TokenMgrError Modifier and Type Method Description static ASTQueryContainer
SyntaxTreeBuilder. parseQuery(java.lang.String query)
Parses the supplied SPARQL query and builds a syntax tree from it.static ASTUpdateSequence
SyntaxTreeBuilder. parseUpdateSequence(java.lang.String sequence)
Parses the supplied SPARQL update sequence and builds a syntax tree from it.
-