Function
NewBooleanExpressionContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 5022 | func (*BooleanExpressionContext) IsBooleanExpressionContext() {} |
| 5023 | |
| 5024 | func NewBooleanExpressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *BooleanExpressionContext { |
| 5025 | var p = new(BooleanExpressionContext) |
| 5026 | |
| 5027 | p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState) |
| 5028 | |
| 5029 | p.parser = parser |
| 5030 | p.RuleIndex = SqlBaseParserRULE_booleanExpression |
| 5031 | |
| 5032 | return p |
| 5033 | } |
| 5034 | |
| 5035 | func (s *BooleanExpressionContext) GetParser() antlr.Parser { return s.parser } |
| 5036 | |
Tested by
no test coverage detected