Function
NewTypeTypeOrVoidContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 1536 | func (*TypeTypeOrVoidContext) IsTypeTypeOrVoidContext() {} |
| 1537 | |
| 1538 | func NewTypeTypeOrVoidContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TypeTypeOrVoidContext { |
| 1539 | var p = new(TypeTypeOrVoidContext) |
| 1540 | |
| 1541 | p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState) |
| 1542 | |
| 1543 | p.parser = parser |
| 1544 | p.RuleIndex = GScriptParserRULE_typeTypeOrVoid |
| 1545 | |
| 1546 | return p |
| 1547 | } |
| 1548 | |
| 1549 | func (s *TypeTypeOrVoidContext) GetParser() antlr.Parser { return s.parser } |
| 1550 | |
Tested by
no test coverage detected