mockmaker.structure
Class ReflectionMethodStructure
java.lang.Object
mockmaker.structure.ReflectionAbstractStructure
mockmaker.structure.ReflectionMethodStructure
- All Implemented Interfaces:
- MethodStructure
public class ReflectionMethodStructure
- extends ReflectionAbstractStructure
Field Summary |
private java.lang.reflect.Method |
mth
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mth
private java.lang.reflect.Method mth
ReflectionMethodStructure
public ReflectionMethodStructure(java.lang.reflect.Method mth)
getName
public java.lang.String getName()
getReturnType
public ClassStructure getReturnType()
getParameterTypes
public ClassStructure[] getParameterTypes()
getExceptions
public ClassStructure[] getExceptions()
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object