()
| 1359 | } |
| 1360 | |
| 1361 | func NewEmptyQueryTermContext() *QueryTermContext { |
| 1362 | var p = new(QueryTermContext) |
| 1363 | p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(nil, -1) |
| 1364 | p.RuleIndex = SqlBaseParserRULE_queryTerm |
| 1365 | return p |
| 1366 | } |
| 1367 | |
| 1368 | func (*QueryTermContext) IsQueryTermContext() {} |
| 1369 |
no outgoing calls
no test coverage detected