| [news.eclipse.tools.jdt] Re: Changing Java source in a builder; which mechanism? |
Walter, what you say makes sense. The method I was trying to add is required by our current API implementation and is similar to a copy method, in which the body of the method called each of the setters in the class and filled them with values. In that scenario, I wanted the method to be dynamically recontructed each time a new getter/setter were added to the class.
-- Thorbjørn