Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.apache.derby.iapi.sql.compile.Visitable

Uses of Visitable in org.apache.derby.iapi.sql.compile
 

Methods in org.apache.derby.iapi.sql.compile that return Visitable
 Visitable Visitor.visit(Visitable node)
          This is the default visit operation on a QueryTreeNode.
 Visitable Visitable.accept(Visitor v)
          Accept a visitor, and call v.visit() on child nodes as necessary.
 

Methods in org.apache.derby.iapi.sql.compile with parameters of type Visitable
 Visitable Visitor.visit(Visitable node)
          This is the default visit operation on a QueryTreeNode.
 boolean Visitor.skipChildren(Visitable node)
          Method that is called to indicate whether we should skip all nodes below this node for traversal.