List the nodes that are truly children @return the nodes that are truly children
()
| 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 |