* Locks this construct from allowing more children to be added. After this * call, no more children can be added to this construct or to any children.
()
| 476 | * call, no more children can be added to this construct or to any children. |
| 477 | */ |
| 478 | public lock() { |
| 479 | this._locked = true; |
| 480 | } |
| 481 | |
| 482 | /** |
| 483 | * Applies one or more mixins to this construct. |