|
||||||||||
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 ClassInfo
public ClassInfo getSuperClass()
getSuperClass
in interface ClassInfo
public Classes getInterfaces()
getInterfaces
in interface ClassInfo
public java.lang.String getPackageName()
getPackageName
in interface ClassInfo
public Methods getMethods()
getMethods
in interface ClassInfo
public Fields getFields()
getFields
in interface ClassInfo
public boolean isAbstract()
true
if this class is abstract.isAbstract
in interface ClassInfo
public boolean isFinal()
true
if this class is final.isFinal
in interface ClassInfo
public 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 |