()
| 6021 | } |
| 6022 | |
| 6023 | func NewEmptyValueExpressionContext() *ValueExpressionContext { |
| 6024 | var p = new(ValueExpressionContext) |
| 6025 | p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(nil, -1) |
| 6026 | p.RuleIndex = SqlBaseParserRULE_valueExpression |
| 6027 | return p |
| 6028 | } |
| 6029 | |
| 6030 | func (*ValueExpressionContext) IsValueExpressionContext() {} |
| 6031 |
no outgoing calls
no test coverage detected