C# Class StoryTeller.Grammars.Importing.CurriedLineGrammar

Inheritance: IGrammar
Mostra file Open project: storyteller/Storyteller

Public Methods

Method Description
Compile ( Fixture fixture, CellHandling cells ) : GrammarModel
CreatePlan ( Step step, FixtureLibrary library, bool inTable = false ) : IExecutionStep
CurriedLineGrammar ( string template, IGrammar inner, string defaults ) : System.Collections.Generic

Usage of defaults

Protected Methods

Method Description
filterCells ( IEnumerable innerCells ) : Cell[]

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

CurriedLineGrammar() public method

Usage of defaults
public CurriedLineGrammar ( string template, IGrammar inner, string defaults ) : System.Collections.Generic
template string
inner IGrammar
defaults string key:value, key:value, key:value
return System.Collections.Generic

filterCells() protected method

protected filterCells ( IEnumerable innerCells ) : Cell[]
innerCells IEnumerable
return Cell[]