Function
NewPrimaryContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 6981 | func (*PrimaryContext) IsPrimaryContext() {} |
| 6982 | |
| 6983 | func NewPrimaryContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *PrimaryContext { |
| 6984 | var p = new(PrimaryContext) |
| 6985 | |
| 6986 | p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState) |
| 6987 | |
| 6988 | p.parser = parser |
| 6989 | p.RuleIndex = GScriptParserRULE_primary |
| 6990 | |
| 6991 | return p |
| 6992 | } |
| 6993 | |
| 6994 | func (s *PrimaryContext) GetParser() antlr.Parser { return s.parser } |
| 6995 | |
Tested by
no test coverage detected