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

Inheritance: IReaderMode
Show file Open project: storyteller/Storyteller

Public Methods

Method Description
Read ( int indention, string text ) : IReaderMode

Protected Methods

Method Description
applyValue ( string target, Cell cell, string value ) : void

Method Details

Read() public abstract method

public abstract Read ( int indention, string text ) : IReaderMode
indention int
text string
return IReaderMode

applyValue() protected method

protected applyValue ( string target, Cell cell, string value ) : void
target string
cell Cell
value string
return void