C# Класс StoryTeller.Grammars.Importing.CurriedLineGrammar

Наследование: IGrammar
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
filterCells ( IEnumerable innerCells ) : Cell[]

Описание методов

Compile() публичный Метод

public Compile ( Fixture fixture, CellHandling cells ) : GrammarModel
fixture Fixture
cells CellHandling
Результат StoryTeller.Model.GrammarModel

CreatePlan() публичный Метод

public CreatePlan ( Step step, FixtureLibrary library, bool inTable = false ) : IExecutionStep
step StoryTeller.Model.Step
library StoryTeller.Model.FixtureLibrary
inTable bool
Результат IExecutionStep

CurriedLineGrammar() публичный Метод

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
Результат System.Collections.Generic

filterCells() защищенный Метод

protected filterCells ( IEnumerable innerCells ) : Cell[]
innerCells IEnumerable
Результат Cell[]