org.starhope.appius.game.npc.plebeian
Class PlebeianScriptRunner.If_Runner

java.lang.Object
  extended by org.starhope.appius.game.npc.plebeian.PlebeianScriptRunner.If_Runner
All Implemented Interfaces:
Runnable
Enclosing class:
PlebeianScriptRunner

private final class PlebeianScriptRunner.If_Runner
extends Object
implements Runnable

WRITEME: Document this type.

Author:
brpocock@star-hope.org

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

ifFalseRun

private final PlebeianScript ifFalseRun
WRITEME: Document this brpocock@star-hope.org


ifTrueRun

private final PlebeianScript ifTrueRun
WRITEME: Document this brpocock@star-hope.org


test

private final PlebeianScriptConditional test
WRITEME: Document this brpocock@star-hope.org

Constructor Detail

PlebeianScriptRunner.If_Runner

PlebeianScriptRunner.If_Runner(PlebeianScriptConditional conditional,
                               PlebeianScript ifTrue,
                               PlebeianScript ifFalse)
WRITEME: Document this constructor brpocock@star-hope.org

Parameters:
ifFalse - condition to run if the test is false
conditional - the test
ifTrue - condition to run if the test is true
Method Detail

run

public void run()
Specified by:
run in interface Runnable

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()