SetOriginTextPosition set the start offset of this node in the origin text. Only be called when `parser.lexer.skipPositionRecording` equals to false.
(offset int)
| 46 | // SetOriginTextPosition set the start offset of this node in the origin text. |
| 47 | // Only be called when `parser.lexer.skipPositionRecording` equals to false. |
| 48 | SetOriginTextPosition(offset int) |
| 49 | // OriginTextPosition get the start offset of this node in the origin text. |
| 50 | OriginTextPosition() int |
| 51 | } |
no outgoing calls