Index implements (antlr.CharStream).Index.
()
| 64 | |
| 65 | // Index implements (antlr.CharStream).Index. |
| 66 | func (c *charStream) Index() int { |
| 67 | return c.pos |
| 68 | } |
| 69 | |
| 70 | // Seek implements (antlr.CharStream).Seek. |
| 71 | func (c *charStream) Seek(index int) { |
no outgoing calls
no test coverage detected