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

Method Accept

parse/gen/mangle_parser.go:1459–1467  ·  view source on GitHub ↗
(visitor antlr.ParseTreeVisitor)

Source from the content-addressed store, hash-verified

1457}
1458
1459func (s *DescrBlockContext) Accept(visitor antlr.ParseTreeVisitor) interface{} {
1460 switch t := visitor.(type) {
1461 case MangleVisitor:
1462 return t.VisitDescrBlock(s)
1463
1464 default:
1465 return t.VisitChildren(s)
1466 }
1467}
1468
1469func (p *MangleParser) DescrBlock() (localctx IDescrBlockContext) {
1470 localctx = NewDescrBlockContext(p, p.GetParserRuleContext(), p.GetState())

Callers

nothing calls this directly

Calls 1

VisitDescrBlockMethod · 0.65

Tested by

no test coverage detected