* Lazily initialize the default replacements. * @private
()
| 179 | * @private |
| 180 | */ |
| 181 | initialize_() { |
| 182 | this.initialize(); |
| 183 | this.initialized_ = true; |
| 184 | } |
| 185 | |
| 186 | /** |
| 187 | * Override this method to set all the variables supported by derived class. |
no test coverage detected