Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
CTokenReader ( IEnumerable |
||
CTokenReader ( string Text, bool TokenizeSpaces = false ) : System | ||
ExpectCurrent ( ) : string | ||
ExpectCurrentAndMoveNextNoSpace ( ) : string | ||
ExpectCurrentAndMoveNextSpace ( ) : string | ||
ExpectCurrentType ( CTokenType ExpectedType ) : void | ||
GetString ( ) : string | ||
MoveNextNoSpace ( ) : bool | ||
MoveNextSpace ( ) : bool | ||
ReadUpToNewLine ( ) : |
public CTokenReader ( IEnumerable |
||
Tokens | IEnumerable |
|
Résultat | System |
public CTokenReader ( string Text, bool TokenizeSpaces = false ) : System | ||
Text | string | |
TokenizeSpaces | bool | |
Résultat | System |
public ExpectCurrentAndMoveNextNoSpace ( ) : string | ||
Résultat | string |
public ExpectCurrentAndMoveNextSpace ( ) : string | ||
Résultat | string |
public ExpectCurrentType ( CTokenType ExpectedType ) : void | ||
ExpectedType | CTokenType | |
Résultat | void |