(node antlr.RuleNode, currentResult interface{})
| 125 | } |
| 126 | |
| 127 | func (v *ASTBuilder) shouldVisitNextChild(node antlr.RuleNode, currentResult interface{}) bool { |
| 128 | return true |
| 129 | } |
| 130 | |
| 131 | func (v *ASTBuilder) aggregateResult(node antlr.ParseTree, aggregate interface{}, nextResult interface{}) interface{} { |
| 132 | location := v.getLocation(node) |