C# 클래스 StoryTeller.Grammars.Importing.CurriedLineGrammar

상속: IGrammar
파일 보기 프로젝트 열기: storyteller/Storyteller

공개 메소드들

메소드 설명
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[]