mockmaker.structure
Class ReflectionMethodStructure

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

public class ReflectionMethodStructure
extends ReflectionAbstractStructure


Field Summary
private  java.lang.reflect.Method mth
           
 
Constructor Summary
ReflectionMethodStructure(java.lang.reflect.Method mth)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 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, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mth

private java.lang.reflect.Method mth
Constructor Detail

ReflectionMethodStructure

public ReflectionMethodStructure(java.lang.reflect.Method mth)
Method Detail

getName

public java.lang.String getName()

getReturnType

public ClassStructure getReturnType()

getParameterTypes

public ClassStructure[] getParameterTypes()

getExceptions

public ClassStructure[] getExceptions()

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object