org.apache.felix.scrplugin.tags.qdox
Class QDoxJavaMethod

java.lang.Object
  extended by org.apache.felix.scrplugin.tags.qdox.QDoxJavaMethod
All Implemented Interfaces:
JavaMethod

public class QDoxJavaMethod
extends java.lang.Object
implements JavaMethod

QDoxJavaMethod.java...


Field Summary
protected  com.thoughtworks.qdox.model.JavaMethod method
           
 
Fields inherited from interface org.apache.felix.scrplugin.tags.JavaMethod
EMPTY_RESULT
 
Constructor Summary
QDoxJavaMethod(com.thoughtworks.qdox.model.JavaMethod m)
           
 
Method Summary
 java.lang.String getName()
           
 JavaParameter[] getParameters()
           
 boolean isConstructor()
           
 boolean isProtected()
           
 boolean isPublic()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

method

protected final com.thoughtworks.qdox.model.JavaMethod method
Constructor Detail

QDoxJavaMethod

public QDoxJavaMethod(com.thoughtworks.qdox.model.JavaMethod m)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface JavaMethod
See Also:
JavaMethod.getName()

getParameters

public JavaParameter[] getParameters()
Specified by:
getParameters in interface JavaMethod
See Also:
JavaMethod.getParameters()

isConstructor

public boolean isConstructor()
Specified by:
isConstructor in interface JavaMethod
See Also:
JavaMethod.isConstructor()

isProtected

public boolean isProtected()
Specified by:
isProtected in interface JavaMethod
See Also:
JavaMethod.isProtected()

isPublic

public boolean isPublic()
Specified by:
isPublic in interface JavaMethod
See Also:
JavaMethod.isPublic()