| 947 | } |
| 948 | |
| 949 | type UseDeclContext struct { |
| 950 | antlr.BaseParserRuleContext |
| 951 | parser antlr.Parser |
| 952 | } |
| 953 | |
| 954 | func NewEmptyUseDeclContext() *UseDeclContext { |
| 955 | var p = new(UseDeclContext) |
nothing calls this directly
no outgoing calls
no test coverage detected