|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.starhope.appius.game.npc.plebeian.PlebeianScriptRunner.If_Runner
private final class PlebeianScriptRunner.If_Runner
WRITEME: Document this type.
| Field Summary | |
|---|---|
private PlebeianScript |
ifFalseRun
WRITEME: Document this brpocock@star-hope.org |
private PlebeianScript |
ifTrueRun
WRITEME: Document this brpocock@star-hope.org |
private PlebeianScriptConditional |
test
WRITEME: Document this brpocock@star-hope.org |
| Constructor Summary | |
|---|---|
PlebeianScriptRunner.If_Runner(PlebeianScriptConditional conditional,
PlebeianScript ifTrue,
PlebeianScript ifFalse)
WRITEME: Document this constructor brpocock@star-hope.org |
|
| Method Summary | |
|---|---|
void |
run()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private final PlebeianScript ifFalseRun
private final PlebeianScript ifTrueRun
private final PlebeianScriptConditional test
| Constructor Detail |
|---|
PlebeianScriptRunner.If_Runner(PlebeianScriptConditional conditional,
PlebeianScript ifTrue,
PlebeianScript ifFalse)
ifFalse - condition to run if the test is falseconditional - the testifTrue - condition to run if the test is true| Method Detail |
|---|
public void run()
run in interface Runnablepublic String toString()
toString in class ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||