MCPcopy Create free account
hub / github.com/apache/freemarker / accept

Method accept

src/main/java/freemarker/core/RecoveryBlock.java:64–69  ·  view source on GitHub ↗
(Environment env)

Source from the content-addressed store, hash-verified

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>");

Callers

nothing calls this directly

Calls 1

visitMethod · 0.80

Tested by

no test coverage detected