C# Class Alba.Jaml.MSInternal.Sample_StringParserBase

Show file Open project: Athari/Alba.Jaml

Protected Properties

Property Type Description
_idx int
_inputText string

Public Methods

Method Description
Sample_StringParserBase ( string text )

Protected Methods

Method Description
Advance ( ) : bool
AdvanceOverWhitespace ( ) : bool
IsWhitespaceChar ( char ch ) : bool

Method Details

Advance() protected method

protected Advance ( ) : bool
return bool

AdvanceOverWhitespace() protected method

protected AdvanceOverWhitespace ( ) : bool
return bool

IsWhitespaceChar() protected static method

protected static IsWhitespaceChar ( char ch ) : bool
ch char
return bool

Sample_StringParserBase() public method

public Sample_StringParserBase ( string text )
text string

Property Details

_idx protected property

protected int _idx
return int

_inputText protected property

protected string _inputText
return string