Uses of Class
org.eclipse.rdf4j.query.parser.sparql.ast.ASTQueryContainer
-
Packages that use ASTQueryContainer Package Description org.eclipse.rdf4j.query.parser.sparql The rdf4j SPARQL 1.1 parser.org.eclipse.rdf4j.query.parser.sparql.ast SPARQL 1.1 Abstract Syntax Tree (AST) parser. -
-
Uses of ASTQueryContainer in org.eclipse.rdf4j.query.parser.sparql
Methods in org.eclipse.rdf4j.query.parser.sparql with parameters of type ASTQueryContainer Modifier and Type Method Description ObjectAbstractASTVisitor. visit(ASTQueryContainer node, Object data)TupleExprTupleExprBuilder. visit(ASTQueryContainer node, Object data) -
Uses of ASTQueryContainer in org.eclipse.rdf4j.query.parser.sparql.ast
Methods in org.eclipse.rdf4j.query.parser.sparql.ast that return ASTQueryContainer Modifier and Type Method Description static ASTQueryContainerSyntaxTreeBuilder. parseQuery(String query)Parses the supplied SPARQL query and builds a syntax tree from it.ASTQueryContainerSyntaxTreeBuilder. QueryContainer()Methods in org.eclipse.rdf4j.query.parser.sparql.ast with parameters of type ASTQueryContainer Modifier and Type Method Description ObjectSyntaxTreeBuilderDefaultVisitor. visit(ASTQueryContainer node, Object data)ObjectSyntaxTreeBuilderVisitor. visit(ASTQueryContainer node, Object data)
-