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

Method Accept

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

Source from the content-addressed store, hash-verified

1983}
1984
1985func (s *ClauseContext) Accept(visitor antlr.ParseTreeVisitor) interface{} {
1986 switch t := visitor.(type) {
1987 case MangleVisitor:
1988 return t.VisitClause(s)
1989
1990 default:
1991 return t.VisitChildren(s)
1992 }
1993}
1994
1995func (p *MangleParser) Clause() (localctx IClauseContext) {
1996 localctx = NewClauseContext(p, p.GetParserRuleContext(), p.GetState())

Callers

nothing calls this directly

Calls 1

VisitClauseMethod · 0.65

Tested by

no test coverage detected