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

Method Accept

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

Source from the content-addressed store, hash-verified

2190}
2191
2192func (s *FormalParameterContext) Accept(visitor antlr.ParseTreeVisitor) interface{} {
2193 switch t := visitor.(type) {
2194 case GScriptVisitor:
2195 return t.VisitFormalParameter(s)
2196
2197 default:
2198 return t.VisitChildren(s)
2199 }
2200}
2201
2202func (p *GScriptParser) FormalParameter() (localctx IFormalParameterContext) {
2203 localctx = NewFormalParameterContext(p, p.GetParserRuleContext(), p.GetState())

Callers

nothing calls this directly

Calls 1

VisitFormalParameterMethod · 0.65

Tested by

no test coverage detected