Expression returns the variable expression.
()
| 281 | |
| 282 | // Expression returns the variable expression. |
| 283 | func (v *Variable) Expression() ValueString { |
| 284 | return v.expression |
| 285 | } |
| 286 | |
| 287 | // SetName sets the variable name. |
| 288 | func (v *Variable) SetName(name ValueString) { |
no outgoing calls