org.codehaus.aspectwerkz.joinpoint
Interface MethodSignature

All Superinterfaces:
CodeSignature, MemberSignature, Serializable, Signature
All Known Implementing Classes:
MethodSignatureImpl

public interface MethodSignature
extends CodeSignature

Interface for the method signature.

Author:
Jonas BonŽr

Method Summary
 Method getMethod()
          Returns the method.
 Class getReturnType()
          Returns the return type.
 
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

getMethod

Method getMethod()
Returns the method.

Returns:
the method

getReturnType

Class getReturnType()
Returns the return type.

Returns:
the return type


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