C# Class StoryTeller.Grammars.Importing.CurriedLineGrammar

Inheritance: IGrammar
Afficher le fichier Open project: storyteller/Storyteller

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
filterCells ( IEnumerable innerCells ) : Cell[]

Method Details

Compile() public méthode

public Compile ( Fixture fixture, CellHandling cells ) : GrammarModel
fixture Fixture
cells CellHandling
Résultat StoryTeller.Model.GrammarModel

CreatePlan() public méthode

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

CurriedLineGrammar() public méthode

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
Résultat System.Collections.Generic

filterCells() protected méthode

protected filterCells ( IEnumerable innerCells ) : Cell[]
innerCells IEnumerable
Résultat Cell[]