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 ASTQueryContainer
SyntaxTreeBuilder.parseQuery
(String query) Parses the supplied SPARQL query and builds a syntax tree from it.final ASTQueryContainer
SyntaxTreeBuilder.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)