1parser grammar t052importS6;
2options {
3    language=JavaScript;
4}
5@members {
6    this.capture = function(t) {
7        this.gt052importM6.capture(t);
8    };
9}
10a : b { this.capture("S.a") } ;
11b : B ;
12