|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ix.iscript.Expression ix.iscript.While
public class While
Field Summary | |
---|---|
protected Expression |
repeat
|
protected Expression |
test
|
Fields inherited from class ix.iscript.Expression |
---|
outputter |
Constructor Summary | |
---|---|
While()
|
Method Summary | |
---|---|
Expression |
getRepeat()
|
Expression |
getTest()
|
void |
setRepeat(Expression repeat)
|
void |
setTest(Expression test)
|
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 Expression test
protected Expression repeat
Constructor Detail |
---|
public While()
Method Detail |
---|
public Expression getTest()
public void setTest(Expression test)
public Expression getRepeat()
public void setRepeat(Expression repeat)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |