Package org.teiid.language.visitor

Interface Summary
LanguageObjectVisitor  
 

Class Summary
AbstractLanguageVisitor Visitor that visits an instance of ILanguageObject and performs an operation on that instance.
CollectorVisitor<T> This visitor can be used to collect all objects of a certain type in a language tree.
DelegatingHierarchyVisitor Delegates pre- and post-processing for each node in the hierarchy to delegate visitors.
HierarchyVisitor Visits each node in a hierarchy of ILanguageObjects.
SQLStringVisitor Creates a SQL string for a LanguageObject subtree.
 



Copyright © 2010. All Rights Reserved.