Expression returns the variable expression.
()
| 323 | |
| 324 | // Expression returns the variable expression. |
| 325 | func (v *Variable) Expression() ValueString { |
| 326 | return v.expression |
| 327 | } |
| 328 | |
| 329 | // SetName sets the variable name. |
| 330 | func (v *Variable) SetName(name ValueString) { |
no outgoing calls