Package | Description |
---|---|
com.bigdata.rdf.sail.sparql |
This package was imported from the
org.openrdf.query.parser.sparql
package of the openrdf distribution. |
com.bigdata.rdf.sail.sparql.ast |
Modifier and Type | Method and Description |
---|---|
protected FunctionNode |
ValueExprBuilder.binary(SimpleNode node,
org.openrdf.model.URI functionURI)
Handle a simple binary function (both children of the node are arguments
to the function).
|
protected ValueExpressionNode |
ValueExprBuilder.left(SimpleNode node) |
protected FunctionNode |
ValueExprBuilder.nary(SimpleNode node,
org.openrdf.model.URI functionURI)
Handle a simple nary function (all children of the node are arguments to
the function).
|
protected FunctionNode |
ValueExprBuilder.noneary(SimpleNode node,
org.openrdf.model.URI functionURI)
Handle a simple function without any arguments.
|
protected FunctionNode |
ValueExprBuilder.quadary(SimpleNode node,
org.openrdf.model.URI functionURI)
Handle a function with four arguments (there are four children of the
node which are the arguments to the function).
|
protected ValueExpressionNode |
ValueExprBuilder.right(SimpleNode node) |
protected FunctionNode |
ValueExprBuilder.ternary(SimpleNode node,
org.openrdf.model.URI functionURI)
Handle a simple ternary function (there are three children of the node
which are the arguments to the function).
|
protected FunctionNode |
ValueExprBuilder.unary(SimpleNode node,
org.openrdf.model.URI functionURI)
Handle a simple unary function (the child of the node is the argument to
the function).
|
Object |
ASTVisitorBase.visit(SimpleNode node,
Object data) |
Modifier and Type | Method and Description |
---|---|
Object |
SyntaxTreeBuilderVisitor.visit(SimpleNode node,
Object data) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.