()
| 758 | } |
| 759 | |
| 760 | func NewEmptyStatementContext() *StatementContext { |
| 761 | var p = new(StatementContext) |
| 762 | p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(nil, -1) |
| 763 | p.RuleIndex = SqlBaseParserRULE_statement |
| 764 | return p |
| 765 | } |
| 766 | |
| 767 | func (*StatementContext) IsStatementContext() {} |
| 768 |
no outgoing calls
no test coverage detected