Interface JParamDeclaration
- All Superinterfaces:
JAnnotatable
- All Known Implementing Classes:
ImplJParamDeclaration
A parameter declaration.
-
Method Summary
Methods inherited from interface JAnnotatable
annotate, annotate, annotate
-
Method Details
-
type
-
name
-
mods
int mods()Get the parameter modifiers.- Returns:
- the parameter modifiers
-
varargs
boolean varargs()Determine whether the parameter is a vararg parameter.- Returns:
trueif the parameter is vararg,falseotherwise
-
doc
-