public abstract class AbstractElementVisitor extends Object implements ElementVisitor
| Constructor and Description |
|---|
AbstractElementVisitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
visit(Bind let) |
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) |
public void visit(Bind let)
visit in interface ElementVisitorpublic void visit(ElementList elementList)
visit in interface ElementVisitorpublic void visit(Exists exists)
visit in interface ElementVisitorpublic void visit(Filter filter)
visit in interface ElementVisitorpublic void visit(Minus minus)
visit in interface ElementVisitorpublic void visit(NamedGraph namedGraph)
visit in interface ElementVisitorpublic void visit(NotExists notExists)
visit in interface ElementVisitorpublic void visit(Optional optional)
visit in interface ElementVisitorpublic void visit(Service service)
visit in interface ElementVisitorpublic void visit(SubQuery subQuery)
visit in interface ElementVisitorpublic void visit(TriplePath triplePath)
visit in interface ElementVisitorpublic void visit(TriplePattern triplePattern)
visit in interface ElementVisitorpublic void visit(Union union)
visit in interface ElementVisitorpublic void visit(Values values)
visit in interface ElementVisitorCopyright © 2017 TopQuadrant, Inc.. All rights reserved.