Function
NewUnaryContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 1775 | func (*UnaryContext) IsUnaryContext() {} |
| 1776 | |
| 1777 | func NewUnaryContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *UnaryContext { |
| 1778 | var p = new(UnaryContext) |
| 1779 | |
| 1780 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) |
| 1781 | |
| 1782 | p.parser = parser |
| 1783 | p.RuleIndex = CELParserRULE_unary |
| 1784 | |
| 1785 | return p |
| 1786 | } |
| 1787 | |
| 1788 | func (s *UnaryContext) GetParser() antlr.Parser { return s.parser } |
| 1789 | |
Tested by
no test coverage detected