()
| 5490 | } |
| 5491 | |
| 5492 | func NewEmptyPredicateContext() *PredicateContext { |
| 5493 | var p = new(PredicateContext) |
| 5494 | p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(nil, -1) |
| 5495 | p.RuleIndex = SqlBaseParserRULE_predicate |
| 5496 | return p |
| 5497 | } |
| 5498 | |
| 5499 | func (*PredicateContext) IsPredicateContext() {} |
| 5500 |
no outgoing calls
no test coverage detected