Interface JParamDeclaration
- All Superinterfaces:
JAnnotatable
A parameter declaration.
- Author:
- David M. Lloyd
-
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
-