net.sourceforge.jane.lang.qdox
Class QDoxMethodInfo

java.lang.Object
  |
  +--net.sourceforge.jane.lang.qdox.QDoxJavaElement
        |
        +--net.sourceforge.jane.lang.qdox.QDoxMethodInfo
All Implemented Interfaces:
JavaElement, MethodInfo

public class QDoxMethodInfo
extends QDoxJavaElement
implements MethodInfo

Class method information built using QDox.


Fields inherited from class net.sourceforge.jane.lang.qdox.QDoxJavaElement
entity, jane
 
Constructor Summary
QDoxMethodInfo(Jane aJane, com.thoughtworks.qdox.model.JavaMethod aMethod)
          Create a new QDoxMethodInfo.
 
Method Summary
 Classes getExceptions()
          Returns the exception thrown by this method.
 Parameters getParameters()
          Returns the parameters of this method.
 ClassInfo getReturnType()
          Returns the return type of this method.
 boolean isAbstract()
          Returns true if this method is abstract.
 boolean isFinal()
          Returns true if this method is final.
 boolean isStatic()
          Returns true if this method is static.
 
Methods inherited from class net.sourceforge.jane.lang.qdox.QDoxJavaElement
getName, isPackageProtected, isPrivate, isProtected, isPublic
 
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.JavaElement
getName, isPackageProtected, isPrivate, isProtected, isPublic
 

Constructor Detail

QDoxMethodInfo

public QDoxMethodInfo(Jane aJane,
                      com.thoughtworks.qdox.model.JavaMethod aMethod)
Create a new QDoxMethodInfo.
Method Detail

getReturnType

public ClassInfo getReturnType()
Returns the return type of this method.
Specified by:
getReturnType in interface MethodInfo

getExceptions

public Classes getExceptions()
Returns the exception thrown by this method.
Specified by:
getExceptions in interface MethodInfo

getParameters

public Parameters getParameters()
Returns the parameters of this method.
Specified by:
getParameters in interface MethodInfo

isAbstract

public boolean isAbstract()
Returns true if this method is abstract.
Specified by:
isAbstract in interface MethodInfo

isFinal

public boolean isFinal()
Returns true if this method is final.
Specified by:
isFinal in interface MethodInfo

isStatic

public boolean isStatic()
Returns true if this method is static.
Specified by:
isStatic in interface MethodInfo


Copyright © 2002-2002 SourceForge. All Rights Reserved.