C# Class StoryTeller.Grammars.SilentGrammar

Inheritance: IGrammar
Mostrar archivo Open project: storyteller/Storyteller Class Usage Examples

Public Methods

Method Description
Compile ( Fixture fixture, CellHandling cells ) : GrammarModel
CreatePlan ( Step step, FixtureLibrary library, bool inTable = false ) : IExecutionStep
SilentGrammar ( object position, Action action ) : System

Method Details

Compile() public method

public Compile ( Fixture fixture, CellHandling cells ) : GrammarModel
fixture Fixture
cells CellHandling
return StoryTeller.Model.GrammarModel

CreatePlan() public method

public CreatePlan ( Step step, FixtureLibrary library, bool inTable = false ) : IExecutionStep
step StoryTeller.Model.Step
library StoryTeller.Model.FixtureLibrary
inTable bool
return IExecutionStep

SilentGrammar() public method

public SilentGrammar ( object position, Action action ) : System
position object
action Action
return System