* Returns the associated text or an empty string if no text is available. * @returns {string} Returns the text.
()
| 126 | * @returns {string} Returns the text. |
| 127 | */ |
| 128 | getText() { |
| 129 | return this._text; |
| 130 | } |
| 131 | |
| 132 | /** |
| 133 | * Sets the tree. |
no outgoing calls
no test coverage detected