SetExpression sets the variable expression.
(e ValueString)
| 291 | |
| 292 | // SetExpression sets the variable expression. |
| 293 | func (v *Variable) SetExpression(e ValueString) { |
| 294 | v.expression = e |
| 295 | } |
| 296 | |
| 297 | // NewMatch creates a match instance. |
| 298 | func NewMatch(exprID int64) *Match { |
no outgoing calls
no test coverage detected