Package org.teiid.language
Class BaseLanguageObject
- java.lang.Object
-
- org.teiid.language.BaseLanguageObject
-
- All Implemented Interfaces:
LanguageObject
- Direct Known Subclasses:
Argument
,BatchedUpdates
,Call
,ColumnReference
,Condition
,Delete
,DerivedColumn
,DerivedTable
,ExpressionValueSource
,Function
,GroupBy
,Insert
,Join
,Limit
,Literal
,NamedProcedureCall
,NamedTable
,OrderBy
,Parameter
,QueryExpression
,ScalarSubquery
,SearchedCase
,SearchedWhenClause
,SetClause
,SortSpecification
,Update
,WindowFrame
,WindowFunction
,WindowSpecification
,With
,WithItem
public abstract class BaseLanguageObject extends Object implements LanguageObject
-
-
Constructor Summary
Constructors Constructor Description BaseLanguageObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.teiid.language.LanguageObject
acceptVisitor
-
-