| Package | Description |
|---|---|
| org.codehaus.modello.plugin.java.javasource |
| Modifier and Type | Field and Description |
|---|---|
private JDocComment |
JField.comment |
private JDocComment |
JMethodSignature.jdc
The JavaDoc comment for this method signature.
|
private JDocComment |
JStructure.jdc
The Javadoc for this JStructure
|
private JDocComment |
JMethod.jdc
The JavaDoc comment for this JMethod.
|
| Modifier and Type | Method and Description |
|---|---|
JDocComment |
JField.getComment()
Returns the comment describing this member.
|
JDocComment |
JMethodSignature.getJDocComment()
Returns the JDocComment describing this JMethodSignature
|
JDocComment |
JStructure.getJDocComment()
Returns the Java Doc comment for this JStructure
|
JDocComment |
JMethod.getJDocComment()
Returns the JDocComment describing this member.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JField.setComment(JDocComment comment)
Sets the comment describing this member.
|