|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acm.seguin.pretty.ai.MethodAnalyzer
public class MethodAnalyzer
Basis for the artificial intelligence that analyzes the method and determines the appropriate javadoc descriptions
Constructor Summary | |
---|---|
MethodAnalyzer(net.sourceforge.jrefactory.ast.ASTMethodDeclaration node,
JavaDocableImpl jdi)
Constructor for the MethodAnalyzer object |
Method Summary | |
---|---|
void |
finish(java.lang.String className)
Makes sure all the java doc components are present. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MethodAnalyzer(net.sourceforge.jrefactory.ast.ASTMethodDeclaration node, JavaDocableImpl jdi)
node
- Description of Parameterjdi
- Description of ParameterMethod Detail |
---|
public void finish(java.lang.String className)
className
- Description of Parameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |