1parser grammar t052importS2; 2options { 3 language=JavaScript; 4} 5@members { 6 this.capture = function(t) { 7 this.gt052importM2.capture(t); 8 } 9} 10a[x] returns [y] : B {this.capture("S.a"); $y="1000";} ; 11
1parser grammar t052importS2; 2options { 3 language=JavaScript; 4} 5@members { 6 this.capture = function(t) { 7 this.gt052importM2.capture(t); 8 } 9} 10a[x] returns [y] : B {this.capture("S.a"); $y="1000";} ; 11