* Returns the root of the construct tree. * @returns The root of the construct tree.
()
| 344 | * @returns The root of the construct tree. |
| 345 | */ |
| 346 | public get root() { |
| 347 | return this.scopes[0]; |
| 348 | } |
| 349 | |
| 350 | /** |
| 351 | * Returns true if this construct or the scopes in which it is defined are |
nothing calls this directly
no outgoing calls
no test coverage detected