org.codehaus.aspectwerkz.joinpoint
Interface MethodRtti

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

public interface MethodRtti
extends CodeRtti

Interface for the method RTTI (Runtime Type Information).

Author:
Jonas Bonér

Method Summary
 Method getMethod()
          Returns the method.
 Class getReturnType()
          Returns the return type.
 Object getReturnValue()
          Returns the value of the return type.
 
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

getMethod

public Method getMethod()
Returns the method.

Returns:
the method

getReturnType

public Class getReturnType()
Returns the return type.

Returns:
the return type

getReturnValue

public Object getReturnValue()
Returns the value of the return type.

Returns:
the value of the return type


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