Package | Description |
---|---|
org.openrdf.query.parser.serql |
The SeRQL query engine.
|
org.openrdf.query.parser.serql.ast |
Modifier and Type | Method and Description |
---|---|
Object |
ASTVisitorBase.visit(ASTWhere node,
Object data) |
Modifier and Type | Method and Description |
---|---|
ASTWhere |
ASTQueryBody.getWhereClause() |
ASTWhere |
ASTOptPathExprTail.getWhereClause()
Gets the where-clause that constrains the results of the optional path
expression tail, if any.
|
ASTWhere |
ASTOptPathExpr.getWhereClause()
Returns the where clause on the optional path expression, if present.
|
Modifier and Type | Method and Description |
---|---|
Object |
SyntaxTreeBuilderVisitor.visit(ASTWhere node,
Object data) |
Copyright © 2001-2016 Aduna. All Rights Reserved.