示例#1
0
 public NominMapper parse(Reader... readers) {
   for (Reader reader : readers) parse(scriptLoader.loadWithReader(reader));
   return this;
 }