* Considers the current look ahead token as consumed, * and fetches the one after that as the new look ahead.
()
| 14936 | |
| 14937 | |
| 14938 | consume() { |
| 14939 | this.nextToken = this.gullet.expandNextToken(); |
| 14940 | } |
| 14941 | /** |
| 14942 | * Switches between "text" and "math" modes. |
| 14943 | */ |
no test coverage detected