org.codehaus.aspectwerkz
Class ConstructorTuple
java.lang.Object
org.codehaus.aspectwerkz.ConstructorTuple
- All Implemented Interfaces:
- Serializable
- public class ConstructorTuple
- 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 |
ConstructorTuple
public ConstructorTuple(Constructor wrapperConstructor,
Constructor originalConstructor)
- Creates a new tuple.
- Parameters:
wrapperConstructor
- originalConstructor
-
isWrapped
public boolean isWrapped()
getDeclaringClass
public Class getDeclaringClass()
getWrapperConstructor
public Constructor getWrapperConstructor()
getOriginalConstructor
public Constructor getOriginalConstructor()
getName
public String getName()
Copyright © 2002-2004 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.