| 21247 | } |
| 21248 | |
| 21249 | type Update_stmtContext struct { |
| 21250 | antlr.BaseParserRuleContext |
| 21251 | parser antlr.Parser |
| 21252 | } |
| 21253 | |
| 21254 | func NewEmptyUpdate_stmtContext() *Update_stmtContext { |
| 21255 | var p = new(Update_stmtContext) |
nothing calls this directly
no outgoing calls
no test coverage detected