| 15310 | } |
| 15311 | |
| 15312 | type Insert_stmtContext struct { |
| 15313 | antlr.BaseParserRuleContext |
| 15314 | parser antlr.Parser |
| 15315 | } |
| 15316 | |
| 15317 | func NewEmptyInsert_stmtContext() *Insert_stmtContext { |
| 15318 | var p = new(Insert_stmtContext) |
nothing calls this directly
no outgoing calls
no test coverage detected