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

Method trueChildren

code/src/java/pcgen/io/IIFNode.java:55–58  ·  view source on GitHub ↗

List the nodes that are truly children @return the nodes that are truly children

()

Source from the content-addressed store, hash-verified

53 * @return the nodes that are truly children
54 */
55 public final List<?> trueChildren()
56 {
57 return Collections.unmodifiableList(trueChildren);
58 }
59
60 /**
61 * Add a false child

Callers 1

evaluateIIFMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected