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

Method VisitFormalParameterList

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

Visit a parse tree produced by GScriptParser#formalParameterList.

(ctx *FormalParameterListContext)

Source from the content-addressed store, hash-verified

40
41 // Visit a parse tree produced by GScriptParser#formalParameterList.
42 VisitFormalParameterList(ctx *FormalParameterListContext) interface{}
43
44 // Visit a parse tree produced by GScriptParser#formalParameter.
45 VisitFormalParameter(ctx *FormalParameterContext) interface{}

Callers 1

AcceptMethod · 0.65

Implementers 1

BaseGScriptVisitorparser/gscript_base_visitor.go

Calls

no outgoing calls

Tested by

no test coverage detected