Méthode | Description | |
---|---|---|
Lexer ( string blockBegin, string blockContinue, string blockEnd, char escape ) : System | ||
Next ( LexerMode mode ) : void | ||
Reset ( TextReader reader ) : bool |
Méthode | Description | |
---|---|---|
NextBlock ( ) : |
||
NextChar ( LexemType type ) : |
||
NextRaw ( ) : |
||
Read ( ) : bool |
public Lexer ( string blockBegin, string blockContinue, string blockEnd, char escape ) : System | ||
blockBegin | string | |
blockContinue | string | |
blockEnd | string | |
escape | char | |
Résultat | System |