|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractJavaEntity | |
---|---|
com.thoughtworks.qdox.junit | |
com.thoughtworks.qdox.model |
Uses of AbstractJavaEntity in com.thoughtworks.qdox.junit |
---|
Methods in com.thoughtworks.qdox.junit with parameters of type AbstractJavaEntity | |
---|---|
private static void |
APITestCase.assertModifiersEquals(java.lang.String msg,
AbstractJavaEntity expected,
AbstractJavaEntity actual)
Compares modifiers an actual entity. |
Uses of AbstractJavaEntity in com.thoughtworks.qdox.model |
---|
Subclasses of AbstractJavaEntity in com.thoughtworks.qdox.model | |
---|---|
class |
AbstractInheritableJavaEntity
|
class |
JavaClass
|
class |
JavaField
|
class |
JavaMethod
|
class |
JavaMethodDelegate
This class can be used to access overridden methods while keeping a reference to the original class. |
Methods in com.thoughtworks.qdox.model with parameters of type AbstractJavaEntity | |
---|---|
private void |
ModelBuilder.addJavaDoc(AbstractJavaEntity entity)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |