Visit a parse tree produced by MangleParser#temporalAnnotation.
(ctx *TemporalAnnotationContext)
| 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{} |