org.codehaus.aspectwerkz.reflect
Interface ConstructorInfo
- All Superinterfaces:
- MemberInfo, ReflectionInfo
- All Known Implementing Classes:
- AsmConstructorInfo, JavaConstructorInfo, JavassistConstructorInfo
- public interface ConstructorInfo
- extends MemberInfo
Interface for the constructor info implementations.
- Author:
- Jonas Bonér
getParameterTypes
public ClassInfo[] getParameterTypes()
- Returns the parameter types.
- Returns:
- the parameter types
getExceptionTypes
public ClassInfo[] getExceptionTypes()
- Returns the exception types.
- Returns:
- the exception types
Copyright © 2002-2004 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.