public class ElementVisitorBase extends Object implements ElementVisitor
| Constructor and Description |
|---|
ElementVisitorBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
visit(ElementAssign el) |
void |
visit(ElementBind el) |
void |
visit(ElementData el) |
void |
visit(ElementDataset el) |
void |
visit(ElementExists el) |
void |
visit(ElementFetch el) |
void |
visit(ElementFilter el) |
void |
visit(ElementGroup el) |
void |
visit(ElementMinus el) |
void |
visit(ElementNamedGraph el) |
void |
visit(ElementNotExists el) |
void |
visit(ElementOptional el) |
void |
visit(ElementPathBlock el) |
void |
visit(ElementService el) |
void |
visit(ElementSubQuery el) |
void |
visit(ElementTriplesBlock el) |
void |
visit(ElementUnion el) |
public void visit(ElementTriplesBlock el)
visit in interface ElementVisitorpublic void visit(ElementFilter el)
visit in interface ElementVisitorpublic void visit(ElementAssign el)
visit in interface ElementVisitorpublic void visit(ElementBind el)
visit in interface ElementVisitorpublic void visit(ElementData el)
visit in interface ElementVisitorpublic void visit(ElementUnion el)
visit in interface ElementVisitorpublic void visit(ElementDataset el)
visit in interface ElementVisitorpublic void visit(ElementOptional el)
visit in interface ElementVisitorpublic void visit(ElementGroup el)
visit in interface ElementVisitorpublic void visit(ElementNamedGraph el)
visit in interface ElementVisitorpublic void visit(ElementExists el)
visit in interface ElementVisitorpublic void visit(ElementNotExists el)
visit in interface ElementVisitorpublic void visit(ElementMinus el)
visit in interface ElementVisitorpublic void visit(ElementService el)
visit in interface ElementVisitorpublic void visit(ElementFetch el)
visit in interface ElementVisitorpublic void visit(ElementSubQuery el)
visit in interface ElementVisitorpublic void visit(ElementPathBlock el)
visit in interface ElementVisitorLicenced under the Apache License, Version 2.0