|
||||||||||
| 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. |
java.util.List<java.lang.String> |
createBody(SgMethod method,
java.lang.Class<?>... intf)
Creates the source code for a method. |
| Method Detail |
|---|
void afterClassCreated(SgClass clasz)
clasz - Class without any method yet.
java.util.List<java.lang.String> createBody(SgMethod method,
java.lang.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 | |||||||||