org.codehaus.aspectwerkz.joinpoint
Interface CodeSignature

All Superinterfaces:
MemberSignature, Serializable, Signature
All Known Subinterfaces:
ConstructorSignature, MethodSignature
All Known Implementing Classes:
ConstructorSignatureImpl, ConstructorSignatureImplInlined, MethodSignatureImpl

public interface CodeSignature
extends MemberSignature

Interface for the code signature (method and constructor).

Author:
Jonas Bonér

Method Summary
 Class[] getExceptionTypes()
          Returns the exception types declared by the code block.
 Class[] getParameterTypes()
          Returns the parameter types.
 
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

getExceptionTypes

public Class[] getExceptionTypes()
Returns the exception types declared by the code block.

Returns:
the exception types

getParameterTypes

public Class[] getParameterTypes()
Returns the parameter types.

Returns:
the parameter types


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