Метод | Описание | |
---|---|---|
Advance ( ) : void | ||
IsReservedWord ( string identifier ) : bool | ||
IsValidIdentifier ( string subject ) : bool | ||
NextToken ( ) : TokenType | ||
SkipComments ( ) : void |
Skips all comments and whitepace.
|
|
SkipWhiteSpace ( ) : void |
Skips any whitespace.
|
|
Tokenizer ( string input ) : System |
Метод | Описание | |
---|---|---|
ExceedsInt32 ( StringBuilder builder ) : bool | ||
ExceedsInt32Hex ( StringBuilder builder ) : bool | ||
IsSymbol ( char charValue ) : bool | ||
ReadNext ( ) : void |
Pre-reads the next TokenType (does not affect current).
|
|
SkipLineComments ( ) : bool | Used internally by SkipComments(). |
public static IsReservedWord ( string identifier ) : bool | ||
identifier | string | |
Результат | bool |
public static IsValidIdentifier ( string subject ) : bool | ||
subject | string | |
Результат | bool |
public Tokenizer ( string input ) : System | ||
input | string | |
Результат | System |