Returns the raw input text associated with the current token.
()
| 167 | |
| 168 | /** Returns the raw input text associated with the current token. */ |
| 169 | String getRaw() { |
| 170 | return bufferSlice(start, end); |
| 171 | } |
| 172 | |
| 173 | /** |
| 174 | * Parses an end-of-line sequence, handling statement indentation correctly. |
nothing calls this directly
no test coverage detected