ExactString implements the constant.Value interface.
()
| 136 | |
| 137 | // ExactString implements the constant.Value interface. |
| 138 | func (expr *NumVal) ExactString() string { |
| 139 | return expr.value.ExactString() |
| 140 | } |
| 141 | |
| 142 | // OrigString returns the origString field. |
| 143 | func (expr *NumVal) OrigString() string { |