public class ReflectionMethodStructure extends ReflectionAbstractStructure
| Modifier and Type | Field and Description |
|---|---|
private java.lang.reflect.Method |
mth |
| Constructor and Description |
|---|
ReflectionMethodStructure(java.lang.reflect.Method mth) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
ClassStructure[] |
getExceptions() |
java.lang.String |
getName() |
ClassStructure[] |
getParameterTypes() |
ClassStructure |
getReturnType() |
convertClassespublic ReflectionMethodStructure(java.lang.reflect.Method mth)
public java.lang.String getName()
public ClassStructure getReturnType()
public ClassStructure[] getParameterTypes()
public ClassStructure[] getExceptions()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Object