mockmaker.structure
Interface MethodStructure

All Known Implementing Classes:
ReflectionAbstractStructure, ReflectionConstructorStructure, ReflectionMethodStructure, SourceMethodStructure

public interface MethodStructure


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

Method Detail

getName

java.lang.String getName()

getReturnType

ClassStructure getReturnType()

getParameterTypes

ClassStructure[] getParameterTypes()

getExceptions

ClassStructure[] getExceptions()