(Environment env)
| 105 | } |
| 106 | |
| 107 | void accept(Environment env) { |
| 108 | env.visitMacroDef(this); |
| 109 | } |
| 110 | |
| 111 | public String getCanonicalForm() { |
| 112 | String directiveName = isFunction ? "function" : "macro"; |
nothing calls this directly
no test coverage detected