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

Method VisitFormalParameters

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

Visit a parse tree produced by GScriptParser#formalParameters.

(ctx *FormalParametersContext)

Source from the content-addressed store, hash-verified

37
38 // Visit a parse tree produced by GScriptParser#formalParameters.
39 VisitFormalParameters(ctx *FormalParametersContext) interface{}
40
41 // Visit a parse tree produced by GScriptParser#formalParameterList.
42 VisitFormalParameterList(ctx *FormalParameterListContext) interface{}

Callers 1

AcceptMethod · 0.65

Implementers 1

BaseGScriptVisitorparser/gscript_base_visitor.go

Calls

no outgoing calls

Tested by

no test coverage detected