ewe.reflect
Interface IMethod

All Superinterfaces:
Member
All Known Implementing Classes:
MethodConstructor

public interface IMethod
extends Member


Field Summary
 
Fields inherited from interface ewe.reflect.Member
DECLARED, PUBLIC
 
Method Summary
 Class[] getExceptionTypes()
           
 String getParameters()
           
 
Methods inherited from interface ewe.reflect.Member
getDeclaringClass, getModifiers, getName, getType
 

Method Detail

getParameters

public String getParameters()

getExceptionTypes

public Class[] getExceptionTypes()