| 5047 | } |
| 5048 | |
| 5049 | type Create_table_stmtContext struct { |
| 5050 | antlr.BaseParserRuleContext |
| 5051 | parser antlr.Parser |
| 5052 | } |
| 5053 | |
| 5054 | func NewEmptyCreate_table_stmtContext() *Create_table_stmtContext { |
| 5055 | var p = new(Create_table_stmtContext) |
nothing calls this directly
no outgoing calls
no test coverage detected