Visit a parse tree produced by MangleParser#clause.
(ctx *ClauseContext)
| 33 | |
| 34 | // Visit a parse tree produced by MangleParser#clause. |
| 35 | VisitClause(ctx *ClauseContext) interface{} |
| 36 | |
| 37 | // Visit a parse tree produced by MangleParser#temporalAnnotation. |
| 38 | VisitTemporalAnnotation(ctx *TemporalAnnotationContext) interface{} |