SetExpression sets the variable expression.
(e ValueString)
| 333 | |
| 334 | // SetExpression sets the variable expression. |
| 335 | func (v *Variable) SetExpression(e ValueString) { |
| 336 | v.expression = e |
| 337 | } |
| 338 | |
| 339 | // NewMatch creates a match instance. |
| 340 | func NewMatch(exprID int64) *Match { |
no outgoing calls
no test coverage detected