* Resets the internal parser state so that it can be reused. * * This is done automatically at the end of each parse run.
()
| 92 | * This is done automatically at the end of each parse run. |
| 93 | */ |
| 94 | private reset() { |
| 95 | this.ls = 0 |
| 96 | this.le = -1 |
| 97 | this.text = '' |
| 98 | } |
| 99 | |
| 100 | /** |
| 101 | * Aligns the internal character pointers at the boundaries of |
no outgoing calls
no test coverage detected