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.
 

Method Detail

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 modify
method - method this body will belong to
handler - the handler that processes the code generation