Package | Description |
---|---|
org.codehaus.modello.plugin.java.javasource |
Modifier and Type | Field and Description |
---|---|
private java.util.List<JDocDescriptor> |
JDocComment._descriptors
An ordered list of descriptors
|
Modifier and Type | Method and Description |
---|---|
static JDocDescriptor |
JDocDescriptor.createAuthorDesc()
Creates a new author descriptor
|
static JDocDescriptor |
JDocDescriptor.createAuthorDesc(java.lang.String name)
Creates a new author descriptor
|
static JDocDescriptor |
JDocDescriptor.createExceptionDesc()
Creates a new exception descriptor
|
static JDocDescriptor |
JDocDescriptor.createExceptionDesc(java.lang.String name,
java.lang.String desc)
Creates a new exception descriptor
|
static JDocDescriptor |
JDocDescriptor.createParamDesc()
Creates a new param descriptor
|
static JDocDescriptor |
JDocDescriptor.createParamDesc(java.lang.String name,
java.lang.String desc)
Creates a new param descriptor
|
static JDocDescriptor |
JDocDescriptor.createReferenceDesc()
Creates a new reference descriptor
|
static JDocDescriptor |
JDocDescriptor.createReferenceDesc(java.lang.String name)
Creates a new reference descriptor
|
static JDocDescriptor |
JDocDescriptor.createReturnDesc()
Creates a new return descriptor
|
static JDocDescriptor |
JDocDescriptor.createReturnDesc(java.lang.String desc)
Creates a new return descriptor
|
static JDocDescriptor |
JDocDescriptor.createVersionDesc()
Creates a new version descriptor
|
static JDocDescriptor |
JDocDescriptor.createVersionDesc(java.lang.String version)
Creates a new version descriptor
|
JDocDescriptor |
JDocComment.getParamDescriptor(java.lang.String name)
Returns the Parameter Descriptor associated with the
given name
|
Modifier and Type | Method and Description |
---|---|
java.util.Enumeration<JDocDescriptor> |
JDocComment.getDescriptors()
Returns an enumeration of the parameters of this JDocComment
|
Modifier and Type | Method and Description |
---|---|
void |
JDocComment.addDescriptor(JDocDescriptor jdesc)
Adds the given JDocDescriptor to this JDocComment
|
protected short |
JDocDescriptor.compareTo(JDocDescriptor jdd)
Compares the type of this JDocDescriptor with the given descriptor.
|