72737475767778
return new Token(new PrimitiveObject<T>(this, (T) source), getTokenType()); } @Override public void write(Variable<?> data) throws InvalidAccessException { throw new InvalidAccessException("Cannot overwrite a PrimitiveClass."); }