|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsleep.engine.Step
sleep.engine.atoms.Decide
public class Decide
Field Summary | |
---|---|
Block |
iffalse
|
Block |
iftrue
|
Check |
start
|
Fields inherited from class sleep.engine.Step |
---|
line, next |
Constructor Summary | |
---|---|
Decide(Check s)
|
Method Summary | |
---|---|
Scalar |
evaluate(ScriptEnvironment e)
evaluate this atomic step. |
int |
getHighLineNumber()
returns the last line number that this step is associated with (assuming it is associated with multiple lines |
void |
setChoices(Block t,
Block f)
|
java.lang.String |
toString(java.lang.String prefix)
returns a string representation of this atomic step |
Methods inherited from class sleep.engine.Step |
---|
getLineNumber, getLowLineNumber, setInfo, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public Block iftrue
public Block iffalse
public Check start
Constructor Detail |
---|
public Decide(Check s)
Method Detail |
---|
public java.lang.String toString(java.lang.String prefix)
Step
toString
in class Step
public int getHighLineNumber()
Step
getHighLineNumber
in class Step
public void setChoices(Block t, Block f)
public Scalar evaluate(ScriptEnvironment e)
Step
evaluate
in class Step
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |