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

Method VisitOperatorOverloading

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

Visit a parse tree produced by GScriptParser#operatorOverloading.

(ctx *OperatorOverloadingContext)

Source from the content-addressed store, hash-verified

25
26 // Visit a parse tree produced by GScriptParser#operatorOverloading.
27 VisitOperatorOverloading(ctx *OperatorOverloadingContext) interface{}
28
29 // Visit a parse tree produced by GScriptParser#functionBody.
30 VisitFunctionBody(ctx *FunctionBodyContext) interface{}

Callers 1

AcceptMethod · 0.65

Implementers 1

BaseGScriptVisitorparser/gscript_base_visitor.go

Calls

no outgoing calls

Tested by

no test coverage detected