(type)
| 305 | return pass(); |
| 306 | } |
| 307 | function iface(type) { |
| 308 | if (type == "name") {cx.marked = "def"; return cont(iface);} |
| 309 | if (content == "<") return cont(typarams, iface); |
| 310 | if (type == "{") return cont(pushlex("}"), block, poplex); |
| 311 | return pass(); |
| 312 | } |
| 313 | function impl(type) { |
| 314 | if (content == "<") return cont(typarams, impl); |
| 315 | if (content == "of" || content == "for") {cx.marked = "keyword"; return cont(rtype, impl);} |