| 8170 | } |
| 8171 | |
| 8172 | type Create_trigger_stmtContext struct { |
| 8173 | antlr.BaseParserRuleContext |
| 8174 | parser antlr.Parser |
| 8175 | } |
| 8176 | |
| 8177 | func NewEmptyCreate_trigger_stmtContext() *Create_trigger_stmtContext { |
| 8178 | var p = new(Create_trigger_stmtContext) |
nothing calls this directly
no outgoing calls
no test coverage detected