org.codehaus.jam.provider
Interface JamClassPopulator


public interface JamClassPopulator

Author:
Patrick Calahan <email: pcal-at-bea-dot-com>

Method Summary
 void populate(MClass c)
          Called by JAM to 'fill out' an instance of a given MClass with things like methods and fields.
 

Method Detail

populate

void populate(MClass c)

Called by JAM to 'fill out' an instance of a given MClass with things like methods and fields. The implementing builder is responsible for inspecting the source artifact (typically a source or class file) to call the appropriate createX methods on the given MClass.

Parameters:
c -