C# Class Frapid.DataAccess.Subtext.ScriptReader

Datei anzeigen Open project: frapid/frapid Class Usage Examples

Protected Properties

Property Type Description
Splitter ScriptSplitter

Private Properties

Property Type Description
ReadSlashStarCommentWithResult bool

Public Methods

Method Description
ReadNextSection ( ) : bool

This acts as a template method. Specific Reader instances override the component methods.

Protected Methods

Method Description
CharEquals ( char compare ) : bool
CharEquals ( char expected, char actual ) : bool
Peek ( ) : char
ReadDashDashComment ( ) : bool
ReadNext ( ) : bool
ReadQuotedString ( ) : void
ReadSlashStarComment ( ) : void
ScriptReader ( ScriptSplitter splitter )

Private Methods

Method Description
ReadSlashStarCommentWithResult ( ) : bool

Method Details

CharEquals() protected method

protected CharEquals ( char compare ) : bool
compare char
return bool

CharEquals() protected static method

protected static CharEquals ( char expected, char actual ) : bool
expected char
actual char
return bool

Peek() protected method

protected Peek ( ) : char
return char

ReadDashDashComment() protected method

protected ReadDashDashComment ( ) : bool
return bool

ReadNext() protected abstract method

protected abstract ReadNext ( ) : bool
return bool

ReadNextSection() public method

This acts as a template method. Specific Reader instances override the component methods.
public ReadNextSection ( ) : bool
return bool

ReadQuotedString() protected method

protected ReadQuotedString ( ) : void
return void

ReadSlashStarComment() protected method

protected ReadSlashStarComment ( ) : void
return void

ScriptReader() protected method

protected ScriptReader ( ScriptSplitter splitter )
splitter ScriptSplitter

Property Details

Splitter protected_oe property

protected ScriptSplitter Splitter
return ScriptSplitter