| 378 | |
| 379 | template <typename It, typename SimNodeT, bool first> |
| 380 | void ExprTableKeysOrValues<It,SimNodeT,first>::dispatch ( Visitor & vis ) { |
| 381 | vis.preVisit(static_cast<ExprLooksLikeCall*>(this)); |
| 382 | } |
| 383 | |
| 384 | template <typename It, typename SimNodeT> |
| 385 | ExpressionPtr ExprArrayCallWithSizeOrIndex<It,SimNodeT>::visit(Visitor & vis) { |