* 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.
()
| 436 | * call, no more children can be added to this construct or to any children. |
| 437 | */ |
| 438 | public lock() { |
| 439 | this._locked = true; |
| 440 | } |
| 441 | |
| 442 | /** |
| 443 | * Applies one or more mixins to this construct. |