()
| 5013 | } |
| 5014 | |
| 5015 | func NewEmptyBooleanExpressionContext() *BooleanExpressionContext { |
| 5016 | var p = new(BooleanExpressionContext) |
| 5017 | p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(nil, -1) |
| 5018 | p.RuleIndex = SqlBaseParserRULE_booleanExpression |
| 5019 | return p |
| 5020 | } |
| 5021 | |
| 5022 | func (*BooleanExpressionContext) IsBooleanExpressionContext() {} |
| 5023 |
no outgoing calls
no test coverage detected