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