| 17023 | } |
| 17024 | |
| 17025 | type Reindex_stmtContext struct { |
| 17026 | antlr.BaseParserRuleContext |
| 17027 | parser antlr.Parser |
| 17028 | } |
| 17029 | |
| 17030 | func NewEmptyReindex_stmtContext() *Reindex_stmtContext { |
| 17031 | var p = new(Reindex_stmtContext) |
nothing calls this directly
no outgoing calls
no test coverage detected