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

Method accept

src/main/java/freemarker/core/Macro.java:107–109  ·  view source on GitHub ↗
(Environment env)

Source from the content-addressed store, hash-verified

105 }
106
107 void accept(Environment env) {
108 env.visitMacroDef(this);
109 }
110
111 public String getCanonicalForm() {
112 String directiveName = isFunction ? "function" : "macro";

Callers

nothing calls this directly

Calls 1

visitMacroDefMethod · 0.80

Tested by

no test coverage detected