MCPcopy Create free account
hub / github.com/crossoverJie/gscript / NewForInitContext

Function NewForInitContext

parser/gscript_parser.go:5601–5610  ·  view source on GitHub ↗
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)

Source from the content-addressed store, hash-verified

5599func (*ForInitContext) IsForInitContext() {}
5600
5601func NewForInitContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ForInitContext {
5602 var p = new(ForInitContext)
5603
5604 p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState)
5605
5606 p.parser = parser
5607 p.RuleIndex = GScriptParserRULE_forInit
5608
5609 return p
5610}
5611
5612func (s *ForInitContext) GetParser() antlr.Parser { return s.parser }
5613

Callers 1

ForInitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected