com.hp.hpl.jena.sparql.lang
Class SyntaxVarScope.ScopeWalker

java.lang.Object
  extended by com.hp.hpl.jena.sparql.syntax.ElementWalker.Walker
      extended by com.hp.hpl.jena.sparql.lang.SyntaxVarScope.ScopeWalker
All Implemented Interfaces:
ElementVisitor
Enclosing class:
SyntaxVarScope

public static class SyntaxVarScope.ScopeWalker
extends ElementWalker.Walker


Method Summary
 void visit(ElementMinus el)
           
 void visit(ElementUnion el)
           
 
Methods inherited from class com.hp.hpl.jena.sparql.syntax.ElementWalker.Walker
visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

visit

public void visit(ElementMinus el)
Specified by:
visit in interface ElementVisitor
Overrides:
visit in class ElementWalker.Walker

visit

public void visit(ElementUnion el)
Specified by:
visit in interface ElementVisitor
Overrides:
visit in class ElementWalker.Walker


Licenced under the Apache License, Version 2.0