public class AbstractExpressionVisitor extends Object implements ExpressionVisitor
| Constructor and Description |
|---|
AbstractExpressionVisitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
visit(Aggregation aggregation) |
void |
visit(FunctionCall functionCall) |
void |
visit(org.apache.jena.rdf.model.RDFNode node) |
void |
visit(Variable variable) |
public void visit(Aggregation aggregation)
visit in interface ExpressionVisitorpublic void visit(FunctionCall functionCall)
visit in interface ExpressionVisitorpublic void visit(org.apache.jena.rdf.model.RDFNode node)
visit in interface ExpressionVisitorpublic void visit(Variable variable)
visit in interface ExpressionVisitorCopyright © 2017 TopQuadrant, Inc.. All rights reserved.