mockmaker.structure
Class ReflectionConstructorStructure

java.lang.Object
  extended by mockmaker.structure.ReflectionAbstractStructure
      extended by mockmaker.structure.ReflectionConstructorStructure
All Implemented Interfaces:
MethodStructure

public class ReflectionConstructorStructure
extends ReflectionAbstractStructure
implements MethodStructure


Field Summary
private  java.lang.reflect.Constructor con
           
 
Constructor Summary
ReflectionConstructorStructure(java.lang.reflect.Constructor con)
           
 
Method Summary
 ClassStructure[] getExceptions()
           
 java.lang.String getName()
           
 ClassStructure[] getParameterTypes()
           
 ClassStructure getReturnType()
           
 
Methods inherited from class mockmaker.structure.ReflectionAbstractStructure
convertClasses
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

con

private java.lang.reflect.Constructor con
Constructor Detail

ReflectionConstructorStructure

public ReflectionConstructorStructure(java.lang.reflect.Constructor con)
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