Function
NewBooleanValueContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 8810 | func (*BooleanValueContext) IsBooleanValueContext() {} |
| 8811 | |
| 8812 | func NewBooleanValueContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *BooleanValueContext { |
| 8813 | var p = new(BooleanValueContext) |
| 8814 | |
| 8815 | p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState) |
| 8816 | |
| 8817 | p.parser = parser |
| 8818 | p.RuleIndex = SqlBaseParserRULE_booleanValue |
| 8819 | |
| 8820 | return p |
| 8821 | } |
| 8822 | |
| 8823 | func (s *BooleanValueContext) GetParser() antlr.Parser { return s.parser } |
| 8824 | |
Tested by
no test coverage detected