Connects a child node to its parent. @param builder the FactoryBuilder @param parent the parent node, or null for the root @param child the child node
( FactoryBuilderSupport builder, Object parent, Object child )
| 91 | * @param child the child node |
| 92 | */ |
| 93 | void setParent( FactoryBuilderSupport builder, Object parent, Object child ); |
| 94 | |
| 95 | /** |
| 96 | * Notifies the parent that a child node was created. |
no outgoing calls
no test coverage detected