| 30088 | } |
| 30089 | |
| 30090 | type NameContext struct { |
| 30091 | antlr.BaseParserRuleContext |
| 30092 | parser antlr.Parser |
| 30093 | } |
| 30094 | |
| 30095 | func NewEmptyNameContext() *NameContext { |
| 30096 | var p = new(NameContext) |
nothing calls this directly
no outgoing calls
no test coverage detected