com.agical.rmock.core.expectation.reference
Class BasicMethodReference
java.lang.Object
com.agical.rmock.core.expectation.reference.BasicMethodReference
- All Implemented Interfaces:
- MethodReference
public class BasicMethodReference
- extends Object
- implements MethodReference
- Author:
- brolund
(c) 2005 Agical AB
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicMethodReference
public BasicMethodReference(Method method)
getName
public String getName()
- Specified by:
getName
in interface MethodReference
getDeclaringClass
public Class getDeclaringClass()
- Specified by:
getDeclaringClass
in interface MethodReference
getReturnType
public Class getReturnType()
- Specified by:
getReturnType
in interface MethodReference
getAccessModifier
public String getAccessModifier()
- Specified by:
getAccessModifier
in interface MethodReference
getScope
public String getScope()
- Specified by:
getScope
in interface MethodReference
getSynchronized
public String getSynchronized()
- Specified by:
getSynchronized
in interface MethodReference
getParameterTypes
public Class[] getParameterTypes()
- Specified by:
getParameterTypes
in interface MethodReference
Copyright © 2005-2011 Agical AB. All Rights Reserved.