public interface ExpressionVisitor
| 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) |
void visit(Aggregation aggregation)
void visit(FunctionCall functionCall)
void visit(org.apache.jena.rdf.model.RDFNode node)
void visit(Variable variable)
Copyright © 2017 TopQuadrant, Inc.. All rights reserved.