org.codehaus.aspectwerkz.joinpoint
Interface ConstructorRtti

All Superinterfaces:
CodeRtti, MemberRtti, Rtti
All Known Implementing Classes:
ConstructorRttiImpl

public interface ConstructorRtti
extends CodeRtti

Interface for the constructor RTTI (Runtime Type Information).

Author:
Jonas BonŽr

Method Summary
 Constructor getConstructor()
          Returns the constructor.
 
Methods inherited from interface org.codehaus.aspectwerkz.joinpoint.CodeRtti
getExceptionTypes, getParameterTypes, getParameterValues, setParameterValues
 
Methods inherited from interface org.codehaus.aspectwerkz.joinpoint.Rtti
cloneFor, getDeclaringType, getModifiers, getName, getTarget, getThis
 

Method Detail

getConstructor

Constructor getConstructor()
Returns the constructor.

Returns:
the constructor


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