public class XMethodParameter extends Object implements Comparable<XMethodParameter>
| Constructor and Description |
|---|
XMethodParameter(XMethod m,
int p)
Create a new Method parameter reference
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(XMethodParameter mp2) |
boolean |
equals(Object o) |
XMethod |
getMethod() |
int |
getParameterNumber() |
int |
hashCode() |
String |
toString() |
public XMethodParameter(XMethod m, int p)
m - the method of which this is a parameter top - the parameter index (0 for first parameter)public XMethod getMethod()
public int getParameterNumber()
public int compareTo(XMethodParameter mp2)
compareTo in interface Comparable<XMethodParameter>Copyright © 2003–2015. All rights reserved.