OffsetLocation returns the Location of the expression identifier.
(exprID int64)
| 289 | |
| 290 | // OffsetLocation returns the Location of the expression identifier. |
| 291 | OffsetLocation(exprID int64) common.Location |
| 292 | |
| 293 | // NewError associates an error message with a given expression id. |
| 294 | NewError(exprID int64, message string) *common.Error |
no outgoing calls