Package | Description |
---|---|
org.exolab.javasource |
This package contains classes that represent Java Source objects for Castor XML
code generator.
|
Modifier and Type | Method and Description |
---|---|
JDocComment |
AbstractJField.getComment()
Returns the JavaDoc comment describing this member.
|
JDocComment |
JEnumConstant.getComment()
Returns the JavaDoc comment describing this JEnumConstant.
|
JDocComment |
JAnnotationTypeElement.getComment()
Returns the JavaDoc comment describing this member.
|
JDocComment |
JStructure.getJDocComment()
Returns the JavaDoc comment for this JStructure.
|
JDocComment |
JMethod.getJDocComment()
Returns the JavaDoc comment describing this JMethod.
|
JDocComment |
JMethodSignature.getJDocComment()
Returns the JavaDoc comment describing this JMethodSignature.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractJField.setComment(JDocComment comment)
Sets the JavaDoc comment describing this JField.
|
void |
JEnumConstant.setComment(JDocComment comment)
Sets the JavaDoc comment describing this JEnumConstant.
|
void |
JAnnotationTypeElement.setComment(JDocComment comment)
Sets the JavaDoc comment describing this member.
|
Copyright © 2024. All rights reserved.