|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmockmaker.structure.ReflectionAbstractStructure
mockmaker.structure.ReflectionConstructorStructure
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 |
private java.lang.reflect.Constructor con
Constructor Detail |
public ReflectionConstructorStructure(java.lang.reflect.Constructor con)
Method Detail |
public java.lang.String getName()
getName
in interface MethodStructure
public ClassStructure getReturnType()
getReturnType
in interface MethodStructure
public ClassStructure[] getParameterTypes()
getParameterTypes
in interface MethodStructure
public ClassStructure[] getExceptions()
getExceptions
in interface MethodStructure
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |