Function
NewFunctionDeclarationContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 1034 | func (*FunctionDeclarationContext) IsFunctionDeclarationContext() {} |
| 1035 | |
| 1036 | func NewFunctionDeclarationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *FunctionDeclarationContext { |
| 1037 | var p = new(FunctionDeclarationContext) |
| 1038 | |
| 1039 | p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState) |
| 1040 | |
| 1041 | p.parser = parser |
| 1042 | p.RuleIndex = GScriptParserRULE_functionDeclaration |
| 1043 | |
| 1044 | return p |
| 1045 | } |
| 1046 | |
| 1047 | func (s *FunctionDeclarationContext) GetParser() antlr.Parser { return s.parser } |
| 1048 | |
Tested by
no test coverage detected