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
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.