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