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

Method Accept

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

Source from the content-addressed store, hash-verified

1630}
1631
1632func (s *BoundsBlockContext) Accept(visitor antlr.ParseTreeVisitor) interface{} {
1633 switch t := visitor.(type) {
1634 case MangleVisitor:
1635 return t.VisitBoundsBlock(s)
1636
1637 default:
1638 return t.VisitChildren(s)
1639 }
1640}
1641
1642func (p *MangleParser) BoundsBlock() (localctx IBoundsBlockContext) {
1643 localctx = NewBoundsBlockContext(p, p.GetParserRuleContext(), p.GetState())

Callers

nothing calls this directly

Calls 1

VisitBoundsBlockMethod · 0.65

Tested by

no test coverage detected