|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.acm.seguin.pretty.ForceJavadocComments
public class ForceJavadocComments
Forces javadoc comments only for a certain level of source code. The level is based on the permissions associated with the file.
| Constructor Summary | |
|---|---|
ForceJavadocComments()
|
|
| Method Summary | |
|---|---|
boolean |
isJavaDocRequired(java.lang.String type,
net.sourceforge.jrefactory.ast.ModifierHolder mods)
Determines if the java doc comment is required for the particular method or field |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ForceJavadocComments()
| Method Detail |
|---|
public boolean isJavaDocRequired(java.lang.String type,
net.sourceforge.jrefactory.ast.ModifierHolder mods)
type - the type (method or field)mods - the modifiers associated with this object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||