* 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.
()
| 463 | * call, no more children can be added to this construct or to any children. |
| 464 | */ |
| 465 | public lock() { |
| 466 | this._locked = true; |
| 467 | } |
| 468 | |
| 469 | /** |
| 470 | * Applies one or more mixins to this construct. |