public interface ElementVisitor
| Modifier and Type | Method and Description |
|---|---|
void |
visit(Bind bind) |
void |
visit(ElementList elementList) |
void |
visit(Exists exists) |
void |
visit(Filter filter) |
void |
visit(Minus minus) |
void |
visit(NamedGraph namedGraph) |
void |
visit(NotExists notExists) |
void |
visit(Optional optional) |
void |
visit(Service service) |
void |
visit(SubQuery subQuery) |
void |
visit(TriplePath triplePath) |
void |
visit(TriplePattern triplePattern) |
void |
visit(Union union) |
void |
visit(Values values) |
void visit(Bind bind)
void visit(ElementList elementList)
void visit(Exists exists)
void visit(Filter filter)
void visit(Minus minus)
void visit(NamedGraph namedGraph)
void visit(NotExists notExists)
void visit(Optional optional)
void visit(Service service)
void visit(SubQuery subQuery)
void visit(TriplePath triplePath)
void visit(TriplePattern triplePattern)
void visit(Union union)
void visit(Values values)
Copyright © 2017 TopQuadrant, Inc.. All rights reserved.