public interface JamClassPopulator
| Modifier and Type | Method and Description |
|---|---|
void |
populate(MClass c)
Called by JAM to 'fill out' an instance of a given MClass with
things like methods and fields.
|
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.
c - Copyright © 2010 - 2020 Adobe. All Rights Reserved