| java.lang.Object org.acm.seguin.pretty.ai.MethodAnalyzer
MethodAnalyzer | public class MethodAnalyzer (Code) | | Basis for the artificial intelligence that analyzes the method and determines the appropriate javadoc descriptions
author: Chris Seguin author: Mike Atkinson |
Method Summary | |
public void | finish(String className) Makes sure all the java doc components are present. |
MethodAnalyzer | public MethodAnalyzer(ASTMethodDeclaration node, JavaDocableImpl jdi)(Code) | | Constructor for the MethodAnalyzer object
Parameters: node - Description of Parameter Parameters: jdi - Description of Parameter |
finish | public void finish(String className)(Code) | | Makes sure all the java doc components are present. For methods and constructors we need to do more work -
checking parameters, return types, and exceptions.
Parameters: className - Description of Parameter |
|
|