1 parser grammar t052importT4; 2 options { 3 language=JavaScript; 4 } 5 @members { 6 this.capture = function(t) { 7 this.gt052importM4.capture(t); 8 }; 9 } 10 a : B {this.capture("T.a");} ; // hidden by S.a 11