mockmaker.structure
Class SourceMethodStructure

java.lang.Object
  extended bymockmaker.structure.SourceMethodStructure
All Implemented Interfaces:
MethodStructure

public class SourceMethodStructure
extends java.lang.Object
implements MethodStructure


Field Summary
private  com.thoughtworks.qdox.model.JavaMethod mth
           
 
Constructor Summary
(package private) SourceMethodStructure(com.thoughtworks.qdox.model.JavaMethod mth)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 ClassStructure[] getExceptions()
           
 java.lang.String getName()
           
 ClassStructure[] getParameterTypes()
           
 ClassStructure getReturnType()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mth

private com.thoughtworks.qdox.model.JavaMethod mth
Constructor Detail

SourceMethodStructure

SourceMethodStructure(com.thoughtworks.qdox.model.JavaMethod mth)
Method Detail

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()

equals

public boolean equals(java.lang.Object obj)