Creates a new instance of the StiLexer class.
The Text for lexical analysis.
Gets or sets text for analys.
Gets or sets current position in text.
Gets or sets text for analys.
Gets or sets text for analys.
Gets position of token in text.
Position of token in text.
Gets next token.
Next token.
Replaces all occurrences of a specified String, with another specified string. Before oldValue must not follow specified prefix - string.
Prefix - string.
A String to be replaced.
A String to replace all occurrences of oldValue.
Replaced string.
Replaces all occurrences of a specified String, with another specified string. Before oldValue must follow specified prefix - string. Replacing is produced with provision for tokens.
Prefix - string.
A String to be replaced.
A String to replace all occurrences of oldValue.
Replaced string.
Reset state.
Saves position of token in text.
Scans the symbol.
Token containing symbol.
Scans the identifier.
Token containing identifier.
Scans the number.
Token containing number.
Scans the string.
Token containing string.
Skips all not control symbols.
Returns to previous token.
Wait the assign.
Wait the right bracket.
Wait the left brace.
Wait the left paren.
Wait the right brace.
Wait the right paren.
Wait the semicolon.
Replaces all occurrences of a specified String, with another specified String. Before oldValue must follow specified prefix - token. Replacing is produced with provision for tokens.
Text for replace.
Prefix - token.
A String to be replaced.
A String to replace all occurrences of oldValue.
Replaced string.
Generated using TypeDoc
Performs the lexical analysis.