| 19313 | } |
| 19314 | |
| 19315 | type Table_or_subqueryContext struct { |
| 19316 | antlr.BaseParserRuleContext |
| 19317 | parser antlr.Parser |
| 19318 | } |
| 19319 | |
| 19320 | func NewEmptyTable_or_subqueryContext() *Table_or_subqueryContext { |
| 19321 | var p = new(Table_or_subqueryContext) |
nothing calls this directly
no outgoing calls
no test coverage detected