(n *semantic.Ignore)
| 978 | } |
| 979 | |
| 980 | func (e *encoder) ignore(n *semantic.Ignore) (outID uint64) { |
| 981 | e.build(&e.instances.Ignore, e.maps.Ignore, n, &outID, func() *Ignore { |
| 982 | return &Ignore{ |
| 983 | Ast: e.astNode(n.AST), |
| 984 | } |
| 985 | }) |
| 986 | return |
| 987 | } |
| 988 | |
| 989 | func (e *encoder) iteration(n *semantic.Iteration) (outID uint64) { |
| 990 | e.build(&e.instances.Iteration, e.maps.Iteration, n, &outID, func() *Iteration { |