com.thoughtworks.qdox.model
Class JavaParameter
java.lang.Object
com.thoughtworks.qdox.model.JavaParameter
- All Implemented Interfaces:
- Serializable
- public class JavaParameter
- extends Object
- implements Serializable
- See Also:
- Serialized Form
EMPTY_ARRAY
public static final JavaParameter[] EMPTY_ARRAY
JavaParameter
public JavaParameter(Type type,
String name)
getName
public String getName()
getType
public Type getType()
equals
public boolean equals(Object obj)
hashCode
public int hashCode()
getParentMethod
public JavaMethod getParentMethod()
setParentMethod
public void setParentMethod(JavaMethod parentMethod)
Copyright © 2002-2003 ThoughtWorks, Inc. All Rights Reserved.