org.apache.felix.scrplugin.tags.qdox
Class QDoxJavaMethod
java.lang.Object
org.apache.felix.scrplugin.tags.qdox.QDoxJavaMethod
- All Implemented Interfaces:
- JavaMethod
public class QDoxJavaMethod
- extends Object
- implements JavaMethod
QDoxJavaMethod.java
...
Field Summary |
protected com.thoughtworks.qdox.model.JavaMethod |
method
|
Constructor Summary |
QDoxJavaMethod(com.thoughtworks.qdox.model.JavaMethod m)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
method
protected final com.thoughtworks.qdox.model.JavaMethod method
QDoxJavaMethod
public QDoxJavaMethod(com.thoughtworks.qdox.model.JavaMethod m)
getName
public 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()
Copyright © 2011 Apache Software Foundation. All Rights Reserved.