()
| 293 | } |
| 294 | |
| 295 | func (e *SequenceExpr) init() { |
| 296 | e.types = make([]event.Type, 0) |
| 297 | e.BoundFields = make([]*BoundFieldLiteral, 0) |
| 298 | } |
| 299 | |
| 300 | func (e *SequenceExpr) walk() { |
| 301 | stringFields := make(map[fields.Field][]string) |
no outgoing calls