mockmaker.structure
Interface MethodStructure

All Known Implementing Classes:
ReflectionAbstractStructure, ReflectionConstructorStructure, SourceMethodStructure

public interface MethodStructure


Method Summary
 ClassStructure[] getExceptions()
           
 java.lang.String getName()
           
 ClassStructure[] getParameterTypes()
           
 ClassStructure getReturnType()
           
 

Method Detail

getName

public java.lang.String getName()

getReturnType

public ClassStructure getReturnType()

getParameterTypes

public ClassStructure[] getParameterTypes()

getExceptions

public ClassStructure[] getExceptions()