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