메소드 | 설명 | |
---|---|---|
ToString ( Token t ) : string |
Expresses an LES token as a string. Note that some Tokens do not contain enough information to reconstruct a useful token string, e.g. comment tokens do not store the comment but merely contain the location of the comment in the source code. For performance reasons, a Token does not have a reference to its source file, so this method cannot return the original string. |
메소드 | 설명 | |
---|---|---|
Type ( this t ) : TokenType |