| 29363 | } |
| 29364 | |
| 29365 | type KeywordContext struct { |
| 29366 | antlr.BaseParserRuleContext |
| 29367 | parser antlr.Parser |
| 29368 | } |
| 29369 | |
| 29370 | func NewEmptyKeywordContext() *KeywordContext { |
| 29371 | var p = new(KeywordContext) |
nothing calls this directly
no outgoing calls
no test coverage detected