com.thoughtworks.qdox.model
public class JavaParameter extends Object implements Serializable
Field Summary | |
---|---|
static JavaParameter[] | EMPTY_ARRAY |
Constructor Summary | |
---|---|
JavaParameter(Type type, String name) | |
JavaParameter(Type type, String name, boolean varArgs) |
Method Summary | |
---|---|
boolean | equals(Object obj) |
String | getName() |
JavaMethod | getParentMethod() |
String | getResolvedGenericValue() |
String | getResolvedValue() |
Type | getType() |
int | hashCode() |
boolean | isVarArgs()
Is this a Java 5 var args type specified using three dots. e.g. void doStuff(Object... thing) |
void | setParentMethod(JavaMethod parentMethod) |
String | toString() |
Returns: the resolved value if the method has typeParameters, otherwise type's value
Since: 1.10
Since: 1.6