Class ElementVisitorBase

java.lang.Object
org.apache.jena.sparql.syntax.ElementVisitorBase
All Implemented Interfaces:
ElementVisitor
Direct Known Subclasses:
PatternVarsVisitor, SyntaxVarScope.VarScopeChecker

public class ElementVisitorBase extends Object implements ElementVisitor
A ElementVisitor that does nothing. It saves writing lots of empty visits when only interested in a few element types.