|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--net.sourceforge.jane.lang.qdox.QDoxJavaElement
|
+--net.sourceforge.jane.lang.qdox.QDoxClassInfo
QDox implementation of ClassInfo.
| Fields inherited from class net.sourceforge.jane.lang.qdox.QDoxJavaElement |
entity, jane |
| Constructor Summary | |
QDoxClassInfo(Jane aJane,
com.thoughtworks.qdox.model.JavaClass aJavaClass)
Create a new QDoxClassInfo. |
|
| Method Summary | |
Fields |
getFields()
Returns the fields. |
Classes |
getInterfaces()
Returns the interfaces this class implements. |
Methods |
getMethods()
Returns the methods. |
java.lang.String |
getPackageName()
Returns the package name. |
ClassInfo |
getSuperClass()
Returns the super class. |
boolean |
isAbstract()
Returns true if this class is abstract. |
boolean |
isFinal()
Returns true if this class is final. |
boolean |
isInterface()
Returns true if this class is an interface. |
boolean |
isStatic()
Returns true if this class 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 |
public QDoxClassInfo(Jane aJane,
com.thoughtworks.qdox.model.JavaClass aJavaClass)
QDoxClassInfo.| Method Detail |
public boolean isInterface()
true if this class is an interface.isInterface in interface ClassInfopublic ClassInfo getSuperClass()
getSuperClass in interface ClassInfopublic Classes getInterfaces()
getInterfaces in interface ClassInfopublic java.lang.String getPackageName()
getPackageName in interface ClassInfopublic Methods getMethods()
getMethods in interface ClassInfopublic Fields getFields()
getFields in interface ClassInfopublic boolean isAbstract()
true if this class is abstract.isAbstract in interface ClassInfopublic boolean isFinal()
true if this class is final.isFinal in interface ClassInfopublic boolean isStatic()
true if this class is static.isStatic in interface ClassInfo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||