final void setType(OJClass type) throws CannotAlterException {
   definition.setTypeSpecifier(TypeName.forOJClass(type));
 }