C# Class StoryTeller.Model.Persistence.DSL.GrammarMode

Inheritance: IReaderMode
Show file Open project: storyteller/Storyteller Class Usage Examples

Public Methods

Method Description
GrammarMode ( FixtureModel fixture, Action adder ) : System
Read ( int indention, string line ) : IReaderMode

Private Methods

Method Description
addSentence ( ) : Sentence
buildEmbed ( string line ) : IReaderMode
buildSet ( bool ordered ) : IReaderMode
buildTable ( ) : IReaderMode

Method Details

GrammarMode() public method

public GrammarMode ( FixtureModel fixture, Action adder ) : System
fixture FixtureModel
adder Action
return System

Read() public method

public Read ( int indention, string line ) : IReaderMode
indention int
line string
return IReaderMode