Uses of Class
org.eclipse.rdf4j.query.parser.sparql.ast.ASTQueryContainer
Packages that use ASTQueryContainer
Package
Description
The rdf4j SPARQL 1.1 parser.
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 ASTQueryContainerModifier and TypeMethodDescriptionAbstractASTVisitor.visit(ASTQueryContainer node, Object data) TupleExprBuilder.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 ASTQueryContainerModifier and TypeMethodDescriptionstatic ASTQueryContainerSyntaxTreeBuilder.parseQuery(String query) Parses the supplied SPARQL query and builds a syntax tree from it.final ASTQueryContainerSyntaxTreeBuilder.QueryContainer()Methods in org.eclipse.rdf4j.query.parser.sparql.ast with parameters of type ASTQueryContainerModifier and TypeMethodDescriptionSyntaxTreeBuilderDefaultVisitor.visit(ASTQueryContainer node, Object data) SyntaxTreeBuilderVisitor.visit(ASTQueryContainer node, Object data)