// terminal INT returns ecore::EInt:
 //	"0".."9" ("0".."9" | "_")*;
 public TerminalRule getINTRule() {
   return gaCommonGrammar.getINTRule();
 }