C# Class Alba.Jaml.MSInternal.Sample_StringParserBase

Afficher le fichier Open project: Athari/Alba.Jaml

Protected Properties

Свойство Type Description
_idx int
_inputText string

Méthodes publiques

Méthode Description
Sample_StringParserBase ( string text )

Méthodes protégées

Méthode Description
Advance ( ) : bool
AdvanceOverWhitespace ( ) : bool
IsWhitespaceChar ( char ch ) : bool

Method Details

Advance() protected méthode

protected Advance ( ) : bool
Résultat bool

AdvanceOverWhitespace() protected méthode

protected AdvanceOverWhitespace ( ) : bool
Résultat bool

IsWhitespaceChar() protected static méthode

protected static IsWhitespaceChar ( char ch ) : bool
ch char
Résultat bool

Sample_StringParserBase() public méthode

public Sample_StringParserBase ( string text )
text string

Property Details

_idx protected_oe property

protected int _idx
Résultat int

_inputText protected_oe property

protected string _inputText
Résultat string