public interface JParamDeclaration extends JAnnotatable
| Modifier and Type | Method and Description |
|---|---|
JComment |
doc()
Get the
@param JavaDoc block for this parameter. |
int |
mods()
Get the parameter modifiers.
|
java.lang.String |
name()
Get the parameter name.
|
JType |
type()
Get the parameter type.
|
boolean |
varargs()
Determine whether the parameter is a vararg parameter.
|
annotate, annotate, annotateJType type()
java.lang.String name()
int mods()
boolean varargs()
true if the parameter is vararg, false otherwiseJComment doc()
@param JavaDoc block for this parameter.