Function
NewMemberDeclarationContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 904 | func (*MemberDeclarationContext) IsMemberDeclarationContext() {} |
| 905 | |
| 906 | func NewMemberDeclarationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *MemberDeclarationContext { |
| 907 | var p = new(MemberDeclarationContext) |
| 908 | |
| 909 | p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState) |
| 910 | |
| 911 | p.parser = parser |
| 912 | p.RuleIndex = GScriptParserRULE_memberDeclaration |
| 913 | |
| 914 | return p |
| 915 | } |
| 916 | |
| 917 | func (s *MemberDeclarationContext) GetParser() antlr.Parser { return s.parser } |
| 918 | |
Tested by
no test coverage detected