MCPcopy Create free account
hub / github.com/PCGen/pcgen / setParent

Method setParent

code/src/java/pcgen/util/PJEP.java:308–315  ·  view source on GitHub ↗

@param parent The parent to set.

(Object parent)

Source from the content-addressed store, hash-verified

306 * @param parent The parent to set.
307 */
308 public void setParent(Object parent)
309 {
310 this.parent = parent;
311 for (PCGenCommand com : localCommandList)
312 {
313 com.setParent(parent);
314 }
315 }
316
317 public static void clear()
318 {

Callers 2

aquireMethod · 0.95
releaseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected