C# Class StoryTeller.Grammars.SilentAction

Inheritance: ILineExecution
Mostra file Open project: storyteller/Storyteller Class Usage Examples

Public Methods

Method Description
AcceptVisitor ( ILineStepGatherer gatherer ) : void
AsCritical ( string type, object position, Action action, Node node ) : SilentAction
Count ( ) : int
Execute ( SpecContext context ) : void
SilentAction ( string type, object position, Action action, Node node ) : System

Method Details

AcceptVisitor() public method

public AcceptVisitor ( ILineStepGatherer gatherer ) : void
gatherer ILineStepGatherer
return void

AsCritical() public static method

public static AsCritical ( string type, object position, Action action, Node node ) : SilentAction
type string
position object
action Action
node StoryTeller.Model.Node
return SilentAction

Count() public method

public Count ( ) : int
return int

Execute() public method

public Execute ( SpecContext context ) : void
context SpecContext
return void

SilentAction() public method

public SilentAction ( string type, object position, Action action, Node node ) : System
type string
position object
action Action
node StoryTeller.Model.Node
return System