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

Method falseChildren

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

List the false children @return the false children

()

Source from the content-addressed store, hash-verified

80 * @return the false children
81 */
82 public final List<?> falseChildren()
83 {
84 return Collections.unmodifiableList(falseChildren);
85 }
86}

Callers 1

evaluateIIFMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected