Uses of Class
org.eclipse.rdf4j.query.parser.sparql.ast.ASTSelect
-
Packages that use ASTSelect 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 ASTSelect in org.eclipse.rdf4j.query.parser.sparql
Methods in org.eclipse.rdf4j.query.parser.sparql with parameters of type ASTSelect Modifier and Type Method Description ObjectAbstractASTVisitor. visit(ASTSelect node, Object data)TupleExprTupleExprBuilder. visit(ASTSelect node, Object data) -
Uses of ASTSelect in org.eclipse.rdf4j.query.parser.sparql.ast
Methods in org.eclipse.rdf4j.query.parser.sparql.ast that return ASTSelect Modifier and Type Method Description ASTSelectASTSelectQuery. getSelect()Methods in org.eclipse.rdf4j.query.parser.sparql.ast with parameters of type ASTSelect Modifier and Type Method Description ObjectSyntaxTreeBuilderDefaultVisitor. visit(ASTSelect node, Object data)ObjectSyntaxTreeBuilderVisitor. visit(ASTSelect node, Object data)
-