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

Method VisitTemporalAnnotation

parse/gen/mangle_visitor.go:38–38  ·  view source on GitHub ↗

Visit a parse tree produced by MangleParser#temporalAnnotation.

(ctx *TemporalAnnotationContext)

Source from the content-addressed store, hash-verified

36
37 // Visit a parse tree produced by MangleParser#temporalAnnotation.
38 VisitTemporalAnnotation(ctx *TemporalAnnotationContext) interface{}
39
40 // Visit a parse tree produced by MangleParser#temporalBound.
41 VisitTemporalBound(ctx *TemporalBoundContext) interface{}

Callers 1

AcceptMethod · 0.65

Implementers 2

Parserparse/parse.go
BaseMangleVisitorparse/gen/mangle_base_visitor.go

Calls

no outgoing calls

Tested by

no test coverage detected