VisitSetQuantifier visits the node
(ctx *antlrgen.SetQuantifierContext)
| 1105 | |
| 1106 | // VisitSetQuantifier visits the node |
| 1107 | func (v *ASTBuilder) VisitSetQuantifier(ctx *antlrgen.SetQuantifierContext) interface{} { |
| 1108 | return v.VisitChildren(ctx) |
| 1109 | } |
| 1110 | |
| 1111 | // VisitRelationDefault visits the node |
| 1112 | func (v *ASTBuilder) VisitRelationDefault(ctx *antlrgen.RelationDefaultContext) interface{} { |
nothing calls this directly
no test coverage detected