| 11236 | } |
| 11237 | |
| 11238 | type Delete_stmtContext struct { |
| 11239 | antlr.BaseParserRuleContext |
| 11240 | parser antlr.Parser |
| 11241 | } |
| 11242 | |
| 11243 | func NewEmptyDelete_stmtContext() *Delete_stmtContext { |
| 11244 | var p = new(Delete_stmtContext) |
nothing calls this directly
no outgoing calls
no test coverage detected