C# Class Frapid.DataAccess.Subtext.SeparatorLineReader

Inheritance: ScriptReader
Show file Open project: frapid/frapid

Public Methods

Method Description
SeparatorLineReader ( ScriptSplitter splitter ) : System.Text

Protected Methods

Method Description
ReadDashDashComment ( ) : bool
ReadNext ( ) : bool
ReadSlashStarComment ( ) : void

Private Methods

Method Description
FoundNonEmptyCharacter ( char c ) : void
Reset ( ) : void

Method Details

ReadDashDashComment() protected method

protected ReadDashDashComment ( ) : bool
return bool

ReadNext() protected method

protected ReadNext ( ) : bool
return bool

ReadSlashStarComment() protected method

protected ReadSlashStarComment ( ) : void
return void

SeparatorLineReader() public method

public SeparatorLineReader ( ScriptSplitter splitter ) : System.Text
splitter ScriptSplitter
return System.Text