mockmaker.structure
Class ReflectionAbstractStructure

java.lang.Object
  extended bymockmaker.structure.ReflectionAbstractStructure
All Implemented Interfaces:
MethodStructure
Direct Known Subclasses:
ReflectionConstructorStructure, ReflectionMethodStructure

public abstract class ReflectionAbstractStructure
extends java.lang.Object
implements MethodStructure


Constructor Summary
ReflectionAbstractStructure()
           
 
Method Summary
protected  ClassStructure[] convertClasses(java.lang.Class[] classes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface mockmaker.structure.MethodStructure
getExceptions, getName, getParameterTypes, getReturnType
 

Constructor Detail

ReflectionAbstractStructure

public ReflectionAbstractStructure()
Method Detail

convertClasses

protected ClassStructure[] convertClasses(java.lang.Class[] classes)