org.codehaus.aspectwerkz
Class ConstructorTuple

java.lang.Object
  extended byorg.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

Constructor Summary
ConstructorTuple(Constructor wrapperConstructor, Constructor originalConstructor)
          Creates a new tuple.
 
Method Summary
 Class getDeclaringClass()
           
 String getName()
           
 Constructor getOriginalConstructor()
           
 Constructor getWrapperConstructor()
           
 boolean isWrapped()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstructorTuple

public ConstructorTuple(Constructor wrapperConstructor,
                        Constructor originalConstructor)
Creates a new tuple.

Parameters:
wrapperConstructor -
originalConstructor -
Method Detail

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.