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 java.lang.Object
AbstractASTVisitor. visit(ASTPathElt node, java.lang.Object data)
TupleExpr
TupleExprBuilder. visit(ASTPathElt pathElement, java.lang.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 java.util.List<ASTPathElt>
ASTPathSequence. getPathElements()
Methods in org.eclipse.rdf4j.query.parser.sparql.ast with parameters of type ASTPathElt Modifier and Type Method Description java.lang.Object
SyntaxTreeBuilderDefaultVisitor. visit(ASTPathElt node, java.lang.Object data)
java.lang.Object
SyntaxTreeBuilderVisitor. visit(ASTPathElt node, java.lang.Object data)
-