LineOffsets gives the character offsets at which lines occur. The zero-th entry should refer to the break between the first and second line, or EOF if there is only one line of source.
()
| 35 | // The zero-th entry should refer to the break between the first |
| 36 | // and second line, or EOF if there is only one line of source. |
| 37 | LineOffsets() []int32 |
| 38 | |
| 39 | // LocationOffset translates a Location to an offset. |
| 40 | // Given the line and column of the Location returns the |
no outgoing calls