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

Method Accept

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

Source from the content-addressed store, hash-verified

2192}
2193
2194func (s *TemporalAnnotationContext) Accept(visitor antlr.ParseTreeVisitor) interface{} {
2195 switch t := visitor.(type) {
2196 case MangleVisitor:
2197 return t.VisitTemporalAnnotation(s)
2198
2199 default:
2200 return t.VisitChildren(s)
2201 }
2202}
2203
2204func (p *MangleParser) TemporalAnnotation() (localctx ITemporalAnnotationContext) {
2205 localctx = NewTemporalAnnotationContext(p, p.GetParserRuleContext(), p.GetState())

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected