Function
NewParExpressionContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 5729 | func (*ParExpressionContext) IsParExpressionContext() {} |
| 5730 | |
| 5731 | func NewParExpressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ParExpressionContext { |
| 5732 | var p = new(ParExpressionContext) |
| 5733 | |
| 5734 | p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState) |
| 5735 | |
| 5736 | p.parser = parser |
| 5737 | p.RuleIndex = GScriptParserRULE_parExpression |
| 5738 | |
| 5739 | return p |
| 5740 | } |
| 5741 | |
| 5742 | func (s *ParExpressionContext) GetParser() antlr.Parser { return s.parser } |
| 5743 | |
Tested by
no test coverage detected