Uses of Class
org.eclipse.rdf4j.query.parser.sparql.ast.ASTPropertyListPath
-
Packages that use ASTPropertyListPath 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 ASTPropertyListPath in org.eclipse.rdf4j.query.parser.sparql
Methods in org.eclipse.rdf4j.query.parser.sparql with parameters of type ASTPropertyListPath Modifier and Type Method Description java.lang.Object
AbstractASTVisitor. visit(ASTPropertyListPath node, java.lang.Object data)
java.lang.Object
TupleExprBuilder. visit(ASTPropertyListPath propListNode, java.lang.Object data)
-
Uses of ASTPropertyListPath in org.eclipse.rdf4j.query.parser.sparql.ast
Methods in org.eclipse.rdf4j.query.parser.sparql.ast that return ASTPropertyListPath Modifier and Type Method Description ASTPropertyListPath
ASTPropertyListPath. getNextPropertyList()
Methods in org.eclipse.rdf4j.query.parser.sparql.ast with parameters of type ASTPropertyListPath Modifier and Type Method Description java.lang.Object
SyntaxTreeBuilderDefaultVisitor. visit(ASTPropertyListPath node, java.lang.Object data)
java.lang.Object
SyntaxTreeBuilderVisitor. visit(ASTPropertyListPath node, java.lang.Object data)
-