org.codehaus.aspectwerkz.reflect
Interface MethodInfo

All Superinterfaces:
MemberInfo, ReflectionInfo
All Known Implementing Classes:
AsmMethodInfo, JavaMethodInfo, JavassistMethodInfo

public interface MethodInfo
extends MemberInfo

Interface for the method info implementations.

Author:
Jonas Bonér

Method Summary
 ClassInfo[] getExceptionTypes()
          Returns the exception types.
 ClassInfo[] getParameterTypes()
          Returns the parameter types.
 ClassInfo getReturnType()
          Returns the return type.
 
Methods inherited from interface org.codehaus.aspectwerkz.reflect.MemberInfo
getDeclaringType
 
Methods inherited from interface org.codehaus.aspectwerkz.reflect.ReflectionInfo
getAnnotations, getModifiers, getName
 

Method Detail

getReturnType

public ClassInfo getReturnType()
Returns the return type.

Returns:
the return type

getParameterTypes

public ClassInfo[] getParameterTypes()
Returns the parameter types.

Returns:
the parameter types

getExceptionTypes

public ClassInfo[] getExceptionTypes()
Returns the exception types.

Returns:
the exception types


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