예제 #1
0
 public Token(Token t, String[] keys_to_copy)
     : this()
 {
     this.loadFields(keys_to_copy, "old", t);
 }