MCPcopy
hub / github.com/google/mangle / VisitProgram

Method VisitProgram

parse/gen/mangle_visitor.go:14–14  ·  view source on GitHub ↗

Visit a parse tree produced by MangleParser#program.

(ctx *ProgramContext)

Source from the content-addressed store, hash-verified

12
13 // Visit a parse tree produced by MangleParser#program.
14 VisitProgram(ctx *ProgramContext) interface{}
15
16 // Visit a parse tree produced by MangleParser#packageDecl.
17 VisitPackageDecl(ctx *PackageDeclContext) interface{}

Callers 1

AcceptMethod · 0.65

Implementers 2

Parserparse/parse.go
BaseMangleVisitorparse/gen/mangle_base_visitor.go

Calls

no outgoing calls

Tested by

no test coverage detected