387388389390391392393
* * @param target * @return */ public static CopyTokenFunction copyTo(Token target) { return new CopyTokenFunction(target); }