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.
|
String |
name()
Get the parameter name.
|
JType |
type()
Get the parameter type.
|
boolean |
varargs()
Determine whether the parameter is a vararg parameter.
|
annotate, annotate, annotate
JType type()
String name()
int mods()
boolean varargs()
true
if the parameter is vararg, false
otherwiseJComment doc()
@param
JavaDoc block for this parameter.Copyright © 2016. All rights reserved.