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

Method setParent

src/main/java/freemarker/core/Configurable.java:206–208  ·  view source on GitHub ↗

Reparenting support. This is used by Environment when it includes a template - the included template becomes the parent configurable during its evaluation.

(Configurable parent)

Source from the content-addressed store, hash-verified

204 * its evaluation.
205 */
206 final void setParent(Configurable parent) {
207 this.parent = parent;
208 }
209
210 /**
211 * Toggles the "Classic Compatibile" mode. For a comprehensive description

Callers 2

visitMethod · 0.45
includeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected