Uses of Class
org.teiid.language.WithItem
-
Packages that use WithItem Package Description org.teiid.language org.teiid.language.visitor -
-
Uses of WithItem in org.teiid.language
Methods in org.teiid.language that return types with arguments of type WithItem Modifier and Type Method Description List<WithItem>With. getItems()Method parameters in org.teiid.language with type arguments of type WithItem Modifier and Type Method Description voidWith. setItems(List<WithItem> items) -
Uses of WithItem in org.teiid.language.visitor
Methods in org.teiid.language.visitor with parameters of type WithItem Modifier and Type Method Description voidAbstractLanguageVisitor. visit(WithItem obj)voidHierarchyVisitor. visit(WithItem obj)voidLanguageObjectVisitor. visit(WithItem obj)voidSQLStringVisitor. visit(WithItem obj)
-