Function
NewRaise_functionContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 14956 | func (*Raise_functionContext) IsRaise_functionContext() {} |
| 14957 | |
| 14958 | func NewRaise_functionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Raise_functionContext { |
| 14959 | var p = new(Raise_functionContext) |
| 14960 | |
| 14961 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) |
| 14962 | |
| 14963 | p.parser = parser |
| 14964 | p.RuleIndex = SQLiteParserRULE_raise_function |
| 14965 | |
| 14966 | return p |
| 14967 | } |
| 14968 | |
| 14969 | func (s *Raise_functionContext) GetParser() antlr.Parser { return s.parser } |
| 14970 | |
Tested by
no test coverage detected