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

Method Accept

parser/gscript_parser.go:1855–1863  ·  view source on GitHub ↗
(visitor antlr.ParseTreeVisitor)

Source from the content-addressed store, hash-verified

1853}
1854
1855func (s *FormalParametersContext) Accept(visitor antlr.ParseTreeVisitor) interface{} {
1856 switch t := visitor.(type) {
1857 case GScriptVisitor:
1858 return t.VisitFormalParameters(s)
1859
1860 default:
1861 return t.VisitChildren(s)
1862 }
1863}
1864
1865func (p *GScriptParser) FormalParameters() (localctx IFormalParametersContext) {
1866 localctx = NewFormalParametersContext(p, p.GetParserRuleContext(), p.GetState())

Callers

nothing calls this directly

Calls 1

VisitFormalParametersMethod · 0.65

Tested by

no test coverage detected