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

Method getMethod()
Returns the method.

Returns:
the method

getReturnType

Class getReturnType()
Returns the return type.

Returns:
the return type

getReturnValue

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

Returns:
the value of the return type


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