ix.iscript
Class Binding

java.lang.Object
  extended by ix.iscript.Binding

public class Binding
extends java.lang.Object


Field Summary
protected  Name name
           
protected  Expression value
           
 
Constructor Summary
Binding()
           
 
Method Summary
 Name getName()
           
 Expression getValue()
           
 void setName(Name name)
           
 void setValue(Expression value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected Name name

value

protected Expression value
Constructor Detail

Binding

public Binding()
Method Detail

getName

public Name getName()

setName

public void setName(Name name)

getValue

public Expression getValue()

setValue

public void setValue(Expression value)