1parser grammar t052importS5;
2options {
3    language=JavaScript;
4}
5tokens { A; B; C; }
6@members {
7    this.capture = function(t) {
8        this.gt052importM5.capture(t);
9    };
10}
11x : A {this.capture("S.x ");} ;
12