示例#1
0
 public int getContextSize() {
   if (tmImporter != null) {
     return tmImporter.getContextSize();
   }
   return 1;
 }