(Environment env)
| 62 | } |
| 63 | |
| 64 | void accept(Environment env) throws TemplateException, IOException |
| 65 | { |
| 66 | if (nestedBlock != null) { |
| 67 | env.visit(nestedBlock); |
| 68 | } |
| 69 | } |
| 70 | |
| 71 | public String getCanonicalForm() { |
| 72 | StringBuilder buf = new StringBuilder("<#recover>"); |