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

Method Accept

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

Source from the content-addressed store, hash-verified

2352}
2353
2354func (s *TemporalBoundContext) Accept(visitor antlr.ParseTreeVisitor) interface{} {
2355 switch t := visitor.(type) {
2356 case MangleVisitor:
2357 return t.VisitTemporalBound(s)
2358
2359 default:
2360 return t.VisitChildren(s)
2361 }
2362}
2363
2364func (p *MangleParser) TemporalBound() (localctx ITemporalBoundContext) {
2365 localctx = NewTemporalBoundContext(p, p.GetParserRuleContext(), p.GetState())

Callers

nothing calls this directly

Calls 1

VisitTemporalBoundMethod · 0.65

Tested by

no test coverage detected