* Backs up the stream n characters. Backing it up further than the start of the current token will cause things to * break, so be careful.
(n: number)
| 998 | * break, so be careful. |
| 999 | */ |
| 1000 | backUp(n: number): void; |
| 1001 | |
| 1002 | /** |
| 1003 | * Returns the column (taking into account tabs) at which the current token starts. |
no outgoing calls
no test coverage detected