org.codehaus.aspectwerkz.joinpoint
Interface CodeSignature
- All Superinterfaces:
- MemberSignature, Serializable, Signature
- All Known Subinterfaces:
- ConstructorSignature, MethodSignature
- All Known Implementing Classes:
- ConstructorSignatureImpl, MethodSignatureImpl
public interface CodeSignature
- extends MemberSignature
Interface for the code signature (method and constructor).
- Author:
- Jonas Bonr
getExceptionTypes
Class[] getExceptionTypes()
- Returns the exception types declared by the code block.
- Returns:
- the exception types
getParameterTypes
Class[] getParameterTypes()
- Returns the parameter types.
- Returns:
- the parameter types
Copyright © 2002-2005 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.