| 5318 | } |
| 5319 | |
| 5320 | type AtomContext struct { |
| 5321 | antlr.BaseParserRuleContext |
| 5322 | parser antlr.Parser |
| 5323 | } |
| 5324 | |
| 5325 | func NewEmptyAtomContext() *AtomContext { |
| 5326 | var p = new(AtomContext) |
nothing calls this directly
no outgoing calls
no test coverage detected