LexoticInstance res = new LexoticInstance();
res.target = target;
return res;
}
public static SixModelObject lexotic_tc(long target, ThreadContext tc) {
LexoticInstance res = new LexoticInstance();
res.st = tc.gc.Lexotic.st;
res.target = target;
return res;
}