com.tc.aspectwerkz.reflect
Interface ConstructorInfo

All Superinterfaces:
MemberInfo, ReflectionInfo

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 com.tc.aspectwerkz.reflect.MemberInfo
getDeclaringType
 
Methods inherited from interface com.tc.aspectwerkz.reflect.ReflectionInfo
getAnnotations, getGenericsSignature, 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 © 2010 Terracotta, Inc.. All Rights Reserved.