***************** Reserved ***************** VisitStatementDefault visits the node
(ctx *antlrgen.StatementDefaultContext)
| 1061 | |
| 1062 | // VisitStatementDefault visits the node |
| 1063 | func (v *ASTBuilder) VisitStatementDefault(ctx *antlrgen.StatementDefaultContext) interface{} { |
| 1064 | return v.VisitChildren(ctx) |
| 1065 | } |
| 1066 | |
| 1067 | // VisitQueryTermDefault visits the node |
| 1068 | func (v *ASTBuilder) VisitQueryTermDefault(ctx *antlrgen.QueryTermDefaultContext) interface{} { |
nothing calls this directly
no test coverage detected