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.
 Object getNewInstance()
          Returns the new instance created by 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

public Constructor getConstructor()
Returns the constructor.

Returns:
the constructor

getNewInstance

public Object getNewInstance()
Returns the new instance created by the constructor.

Returns:
the new instance


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