| 2001 | } |
| 2002 | |
| 2003 | type Sql_stmtContext struct { |
| 2004 | antlr.BaseParserRuleContext |
| 2005 | parser antlr.Parser |
| 2006 | } |
| 2007 | |
| 2008 | func NewEmptySql_stmtContext() *Sql_stmtContext { |
| 2009 | var p = new(Sql_stmtContext) |
nothing calls this directly
no outgoing calls
no test coverage detected