public boolean visit(ExtendedStringLiteral literal, BlockScope scope) { this.collector.append("[v ESL " + cut(literal.toString()) + "]\n"); return super.visit(literal, scope); }
public void endVisit(ExtendedStringLiteral literal, BlockScope scope) { this.collector.append("[ev ESL " + cut(literal.toString()) + "]\n"); super.endVisit(literal, scope); }