Name returns the variable name.
()
| 318 | |
| 319 | // Name returns the variable name. |
| 320 | func (v *Variable) Name() ValueString { |
| 321 | return v.name |
| 322 | } |
| 323 | |
| 324 | // Expression returns the variable expression. |
| 325 | func (v *Variable) Expression() ValueString { |