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.Visitor

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

Methods in org.apache.derby.iapi.sql.compile with parameters of type Visitor
 Visitable Visitable.accept(Visitor v)
          Accept a visitor, and call v.visit() on child nodes as necessary.