|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ImplementationFactoryListener
Creates the source code for the method implementations.
| Method Summary | |
|---|---|
void |
afterClassCreated(SgClass clasz)
The class was just created and implements the interface. |
List<String> |
createBody(SgMethod method,
Class<?>... intf)
Creates the source code for a method. |
| Method Detail |
|---|
void afterClassCreated(SgClass clasz)
clasz - Class without any method yet.
List<String> createBody(SgMethod method,
Class<?>... intf)
method - Method to create source code for.intf - Interfaces the created method belongs to.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||