org.teiid.query.sql.lang
Class SetClause

java.lang.Object
  extended by org.teiid.query.sql.lang.SetClause
All Implemented Interfaces:
Cloneable, LanguageObject

public class SetClause
extends Object
implements LanguageObject


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.teiid.query.sql.LanguageObject
LanguageObject.Util
 
Constructor Summary
SetClause(ElementSymbol symbol, Expression value)
           
 
Method Summary
 void acceptVisitor(LanguageVisitor visitor)
          Method for accepting a visitor.
 Object clone()
          Implement clone to make objects cloneable.
 boolean equals(Object obj)
           
 ElementSymbol getSymbol()
           
 Expression getValue()
           
 int hashCode()
           
 void setSymbol(ElementSymbol symbol)
           
 void setValue(Expression value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SetClause

public SetClause(ElementSymbol symbol,
                 Expression value)
Method Detail

getSymbol

public ElementSymbol getSymbol()

setSymbol

public void setSymbol(ElementSymbol symbol)

getValue

public Expression getValue()

setValue

public void setValue(Expression value)

acceptVisitor

public void acceptVisitor(LanguageVisitor visitor)
Description copied from interface: LanguageObject
Method for accepting a visitor. It is the responsibility of the language object to call back on the visitor.

Specified by:
acceptVisitor in interface LanguageObject
Parameters:
visitor - Visitor being used

toString

public String toString()
Overrides:
toString in class Object

clone

public Object clone()
Description copied from interface: LanguageObject
Implement clone to make objects cloneable.

Specified by:
clone in interface LanguageObject
Overrides:
clone in class Object
Returns:
Deep clone of this object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2012. All Rights Reserved.