|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectix.iscript.Expression
ix.iscript.Assignment
public class Assignment
| 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 |
|---|
protected Name to
protected Expression value
| Constructor Detail |
|---|
public Assignment()
| Method Detail |
|---|
public Name getTo()
public void setTo(Name to)
public Expression getValue()
public void setValue(Expression value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||