Name returns the variable name.
()
| 276 | |
| 277 | // Name returns the variable name. |
| 278 | func (v *Variable) Name() ValueString { |
| 279 | return v.name |
| 280 | } |
| 281 | |
| 282 | // Expression returns the variable expression. |
| 283 | func (v *Variable) Expression() ValueString { |