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)
JavaParameter
public JavaParameter(Type type,
String name,
boolean varArgs)
getName
public String getName()
getType
public Type getType()
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
getParentMethod
public JavaMethod getParentMethod()
setParentMethod
public void setParentMethod(JavaMethod parentMethod)
isVarArgs
public boolean isVarArgs()
- Is this a Java 5 var args type specified using three dots. e.g. void doStuff(Object... thing)
- Since:
- 1.6
Copyright © 2002-2007. All Rights Reserved.