blob: 5ddcc73a3ceb4a45dcdb6bc5834c5a29a4966f36 [file] [log] [blame]
parser grammar t052importT4;
options {
language=JavaScript;
}
@members {
this.capture = function(t) {
this.gt052importM4.capture(t);
};
}
a : B {this.capture("T.a");} ; // hidden by S.a