org.codehaus.aspectwerkz.joinpoint
Interface ConstructorSignature

All Superinterfaces:
CodeSignature, MemberSignature, Serializable, Signature
All Known Implementing Classes:
ConstructorSignatureImpl, ConstructorSignatureImplInlined

public interface ConstructorSignature
extends CodeSignature

Interface for the constructor signature.

Author:
Jonas Bonér

Method Summary
 Constructor getConstructor()
          Returns the constructor.
 
Methods inherited from interface org.codehaus.aspectwerkz.joinpoint.CodeSignature
getExceptionTypes, getParameterTypes
 
Methods inherited from interface org.codehaus.aspectwerkz.joinpoint.MemberSignature
getAnnotation, getAnnotationInfos, getAnnotations
 
Methods inherited from interface org.codehaus.aspectwerkz.joinpoint.Signature
getDeclaringType, getModifiers, getName
 

Method Detail

getConstructor

public Constructor getConstructor()
Returns the constructor.

Returns:
the constructor


Copyright © 2002-2004 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.