C# Class PowerStudio.LanguageServices.Ini.IniParser

Exibir arquivo Open project: IntelliTect/PowerStudio

Public Methods

Method Description
DoesStringStartWithNewLine ( string text, int i ) : bool
GetAttributeTokenType ( string value ) : IniTokenType
Parse ( string text ) : IEnumerable
ParseLine ( string text, int offset ) : IEnumerable

Private Methods

Method Description
TakeWhile ( string text, int startIndex, bool>.Func predicate ) : string

Method Details

DoesStringStartWithNewLine() public method

public DoesStringStartWithNewLine ( string text, int i ) : bool
text string
i int
return bool

GetAttributeTokenType() public method

public GetAttributeTokenType ( string value ) : IniTokenType
value string
return IniTokenType

Parse() public method

public Parse ( string text ) : IEnumerable
text string
return IEnumerable

ParseLine() public method

public ParseLine ( string text, int offset ) : IEnumerable
text string
offset int
return IEnumerable