de.uni_paderborn.fujaba.codegen
Interface UMLMethodOOHandler.MethodBodyReviewer
- Enclosing interface:
- UMLMethodOOHandler
- public static interface UMLMethodOOHandler.MethodBodyReviewer
Interface that reviewers must implement
- Version:
- $Revision: 1.46 $
- Author:
- $Author: cschneid $
Method Summary |
void |
review(java.lang.StringBuffer methodBody,
FMethod method,
UMLMethodOOHandler handler)
This method is called whenever a method body was generated to give the Reviewer the
possibility to change the code. |
review
public void review(java.lang.StringBuffer methodBody,
FMethod method,
UMLMethodOOHandler handler)
- This method is called whenever a method body was generated to give the Reviewer the
possibility to change the code.
- Parameters:
methodBody
- current method body to modifymethod
- method this body will belong tohandler
- the handler that processes the code generation