Generate Accessors

     This transformation generates accessors methods (i.e. "get" and "set" methods) for all public fields  in a given class. This transformation also encapsulates these fields, changing their visibility to private.