public class JavaParameter extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static JavaParameter[] |
EMPTY_ARRAY |
Constructor and Description |
---|
JavaParameter(Type type,
String name) |
JavaParameter(Type type,
String name,
boolean varArgs) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getName() |
JavaMethod |
getParentMethod() |
Type |
getType() |
int |
hashCode() |
boolean |
isVarArgs()
Is this a Java 5 var args type specified using three dots.
|
void |
setParentMethod(JavaMethod parentMethod) |
public static final JavaParameter[] EMPTY_ARRAY
public String getName()
public Type getType()
public JavaMethod getParentMethod()
public void setParentMethod(JavaMethod parentMethod)
public boolean isVarArgs()
Copyright © 2002-2013. All Rights Reserved.