public class MethodWrapper extends Object
Constructor and Description |
---|
MethodWrapper(Method method)
Create a new method wrapper.
|
MethodWrapper(String name,
Method method)
Create a new method wrapper.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Equal when name and parameters are equal.
|
Method |
getMethod()
Get the method.
|
String |
getName()
Get the name.
|
int |
hashCode()
Get the hash code.
|
void |
setMethod(Method method)
Set the method.
|
void |
setName(String name)
Set the name.
|
public MethodWrapper(Method method)
public Method getMethod()
public void setMethod(Method method)
method
- The method to set.public String getName()
public void setName(String name)
name
- The name to set.Copyright © 2012. All Rights Reserved.