org.codehaus.aspectwerkz
Class MethodTuple
java.lang.Object
org.codehaus.aspectwerkz.MethodTuple
- All Implemented Interfaces:
- Serializable
- public class MethodTuple
- extends Object
- implements Serializable
Contains a pair of the original method and the wrapper method if such a method exists.
- Author:
- Jonas Bonér
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodTuple
public MethodTuple(Method wrapperMethod,
Method originalMethod)
- Parameters:
wrapperMethod
- originalMethod
-
isWrapped
public boolean isWrapped()
getDeclaringClass
public Class getDeclaringClass()
getWrapperMethod
public Method getWrapperMethod()
getOriginalMethod
public Method getOriginalMethod()
getName
public String getName()
Copyright © 2002-2004 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.