Function
NewUnary_operatorContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 28771 | func (*Unary_operatorContext) IsUnary_operatorContext() {} |
| 28772 | |
| 28773 | func NewUnary_operatorContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Unary_operatorContext { |
| 28774 | var p = new(Unary_operatorContext) |
| 28775 | |
| 28776 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) |
| 28777 | |
| 28778 | p.parser = parser |
| 28779 | p.RuleIndex = SQLiteParserRULE_unary_operator |
| 28780 | |
| 28781 | return p |
| 28782 | } |
| 28783 | |
| 28784 | func (s *Unary_operatorContext) GetParser() antlr.Parser { return s.parser } |
| 28785 | |
Tested by
no test coverage detected