Inserts a given node as numbered child of a parent node. If childNum doesn't exist the node is simply appended. @param childNum the position to add the node to @param parent the node that is to be the parent @param insNode the node to be inserted @return The inserted Node
(final int childNum, final Node parent,
final Node insNode)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected