com.thoughtworks.qdox.model
public class JavaParameter extends Object implements Serializable
| Field Summary | |
|---|---|
| static JavaParameter[] | EMPTY_ARRAY |
| String | name |
| JavaMethod | parentMethod |
| Type | type |
| Constructor Summary | |
|---|---|
| JavaParameter(Type type, String name) | |
| Method Summary | |
|---|---|
| boolean | equals(Object obj) |
| String | getName() |
| JavaMethod | getParentMethod() |
| Type | getType() |
| int | hashCode() |
| void | setParentMethod(JavaMethod parentMethod) |