mockmaker.structure
Class SourceMethodStructure
java.lang.Object
mockmaker.structure.SourceMethodStructure
- All Implemented Interfaces:
- MethodStructure
public class SourceMethodStructure
- extends java.lang.Object
- implements MethodStructure
Field Summary |
private com.thoughtworks.qdox.model.JavaMethod |
mth
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
mth
private com.thoughtworks.qdox.model.JavaMethod mth
SourceMethodStructure
SourceMethodStructure(com.thoughtworks.qdox.model.JavaMethod mth)
getName
public java.lang.String getName()
- Specified by:
getName
in interface MethodStructure
getReturnType
public ClassStructure getReturnType()
- Specified by:
getReturnType
in interface MethodStructure
getParameterTypes
public ClassStructure[] getParameterTypes()
- Specified by:
getParameterTypes
in interface MethodStructure
getExceptions
public ClassStructure[] getExceptions()
- Specified by:
getExceptions
in interface MethodStructure
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object