| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  |
  +--net.sourceforge.jane.lang.reflection.ElementBase
        |
        +--net.sourceforge.jane.lang.reflection.MemberElementBase
              |
              +--net.sourceforge.jane.lang.reflection.ReflectionMethodInfo
Method information that uses reflection.
| Constructor Summary | |
| ReflectionMethodInfo(java.lang.reflect.Method aMethod)Create a new ReflectionMethodInfo. | |
| Method Summary | |
|  Classes | getExceptions()Returns the exception thrown by this method. | 
| protected  java.lang.reflect.Member | getMember()Returns the member. | 
| protected  int | getModifiers()Returns the modifiers. | 
|  java.lang.String | getName()Returns the name of the element. | 
|  Parameters | getParameters()Returns the parameters of this method. | 
|  ClassInfo | getReturnType()Returns the return type of this method. | 
|  boolean | isAbstract()Returns trueif this element is abstract. | 
|  boolean | isFinal()Returns trueif this element is final. | 
|  boolean | isPackageProtected()Returns trueif this element is package protected. | 
|  boolean | isPrivate()Returns trueif this element is private. | 
|  boolean | isProtected()Returns trueif this element is protected. | 
|  boolean | isPublic()Returns trueif this element is public. | 
|  boolean | isStatic()Returns trueif this element is static. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Methods inherited from interface net.sourceforge.jane.lang.MethodInfo | 
| isAbstract, isFinal, isStatic | 
| Methods inherited from interface net.sourceforge.jane.lang.JavaElement | 
| getName, isPackageProtected, isPrivate, isProtected, isPublic | 
| Constructor Detail | 
public ReflectionMethodInfo(java.lang.reflect.Method aMethod)
ReflectionMethodInfo.| Method Detail | 
public ClassInfo getReturnType()
getReturnType in interface MethodInfopublic Classes getExceptions()
getExceptions in interface MethodInfopublic Parameters getParameters()
getParameters in interface MethodInfoprotected java.lang.reflect.Member getMember()
getMember in class net.sourceforge.jane.lang.reflection.MemberElementBasepublic java.lang.String getName()
protected int getModifiers()
getModifiers in class net.sourceforge.jane.lang.reflection.ElementBasepublic boolean isPublic()
true if this element is public.isPublic in interface JavaElementpublic boolean isProtected()
true if this element is protected.isProtected in interface JavaElementpublic boolean isPackageProtected()
true if this element is package protected.isPackageProtected in interface JavaElementpublic boolean isPrivate()
true if this element is private.isPrivate in interface JavaElementpublic boolean isFinal()
true if this element is final.public boolean isAbstract()
true if this element is abstract.public boolean isStatic()
true if this element is static.| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||