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

Method VisitFormalParameter

parser/gscript_visitor.go:45–45  ·  view source on GitHub ↗

Visit a parse tree produced by GScriptParser#formalParameter.

(ctx *FormalParameterContext)

Source from the content-addressed store, hash-verified

43
44 // Visit a parse tree produced by GScriptParser#formalParameter.
45 VisitFormalParameter(ctx *FormalParameterContext) interface{}
46
47 // Visit a parse tree produced by GScriptParser#lastFormalParameter.
48 VisitLastFormalParameter(ctx *LastFormalParameterContext) interface{}

Callers 1

AcceptMethod · 0.65

Implementers 1

BaseGScriptVisitorparser/gscript_base_visitor.go

Calls

no outgoing calls

Tested by

no test coverage detected