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.
Constructor Summary |
QDoxMethodInfo(Jane aJane,
com.thoughtworks.qdox.model.JavaMethod aMethod)
Create a new QDoxMethodInfo . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QDoxMethodInfo
public QDoxMethodInfo(Jane aJane,
com.thoughtworks.qdox.model.JavaMethod aMethod)
- Create a new
QDoxMethodInfo
.
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.