ix.iscript
Class Assignment

java.lang.Object
  extended by ix.iscript.Expression
      extended by ix.iscript.Assignment
All Implemented Interfaces:
java.io.Serializable

public class Assignment
extends Expression

See Also:
Serialized Form

Field Summary
protected  Name to
           
protected  Expression value
           
 
Fields inherited from class ix.iscript.Expression
outputter
 
Constructor Summary
Assignment()
           
 
Method Summary
 Name getTo()
           
 Expression getValue()
           
 void setTo(Name to)
           
 void setValue(Expression value)
           
 
Methods inherited from class ix.iscript.Expression
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

to

protected Name to

value

protected Expression value
Constructor Detail

Assignment

public Assignment()
Method Detail

getTo

public Name getTo()

setTo

public void setTo(Name to)

getValue

public Expression getValue()

setValue

public void setValue(Expression value)