(keyword, definition)
| 294 | } |
| 295 | |
| 296 | addFeature(keyword, definition) { |
| 297 | var featureGrammarType = keyword + "Feature"; |
| 298 | this.#grammar[featureGrammarType] = definition; |
| 299 | this.#features[keyword] = definition; |
| 300 | } |
| 301 | |
| 302 | /** |
| 303 | * Register a parse element class based on its static metadata. |
no outgoing calls
no test coverage detected