org.codehaus.aspectwerkz.reflect
Interface ConstructorInfo

All Superinterfaces:
MemberInfo, ReflectionInfo
All Known Implementing Classes:
AsmConstructorInfo, JavaConstructorInfo

public interface ConstructorInfo
extends MemberInfo

Interface for the constructor info implementations.

Author:
Jonas BonŽr

Method Summary
 ClassInfo[] getExceptionTypes()
          Returns the exception types.
 ClassInfo[] getParameterTypes()
          Returns the parameter types.
 
Methods inherited from interface org.codehaus.aspectwerkz.reflect.MemberInfo
getDeclaringType
 
Methods inherited from interface org.codehaus.aspectwerkz.reflect.ReflectionInfo
getAnnotations, getModifiers, getName, getSignature
 

Method Detail

getParameterTypes

ClassInfo[] getParameterTypes()
Returns the parameter types.

Returns:
the parameter types

getExceptionTypes

ClassInfo[] getExceptionTypes()
Returns the exception types.

Returns:
the exception types


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